[FFmpeg-trac] #2514(undetermined:new): Container is not matching up

FFmpeg trac at avcodec.org
Tue Apr 30 04:04:37 CEST 2013


#2514: Container is not matching up
-------------------------------------+-------------------------------------
             Reporter:  dpapuga      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I have some corrupt files and when I -i I get:

 Stream #0.0(eng): Video: h264, 1280x720, 30386 kb/s, 119.88 fps, 119.88
 tbr, 360k tbn, 720k tbc

 When I -i a valid file I get:

 Stream #0.0(eng): Video: h264 (High), yuvj420p, 1280x720 [PAR 1:1 DAR
 16:9], 30580 kb/s, 119.88 fps, 119.88 tbr, 360k tbn, 59.94 tbc

 Please let me know how I can get the bad files to be the same as the valid
 one.  Here is the full output of both.

 Good:
 Seems stream 0 codec frame rate differs from container frame rate: 59.94
 (60000/1001) -> 119.88 (120000/1001)
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'GOPR0799.MP4':
   Metadata:
     major_brand     : avc1
     minor_version   : 0
     compatible_brands: avc1isom
     creation_time   : 2013-04-27 10:02:59
   Duration: 00:00:11.64, start: 0.000000, bitrate: 31360 kb/s
     Stream #0.0(eng): Video: h264 (High), yuvj420p, 1280x720 [PAR 1:1 DAR
 16:9], 30580 kb/s, 119.88 fps, 119.88 tbr, 360k tbn, 59.94 tbc
     Metadata:
       creation_time   : 2013-04-27 10:02:59
     Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s
     Metadata:
       creation_time   : 2013-04-27 10:02:59
 At least one output file must be specified

 Bad:
 Seems stream 0 codec frame rate differs from container frame rate:
 720000.00 (720000/1) -> 119.88 (120000/1001)
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '791.MP4':
   Metadata:
     major_brand     : avc1
     minor_version   : 0
     compatible_brands: avc1isom
     creation_time   : 2013-04-27 09:03:52
   Duration: 00:00:43.55, start: 0.000000, bitrate: 30541 kb/s
     Stream #0.0(eng): Video: h264, 1280x720, 30386 kb/s, 119.88 fps,
 119.88 tbr, 360k tbn, 720k tbc
     Metadata:
       creation_time   : 2013-04-27 09:03:52
     Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s
     Metadata:
       creation_time   : 2013-04-27 09:03:52
 At least one output file must be specified

 Thank you so much

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


More information about the FFmpeg-trac mailing list