[FFmpeg-trac] #3046(undetermined:new): H.264 in avi: unknown codec

FFmpeg trac at avcodec.org
Sat Oct 12 23:23:25 CEST 2013


#3046: H.264 in avi: unknown codec
-------------------------------------+-------------------------------------
               Reporter:  llogan     |                  Owner:
                   Type:  defect     |                 Status:  new
               Priority:  normal     |              Component:
                Version:  git-       |  undetermined
  master                             |               Keywords:  h264 avi
             Blocked By:             |  umsv
Reproduced by developer:  0          |               Blocking:
                                     |  Analyzed by developer:  0
-------------------------------------+-------------------------------------
 {{{
 $ ffmpeg -probesize 2G -analyzeduration 2G -i unknown_codec_h264.avi
 ffmpeg version N-57073-gfd54f70 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Oct 12 2013 12:58:49 with gcc 4.8.1 (GCC) 20130725 (prerelease)
   configuration: --enable-gpl
   libavutil      52. 46.101 / 52. 46.101
   libavcodec     55. 35.100 / 55. 35.100
   libavformat    55. 19.100 / 55. 19.100
   libavdevice    55.  4.100 / 55.  4.100
   libavfilter     3. 88.101 /  3. 88.101
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100
 [avi @ 0x222c300] Could not find codec parameters for stream 0 (Video:
 none (UMSV / 0x56534D55), 352x240): unknown codec
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 Guessed Channel Layout for  Input Stream #0.1 : mono
 Input #0, avi, from 'unknown_codec_h264.avi':
   Duration: 00:00:48.47, start: 0.000000, bitrate: 845 kb/s
     Stream #0:0: Video: none (UMSV / 0x56534D55), 352x240, 30 fps, 30 tbr,
 30 tbn, 30 tbc
     Stream #0:1: Audio: pcm_mulaw ([7][0][0][0] / 0x0007), 8000 Hz, mono,
 s16, 64 kb/s
 At least one output file must be specified
 }}}

 {{{
 $ ffmpeg -vcodec h264 -i unknown_codec_h264.avi
 ffmpeg version N-57073-gfd54f70 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Oct 12 2013 12:58:49 with gcc 4.8.1 (GCC) 20130725 (prerelease)
   configuration: --enable-gpl
   libavutil      52. 46.101 / 52. 46.101
   libavcodec     55. 35.100 / 55. 35.100
   libavformat    55. 19.100 / 55. 19.100
   libavdevice    55.  4.100 / 55.  4.100
   libavfilter     3. 88.101 /  3. 88.101
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100
 Guessed Channel Layout for  Input Stream #0.1 : mono
 Input #0, avi, from 'unknown_codec_h264.avi':
   Duration: 00:00:48.47, start: 0.000000, bitrate: 845 kb/s
     Stream #0:0: Video: h264 (Constrained Baseline) (UMSV / 0x56534D55),
 yuv420p, 352x240, 30 fps, 30 tbr, 30 tbn, 60 tbc
     Stream #0:1: Audio: pcm_mulaw ([7][0][0][0] / 0x0007), 8000 Hz, mono,
 s16, 64 kb/s
 At least one output file must be specified
 }}}

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


More information about the FFmpeg-trac mailing list