[issue312] Frame rate override does not work
tripp <ffmpeg_issues <at> live.polito.it>
2008-01-03 00:44:40 GMT
tripp <ripon <at> dbzmail.com> added the comment:
i'd say it's a bug anyway you look at it.
either it's a documentation bug,
as the doc describes a feature not available:
-"
* To force the frame rate of the input and output file to 24 fps:
ffmpeg -r 24 -i input.avi output.avi
* To force the frame rate of input file to 1 fps and the output file to 24 fps:
ffmpeg -r 1 -i input.avi -r 24 output.avi
"-
or it's a program bug, as a described feature is non operational.
ffmpeg -r 1 -i input.avi -y out.avi
FFmpeg version Sherpya-r11306, Copyright (c) 2000-2007 Fabrice Bellard, et al.
libavutil version: 49.6.0
libavcodec version: 51.49.0
libavformat version: 52.3.0
built on Dec 23 2007 08:25:50, gcc: 4.2.2 [Sherpya]
Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/
2733) -> 23.98 (24000/1001)
Input #0, avi, from 'input.avi':
Duration: 00:00:41.7, start: 0.000000, bitrate: 690 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 624x352 [PAR 1:1 DAR 39:22], 23.98 tb(r)
(Continue reading)