Is your feature request related to a problem? / Est-ce lié à un problème ?
Video cut after selecting different resolution but not same ratio
Describe the solution you'd like / La solution que vous aimeriez
Hello,
This is not a bug but a real problem when you change the resolution, if you select a preset for example 854x480, problem is that the ratio is applied strictly that is normal but you may not be aware of original ratio and the if it is different ffmpeg the way youi call it will apply strict width:height convertion.
So instead of calling FFMPEG with strict video format "-vf scale=854x480" you could let user choose with a checkbox after the resolution droplist "keep original ratio" so user decide is he wants to keep the original ratio or not, I guess ffmpeg parameter is minus 1 for video height "-vf "scale=854:-1".
SVC purpose is to be "simple" and used by non power users that may not even know what a ratio is or how to display the ratio of the original video file so I guess that the "keep original ratio" checked by default is the best solution.
Regards.
Additional context / Contexte additionnel
No response
Is your feature request related to a problem? / Est-ce lié à un problème ?
Video cut after selecting different resolution but not same ratio
Describe the solution you'd like / La solution que vous aimeriez
Hello,
This is not a bug but a real problem when you change the resolution, if you select a preset for example 854x480, problem is that the ratio is applied strictly that is normal but you may not be aware of original ratio and the if it is different ffmpeg the way youi call it will apply strict width:height convertion.
So instead of calling FFMPEG with strict video format "-vf scale=854x480" you could let user choose with a checkbox after the resolution droplist "keep original ratio" so user decide is he wants to keep the original ratio or not, I guess ffmpeg parameter is minus 1 for video height "-vf "scale=854:-1".
SVC purpose is to be "simple" and used by non power users that may not even know what a ratio is or how to display the ratio of the original video file so I guess that the "keep original ratio" checked by default is the best solution.
Regards.
Additional context / Contexte additionnel
No response