Re: [FFmpeg-devel] [PATCH] ffmpeg.texi examples: output opt -r -> -framerate

2014-10-06 Thread Ben Price
On Mon, Oct 06, 2014 at 11:29:56AM +, Carl Eugen Hoyos wrote: > Ben Price gmail.com> writes: > > > -ffmpeg -i input.avi -r 24 output.avi > > +ffmpeg -i input.avi -framerate 24 output.avi > > I didn't really test but I don't think this is > correct:

[FFmpeg-devel] [PATCH] ffmpeg.texi examples: output opt -r -> -framerate

2014-10-06 Thread Ben Price
Novice users reading the documentation would expect the behaviour of -framerate, not -r when 'creating a video from many images' or 'force the frame rate of the output' --- doc/ffmpeg.texi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi