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: As said on irc, there is an INPUT option
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: As said on irc, there is an INPUT option
-r that is different from the INPUT option
-framerate but I wonder if there is
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