Opened 9 years ago
Closed 5 years ago
#4610 closed enhancement (fixed)
Unsupported jpeg 2000 marker 0xFF61
Reported by: | Carl Eugen Hoyos | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avcodec |
Version: | git-master | Keywords: | j2k |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
$ ffmpeg -i p1_02.j2k ffmpeg version N-72808-gb58a3c8 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --enable-libvpx --enable-libwebp libavutil 54. 27.100 / 54. 27.100 libavcodec 56. 41.100 / 56. 41.100 libavformat 56. 36.100 / 56. 36.100 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 16.101 / 5. 16.101 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 2.100 / 1. 2.100 libpostproc 53. 3.100 / 53. 3.100 [jpeg2000 @ 0x2d922c0] extra cblk styles A [jpeg2000 @ 0x2d922c0] unsupported marker 0xFF61 at pos 0x106 [jpeg2000 @ 0x2d922c0] nonzerobits -4 invalid Input #0, j2k_pipe, from 'p1_02.j2k': Duration: N/A, bitrate: N/A Stream #0:0: Video: jpeg2000 (JPEG 2000 no codestream restrictions), rgb24, 640x480, 25 tbr, 25 tbn, 25 tbc At least one output file must be specified
Attachments (2)
Change History (7)
by , 9 years ago
by , 9 years ago
comment:1 by , 9 years ago
comment:2 by , 9 years ago
For the (more important) samma sample, this is the first shown error iirc. But it is of course possible that there is another issue.
comment:3 by , 5 years ago
https://github.com/MediaArea/MediaInfoLib/blob/4c8a5a6ef8070b3635003eade494dcb8c74e946f/Source/MediaInfo/Image/File_Jpeg.cpp#L66
https://github.com/uclouvain/openjpeg/search?q=0xff61&unscoped_q=0xff61
https://books.google.ru/books?id=mkCMxnHm6hsC&pg=PA566&lpg=PA566&dq=0xFF61+jpeg&source=bl&ots=8CwOWZ9Xy2&sig=ACfU3U0GoRa3RDlKpSHIkv5weyMk74DRDg&hl=ru&sa=X&ved=2ahUKEwjS3-X2xMDlAhVE06YKHakyDnsQ6AEwBXoECAgQAQ#v=onepage&q=0xFF61%20jpeg&f=false
comment:4 by , 5 years ago
Status: | new → open |
---|
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixed by Gautam Ramakrishnan in e531891f3d12f91a39c66cc7686a432f03b3812a
There is no point in supporting this marker as its not really mandatory so p1_02.j2k bug in decoding is somewhere else.