You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to be able to encode in lower resolutions than the input file.
A nice implementation would be to specify a scaling factor (1.5, 2, 3 etc.), a horizontal resolution or vertical resolution. The other two variables would adjust based on the third while keeping the aspect ration. This could be implemented using ffmpeg's -vf scale= (see https://trac.ffmpeg.org/wiki/Scaling) for example.
The text was updated successfully, but these errors were encountered:
It would be handy to be able to encode in lower resolutions than the input file.
A nice implementation would be to specify a scaling factor (1.5, 2, 3 etc.), a horizontal resolution or vertical resolution. The other two variables would adjust based on the third while keeping the aspect ration. This could be implemented using ffmpeg's
-vf scale=
(see https://trac.ffmpeg.org/wiki/Scaling) for example.The text was updated successfully, but these errors were encountered: