[FFmpeg-trac] #10240(undetermined:new): zlib: yuv411 and yuv422 - unsupported dimensions when width is not multiple of 4

FFmpeg trac at avcodec.org
Wed Mar 8 19:33:45 EET 2023


#10240: zlib: yuv411 and yuv422 - unsupported dimensions when width is not multiple
of 4
-------------------------------------+-------------------------------------
             Reporter:  ami_stuff    |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 attached files decodes correctly with VirtualDub + avizlib codec

 {{{
 ./ffmpeg -i zlib_306_306_yuv411.avi -y out.avi
 ffmpeg version N-109867-g5247dab6b1 Copyright (c) 2000-2023 the FFmpeg
 developers
   built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
   configuration:
   libavutil      58.  1.100 / 58.  1.100
   libavcodec     60.  2.100 / 60.  2.100
   libavformat    60.  2.100 / 60.  2.100
   libavdevice    60.  0.100 / 60.  0.100
   libavfilter     9.  1.100 /  9.  1.100
   libswscale      7.  0.100 /  7.  0.100
   libswresample   4.  9.100 /  4.  9.100
 [zlib @ 0x55d872a28700] Unsupported dimensions is not implemented. Update
 your FFmpeg version to the newest one from Git. If the problem still
 occurs, it means that your file has a feature which has not been
 implemented.
 [zlib @ 0x55d872a28700] If you want to help, upload a sample of this file
 to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
 mailing list. (ffmpeg-devel at ffmpeg.org)
 [avi @ 0x55d872a27440] Failed to open codec in avformat_find_stream_info
 [zlib @ 0x55d872a28700] Unsupported dimensions is not implemented. Update
 your FFmpeg version to the newest one from Git. If the problem still
 occurs, it means that your file has a feature which has not been
 implemented.
 [zlib @ 0x55d872a28700] If you want to help, upload a sample of this file
 to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
 mailing list. (ffmpeg-devel at ffmpeg.org)
 Input #0, avi, from 'zlib_306_306_yuv411.avi':
   Metadata:
     software        : Lavf60.2.100
   Duration: 00:00:00.33, start: 0.000000, bitrate: 20900 kb/s
   Stream #0:0: Video: zlib (ZLIB / 0x42494C5A), yuv411p, 306x306, 23.97
 fps, 23.97 tbr, 23.97 tbn
 [zlib @ 0x55d872a54240] Unsupported dimensions is not implemented. Update
 your FFmpeg version to the newest one from Git. If the problem still
 occurs, it means that your file has a feature which has not been
 implemented.
 [zlib @ 0x55d872a54240] If you want to help, upload a sample of this file
 to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
 mailing list. (ffmpeg-devel at ffmpeg.org)
 Stream mapping:
   Stream #0:0 -> #0:0 (zlib (native) -> mpeg4 (native))
 Error while opening decoder for input stream #0:0 : Invalid data found
 when processing input
 }}}

 {{{
 ./ffmpeg -i zlib_306_306_yuv422.avi -y out.avi
 ffmpeg version N-109867-g5247dab6b1 Copyright (c) 2000-2023 the FFmpeg
 developers
   built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
   configuration:
   libavutil      58.  1.100 / 58.  1.100
   libavcodec     60.  2.100 / 60.  2.100
   libavformat    60.  2.100 / 60.  2.100
   libavdevice    60.  0.100 / 60.  0.100
   libavfilter     9.  1.100 /  9.  1.100
   libswscale      7.  0.100 /  7.  0.100
   libswresample   4.  9.100 /  4.  9.100
 [zlib @ 0x563905818700] Unsupported dimensions is not implemented. Update
 your FFmpeg version to the newest one from Git. If the problem still
 occurs, it means that your file has a feature which has not been
 implemented.
 [zlib @ 0x563905818700] If you want to help, upload a sample of this file
 to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
 mailing list. (ffmpeg-devel at ffmpeg.org)
 [avi @ 0x563905817440] Failed to open codec in avformat_find_stream_info
 [zlib @ 0x563905818700] Unsupported dimensions is not implemented. Update
 your FFmpeg version to the newest one from Git. If the problem still
 occurs, it means that your file has a feature which has not been
 implemented.
 [zlib @ 0x563905818700] If you want to help, upload a sample of this file
 to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
 mailing list. (ffmpeg-devel at ffmpeg.org)
 Input #0, avi, from 'zlib_306_306_yuv422.avi':
   Metadata:
     software        : Lavf60.2.100
   Duration: 00:00:00.33, start: 0.000000, bitrate: 24997 kb/s
   Stream #0:0: Video: zlib (ZLIB / 0x42494C5A), yuv422p, 306x306, 23.97
 fps, 23.97 tbr, 23.97 tbn
 [zlib @ 0x563905849500] Unsupported dimensions is not implemented. Update
 your FFmpeg version to the newest one from Git. If the problem still
 occurs, it means that your file has a feature which has not been
 implemented.
 [zlib @ 0x563905849500] If you want to help, upload a sample of this file
 to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
 mailing list. (ffmpeg-devel at ffmpeg.org)
 Stream mapping:
   Stream #0:0 -> #0:0 (zlib (native) -> mpeg4 (native))
 Error while opening decoder for input stream #0:0 : Invalid data found
 when processing input
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10240>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list