[FFmpeg-trac] #1018(FFmpeg:new): ffmpeg cannot decode quicktime with combined gif and blur streams

FFmpeg trac at avcodec.org
Thu Feb 23 02:40:29 CET 2012


#1018: ffmpeg cannot decode quicktime with combined gif and blur streams
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  alain.dazzi@…                      |                 Priority:  normal
               Status:  new          |                  Version:  git-
            Component:  FFmpeg       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I have the latest ffmpeg compiled and I cannot decode a creating .mov
 quicktime file (which seems to contain a GIF which I displayed with Bino).

 ~/zend/workspaces$ ffprobe -show_streams -print_format json -show_format
 ~/Desktop/703
 ffprobe version N-37137-g749e5dc Copyright (c) 2007-2012 the FFmpeg
 developers
   built on Feb  6 2012 18:30:38 with clang 3.0 (tags/Apple/clang-211.10.1)
   configuration: --disable-decoder=amrnb --extra-
 cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --enable-
 nonfree --enable-gpl --enable-version3 --enable-postproc --enable-swscale
 --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-
 libtheora --enable-libfaac --enable-libopencore-amrnb --enable-
 libopencore-amrwb --enable-libxvid --enable-libx264 --enable-libvpx
 --enable-hardcoded-tables --enable-shared --enable-pthreads --disable-
 indevs --cc=clang
   libavutil      51. 34.101 / 51. 34.101
   libavcodec     53. 59.100 / 53. 59.100
   libavformat    53. 30.100 / 53. 30.100
   libavdevice    53.  4.100 / 53.  4.100
   libavfilter     2. 60.100 /  2. 60.100
   libswscale      2.  1.100 /  2.  1.100
   libswresample   0.  6.100 /  0.  6.100
   libpostproc    52.  0.100 / 52.  0.100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fe10c03d800] multiple edit list entries, a/v
 desync might occur, patch welcome
     Last message repeated 1 times
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fe10c03d800] Could not find codec parameters
 (Video: none (blur / 0x72756C62), 160x120, 0 kb/s)
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/alaindazzi/Desktop/703':
   Metadata:
     creation_time   : 2003-12-16 16:25:56
   Duration: 00:00:02.06, start: 0.000000, bitrate: 34 kb/s
     Stream #0:0(eng): Video: gif (gif  / 0x20666967), pal8, 160x120, 152
 kb/s, 15 fps, 15 tbr, 600 tbn, 600 tbc
     Metadata:
       creation_time   : 2003-12-16 16:25:56
       handler_name    : ?Apple Alias Data Handler
     Stream #0:1(eng): Video: none (blur / 0x72756C62), 160x120, 0 kb/s,
 0.50 fps, 0.50 tbr, 600 tbn, 600 tbc
     Metadata:
       creation_time   : 2003-12-16 16:25:56
       handler_name    : ?Apple Alias Data Handler
     Stream #0:2(eng): Video: gif (gif  / 0x20666967), pal8, 160x120, 152
 kb/s, 15 fps, 15 tbr, 600 tbn, 600 tbc
     Metadata:
       creation_time   : 2003-12-16 16:25:56
       handler_name    : ?Apple Alias Data Handler
 Unsupported codec with id 0 for input stream 1
 {
     "streams": [
         {
             "index": 0,
             "codec_name": "gif",
             "codec_long_name": "GIF (Graphics Interchange Format)",
             "codec_type": "video",
             "codec_time_base": "1/600",
             "codec_tag_string": "gif ",
             "codec_tag": "0x20666967",
             "width": 160,
             "height": 120,
             "has_b_frames": 0,
             "pix_fmt": "pal8",
             "level": -99,
             "bit_rate": "152400",
             "r_frame_rate": "15/1",
             "avg_frame_rate": "15/1",
             "time_base": "1/600",
             "start_time": "0.066667",
             "duration": "0.066667",
             "nb_frames": "1",
             "tags": {
                 "creation_time": "2003-12-16 16:25:56",
                 "language": "eng",
                 "handler_name": "\u0018Apple Alias Data Handler"
             }
         },
         {
             "index": 1,
             "codec_type": "video",
             "codec_time_base": "1/600",
             "codec_tag_string": "blur",
             "codec_tag": "0x72756c62",
             "width": 160,
             "height": 120,
             "has_b_frames": 0,
             "level": -99,
             "bit_rate": "896",
             "r_frame_rate": "1/2",
             "avg_frame_rate": "1/2",
             "time_base": "1/600",
             "start_time": "0.066667",
             "duration": "2.000000",
             "nb_frames": "1",
             "tags": {
                 "creation_time": "2003-12-16 16:25:56",
                 "language": "eng",
                 "handler_name": "\u0018Apple Alias Data Handler"
             }
         },
         {
             "index": 2,
             "codec_name": "gif",
             "codec_long_name": "GIF (Graphics Interchange Format)",
             "codec_type": "video",
             "codec_time_base": "1/600",
             "codec_tag_string": "gif ",
             "codec_tag": "0x20666967",
             "width": 160,
             "height": 120,
             "has_b_frames": 0,
             "pix_fmt": "pal8",
             "level": -99,
             "bit_rate": "152400",
             "r_frame_rate": "15/1",
             "avg_frame_rate": "15/1",
             "time_base": "1/600",
             "start_time": "0.000000",
             "duration": "0.066667",
             "nb_frames": "1",
             "tags": {
                 "creation_time": "2003-12-16 16:25:56",
                 "language": "eng",
                 "handler_name": "\u0018Apple Alias Data Handler"
             }
         }
     ],
     "format": {
         "filename": "/Users/alaindazzi/Desktop/703",
         "nb_streams": 3,
         "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
         "format_long_name": "QuickTime/MPEG-4/Motion JPEG 2000 format",
         "start_time": "0.000000",
         "duration": "2.066667",
         "size": "8931",
         "bit_rate": "34571",
         "tags": {
             "creation_time": "2003-12-16 16:25:56"
         }
     }
 }
 ~/zend/workspaces$

 Can someone help me with this issue?

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


More information about the FFmpeg-trac mailing list