Opened 3 years ago
Closed 3 years 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)
Change History (3)
by , 3 years ago
| Attachment: | zlib_306_306_yuv411.avi added |
|---|
by , 3 years ago
| Attachment: | zlib_306_306_yuv422.avi added |
|---|
comment:1 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in 0cf1ac905d2d97355a389c3baa4e132824b29f21