I want to resize a video to MP4 and H.264 codec.
I want to specify only the target width but let ffmpeg keep the existing aspect ration....and automatically calculate the appropriate height
Therefore I found two possible parameters:
.... -s 1440x1080 ....
or
... -vf scale=1680:-2 ....
Whats the difference between scale and -s parameter?
Can I use the "1680:-2" value with the -s parameter and vice versa:
.... -s 1680:-2
?
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
FFmpeg changing video ratio aspect
By jseo13579 in forum EditingReplies: 4Last Post: 18th Nov 2018, 00:18 -
ConvertxtoDVD Help (Best video resize/Aspect Ratio)
By JasonQuinn1992 in forum Newbie / General discussionsReplies: 9Last Post: 12th Sep 2017, 11:53 -
How to Change Aspect Ratio of MP4 Video Without Re Encode using ffmpeg?
By morsh in forum Newbie / General discussionsReplies: 8Last Post: 11th Oct 2016, 03:08 -
virtualdub not keeping aspect ratio on render
By steveracer in forum Newbie / General discussionsReplies: 4Last Post: 7th Aug 2016, 22:03 -
[FFMpeg] MP4 Fast Resize
By Marmz in forum Video ConversionReplies: 0Last Post: 18th Jun 2016, 15:17