i tick "burn in subtitles" i got the subs on the same folder with the videos, same name. i tried various ways and just add the subs as separated files (soft subs) but i want em hard coded. on subs tabs i see i can add a parameter but whenever i paste when change and retornm to tab. its always the preset code above.
can you help me please. i was searching solutions but still cant make it work. sorry for my english, im not a native speaker.
btw my subs are .ass. thx.
Edit: i found this code in another topic: -vf subtitles=%ff:stream_index=0 works fine with subs inside the video. but how to do it with external files?
Hi, first of all thanks for develop this tool works fine. but i need to hard sub a bunch of files and am kinda newbie into this.
Heres the preset i found on some place
i tick "burn in subtitles" i got the subs on the same folder with the videos, same name. i tried various ways and just add the subs as separated files (soft subs) but i want em hard coded. on subs tabs i see i can add a parameter but whenever i paste when change and retornm to tab. its always the preset code above.
can you help me please. i was searching solutions but still cant make it work. sorry for my english, im not a native speaker.
btw my subs are .ass. thx.
Edit: i found this code in another topic: -vf subtitles=%ff:stream_index=0 works fine with subs inside the video. but how to do it with external files?
Last edit: raul barbosa 2023-01-07
Hi, I have performed some test with batch subtitles, checking hard coded (burnt), using a .SRT file.
I have not tested ASS, but it should work too.
You could also try:
-vf subtitles=%fn.ass
if subtitle files are placed at the same folder, with the same name as source files (also tested successfully with .SRT subtitles).
Also fixed a bug converting to UTF8, and parameters reseting after switching tab, for next release.
Last edit: Abel 2023-01-08
Thanks Abels works fine with .ass subs.