-
-
Notifications
You must be signed in to change notification settings - Fork 24
VOD_PROCESSING
Cyber Official edited this page Oct 22, 2025
·
1 revision
The VOD selective processing feature and its associated command‑line arguments (--vod_process, --vod_input, --vod_segments, etc.) are no longer present in the current Synthalingua codebase. The referenced script transcribe_audio.py does not exist, and the parser (modules/parser_args.py) does not define any of these options.
For processing video files, use the existing caption generation workflow with --makecaptions and related flags (e.g., --file_input, --file_output, --adaptive_batch, --silent_detect, etc.). Adaptive batch processing can be employed to handle large files efficiently.