Re: [FFmpeg-user] Cropping small portion of input video while rescaling

2015-07-26 Thread Carl Eugen Hoyos
Kieran O'Leary irishfilm.ie> writes: > Carl Eugen Hoyos writes: > > >> This should be -framerate 24 > > Is this because I'm using an image sequence? Yes, you should only use the input option -r if you have a reason (changing the speed of the input stream). > >> -r 24 > > >> Remove this one

Re: [FFmpeg-user] Cropping small portion of input video while rescaling

2015-07-26 Thread Kieran O'Leary
Carl Eugen Hoyos writes: >This should be -framerate 24 Is this because I'm using an image sequence? I don't see much info re -framerate in the ffmpeg documentation. What's the main difference between -framerate and -r? >> -r 24 >Remove this one unless there is a (specific) reason. Do you mea

Re: [FFmpeg-user] Cropping small portion of input video while rescaling

2015-07-25 Thread Carl Eugen Hoyos
Kieran O'Leary irishfilm.ie> writes: > -start_number 867116 -r 24 This should be -framerate 24 > -r 24 Remove this one unless there is a (specific) reason. > ffmpeg version 2.7.1 Copyright (c) 2000-2015 the FFmpeg developers On this mailing list, this is old... > configuration: > --enabl

Re: [FFmpeg-user] Cropping small portion of input video while rescaling

2015-07-25 Thread Kieran O'Leary
Putting the crop filter before the resize in the filter chain produced the desired effect. Any other feedback on my command line would be greatly appreciated. I can't get inline quoting to work on outlook web app (which I have to use today) so I didn't do any quotes. Sorry if this makes things