Skip to content

VOD_PROCESSING

Cyber Official edited this page Oct 22, 2025 · 1 revision

VOD Processing (Removed)

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.

Clone this wiki locally