Opened 14 months ago

Closed 8 months ago

#10240 closed defect (fixed)

zlib: yuv411 and yuv422 - unsupported dimensions when width is not multiple of 4

Reported by: ami_stuff Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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@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@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@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@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@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@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

Attachments (2)

zlib_306_306_yuv411.avi (851.5 KB ) - added by ami_stuff 14 months ago.
zlib_306_306_yuv422.avi (1018.4 KB ) - added by ami_stuff 14 months ago.

Download all attachments as: .zip

Change History (3)

by ami_stuff, 14 months ago

Attachment: zlib_306_306_yuv411.avi added

by ami_stuff, 14 months ago

Attachment: zlib_306_306_yuv422.avi added

comment:1 by Elon Musk, 8 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.