[FFmpeg-trac] #6171(undetermined:new): qdrw: support 2bpp & 4bpp

FFmpeg trac at avcodec.org
Tue Feb 21 18:07:47 EET 2017


#6171: qdrw: support 2bpp & 4bpp
-------------------------------------+-------------------------------------
               Reporter:  ami_stuff  |                  Owner:
                   Type:  defect     |                 Status:  new
               Priority:  normal     |              Component:
                Version:             |  undetermined
  unspecified                        |               Keywords:
             Blocked By:             |               Blocking:
Reproduced by developer:  0          |  Analyzed by developer:  0
-------------------------------------+-------------------------------------
 {{{
 C:\>ffmpeg -i C:\indexed_2bpp.pct
 ffmpeg version 3.2.git Copyright (c) 2000-2017 the FFmpeg developers
   built with gcc 4.6.2 (GCC)
   configuration: --disable-pthreads --enable-gpl --disable-ffprobe
   libavutil      55. 47.100 / 55. 47.100
   libavcodec     57. 79.100 / 57. 79.100
   libavformat    57. 66.102 / 57. 66.102
   libavdevice    57.  2.100 / 57.  2.100
   libavfilter     6. 73.100 /  6. 73.100
   libswscale      4.  3.101 /  4.  3.101
   libswresample   2.  4.100 /  2.  4.100
   libpostproc    54.  2.100 / 54.  2.100
 [qdraw @ 0672d760] Warning: not compiled with thread support, using thread
 emula
 tion
 [qdraw @ 0672d760] Invalid pixel format (bppcnt 1 bpp 2) in Packbit
 [qdraw_pipe @ 06723be0] decoding for stream 0 failed
 [qdraw_pipe @ 06723be0] Could not find codec parameters for stream 0
 (Video: qdr
 aw, none, 1024x768): unspecified pixel format
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 Input #0, qdraw_pipe, from 'C:\indexed_2bpp.pct':
   Duration: N/A, bitrate: N/A
     Stream #0:0: Video: qdraw, none, 1024x768, 25 tbr, 25 tbn, 25 tbc
 At least one output file must be specified
 }}}

 {{{
 C:\>ffmpeg -i C:\indexed_4bpp.pct
 ffmpeg version 3.2.git Copyright (c) 2000-2017 the FFmpeg developers
   built with gcc 4.6.2 (GCC)
   configuration: --disable-pthreads --enable-gpl --disable-ffprobe
   libavutil      55. 47.100 / 55. 47.100
   libavcodec     57. 79.100 / 57. 79.100
   libavformat    57. 66.102 / 57. 66.102
   libavdevice    57.  2.100 / 57.  2.100
   libavfilter     6. 73.100 /  6. 73.100
   libswscale      4.  3.101 /  4.  3.101
   libswresample   2.  4.100 /  2.  4.100
   libpostproc    54.  2.100 / 54.  2.100
 [qdraw @ 0672d760] Warning: not compiled with thread support, using thread
 emula
 tion
 [qdraw @ 0672d760] Invalid pixel format (bppcnt 1 bpp 4) in Packbit
 [qdraw_pipe @ 06723be0] decoding for stream 0 failed
 [qdraw_pipe @ 06723be0] Could not find codec parameters for stream 0
 (Video: qdr
 aw, none, 1024x768): unspecified pixel format
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 Input #0, qdraw_pipe, from 'C:\indexed_4bpp.pct':
   Duration: N/A, bitrate: N/A
     Stream #0:0: Video: qdraw, none, 1024x768, 25 tbr, 25 tbn, 25 tbc
 At least one output file must be specified
 }}}

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


More information about the FFmpeg-trac mailing list