Batch processing with subtitles

Started by fhutt, November 11, 2022, 03:13:16 AM

Previous topic - Next topic

fhutt

I have a working batch file and .py configuration file for successful batch processing.
I have used this numerous times and works fine.

I now have some video files I want to transcode but with the addition of .ass subtitle files.
I can create a .py file for this but the subtitle file is coded there and therefore cannot be used in a batch because the subtitle file will only be correct for one video file.

How do I configure a batching system that includes subtitle files?