[FFmpeg-trac] #712(FFmpeg:new): m2v: wrong duration

FFmpeg trac at avcodec.org
Tue Dec 6 14:46:58 CET 2011


#712: m2v: wrong duration
-------------------------------------+-------------------------------------
             Reporter:  cbsrobot     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  FFmpeg       |                  Version:  git-
             Keywords:  mpeg2video   |  master
  m2v                                |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 When converting any file to a m2v and checking the resulting file, the
 duration is not correctly calculated. mplayer shows also wrong duration.
 Quicktime and Mediainfo show the correct duration.

 example:
 ffmpeg -i fate/aletrek-rle.mov -target pal-dvd -f mpeg2video -an aletrek-
 rle.m2v
 [...]
 Duration: 00:00:03.33

 ffprobe aletrek-rle.m2v
 [...]
 Duration: 00:00:00.76

 mediainfo aletrek-rle.m2v
 [...]
 Duration : 3s 400ms

 mplayer -vo null -ao null -frames 0 -identify aletrek-rle.m2v
 [...]
 ID_LENGTH=0.77

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


More information about the FFmpeg-trac mailing list