Describe the bug
CRF values ("quality") sent to ffmpeg do not respect the ones chosen in the presets.
To Reproduce
In any configured preset (e.g. "To MP4") adjust the slider to a value like 20.
Expected behavior
Command sent to ffmpg sets '20' in the -crf value
Screenshots and Logs
Execute command: P:\Video\File Converter\ffmpeg.exe -n -stats -i -c:v libx264 -preset medium -crf 31 -c:a aac -qscale:a 1.3 -vf "scale=trunc(iw*1/2)2:trunc(ih1/2)*2,format=yuv420p".
In settings.xml file, the crf is properly stored:
Desktop (please complete the following information):
Additional context
Works well in advanced mode by providing the actual arguments
Describe the bug
CRF values ("quality") sent to ffmpeg do not respect the ones chosen in the presets.
To Reproduce
In any configured preset (e.g. "To MP4") adjust the slider to a value like 20.
Expected behavior
Command sent to ffmpg sets '20' in the -crf value
Screenshots and Logs
Execute command: P:\Video\File Converter\ffmpeg.exe -n -stats -i -c:v libx264 -preset medium -crf 31 -c:a aac -qscale:a 1.3 -vf "scale=trunc(iw*1/2)2:trunc(ih1/2)*2,format=yuv420p".
In settings.xml file, the crf is properly stored:
Desktop (please complete the following information):
Additional context
Works well in advanced mode by providing the actual arguments