IN FFmpeg batch av converter gui Burn subtitles with normal parameters is
Subtitles show after converting but with This filter
"scale='if(gt(iw,ih),min(iw\,1280),-2)':'if(gt(ih,iw),min(ih\,1280),-2)':flags=lanczos,setsar=1"
subtitles not showing after converting video.
Hi, apologize for the late reply. It is like that, subtitles tab feature does not expect another -vf filter, since it uses internally -vf subtitles filter. I'll look for a workaround on next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can please add an option for the software to remember progress — such as how many files were processed and which files are left — so that after a shutdown, power cut, or software exit, it can resume from where it stopped?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
IN FFmpeg batch av converter gui Burn subtitles with normal parameters is
Subtitles show after converting but with This filter
"scale='if(gt(iw,ih),min(iw\,1280),-2)':'if(gt(ih,iw),min(ih\,1280),-2)':flags=lanczos,setsar=1"
subtitles not showing after converting video.
Hi, apologize for the late reply. It is like that, subtitles tab feature does not expect another -vf filter, since it uses internally -vf subtitles filter. I'll look for a workaround on next release.
Try using -filter-complex features
It will be possible to add another -vf filter on next release for hardcoded subs.
Please release update as soon as possible.
You could try this patched pre-release. Just replace files with these one and let me know the results.
Last edit: Abel 2025-05-31
Yes it's works
Can please add an option for the software to remember progress — such as how many files were processed and which files are left — so that after a shutdown, power cut, or software exit, it can resume from where it stopped?
Do you mean when using batch multiplex subtitles button?
yes, for both, batch Subtitles or normal video converting .
how to use 2 pass encoding while burning subtitles?