I have been using aegis subs till now but i need to do it in batches. Is there any way to do it in batch from ffmpeg or some cli?
Asked
Active
Viewed 860 times
2
-
Improved grammar. – wazz Oct 20 '19 at 22:39
-
First you should try to do one file with ffmpeg, Then, if that work put a loop around it. – szatmary Oct 21 '19 at 02:07
-
Answer to "batch" question depends on your OS. Answer to ffmpeg question depends on your inputs: show complete output of `ffmpeg -i input.mkv` – llogan Oct 21 '19 at 17:56
-
you can try this out - https://stackoverflow.com/questions/21363334/how-to-add-font-size-in-subtitles-in-ffmpeg-video-filter – Chandan Nov 03 '20 at 15:16