[FFmpeg-trac] #403(undetermined:new): -r to specify input frame rate does not work

FFmpeg trac at avcodec.org
Thu Aug 18 16:01:54 CEST 2011


#403: -r to specify input frame rate does not work
--------------------------+-------------------------
 Reporter:  etienne       |        Type:  defect
   Status:  new           |    Priority:  normal
Component:  undetermined  |     Version:  git-master
 Keywords:                |  Blocked By:
 Blocking:                |  Reproduced:  0
 Analyzed:  0             |
--------------------------+-------------------------
 ffmpeg -r 25 -i badly_interpreted_as_50fps.ts [...]
 ffmpeg version N-31898-g95b5b52, Copyright (c) 2000-2011 the FFmpeg
 developers
   built on Aug 15 2011 10:57:29 with gcc 4.4.5
   configuration: --prefix=/home/etienne/usr/ --enable-gpl --enable-
 version3 --enable-postproc --enable-avfilter --disable-stripping --enable-
 nonfree --enable-libfaac --enable-libmp3lame --enable-libx264
   libavutil    51. 12. 0 / 51. 12. 0
   libavcodec   53. 10. 0 / 53. 10. 0
   libavformat  53.  7. 0 / 53.  7. 0
   libavdevice  53.  3. 0 / 53.  3. 0
   libavfilter   2. 31. 1 /  2. 31. 1
   libswscale    2.  0. 0 /  2.  0. 0
   libpostproc  51.  2. 0 / 51.  2. 0
 Option framerate not found.

 The framerate is put in format_opts dict in opt_input_file, but not ate
 (nor used) by avformat_open_input, hence choking on following
 assert_avoptions.

 Also tried with a tree from today, with same outcome.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/403>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list