[FFmpeg-trac] #4601(avcodec:new): jpeg2000: Support for image offsets is not implemented

FFmpeg trac at avcodec.org
Tue Jun 9 21:06:04 CEST 2015


#4601: jpeg2000: Support for image offsets is not implemented
--------------------------------------+---------------------------------
               Reporter:  cehoyos     |                  Owner:
                   Type:  defect      |                 Status:  new
               Priority:  wish        |              Component:  avcodec
                Version:  git-master  |               Keywords:  j2k
             Blocked By:              |               Blocking:
Reproduced by developer:  0           |  Analyzed by developer:  0
--------------------------------------+---------------------------------
 {{{
 $ ffmpeg -i p1_05.j2k
 ffmpeg version N-72797-g0916938 Copyright (c) 2000-2015 the FFmpeg
 developers
   built with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --enable-libopenjpeg
   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 @ 0x333c2c0] Support for image offsets 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.
 [jpeg2000 @ 0x333c2c0] If you want to help, upload a sample of this file
 to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing
 list. (ffmpeg-devel at ffmpeg.org)
 [jpeg2000 @ 0x333c2c0] error during processing marker segment ff51
 [j2k_pipe @ 0x333b3e0] decoding for stream 0 failed
 [j2k_pipe @ 0x333b3e0] Could not find codec parameters for stream 0
 (Video: jpeg2000 (JPEG 2000 no codestream restrictions), none):
 unspecified size
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 p1_05.j2k: could not find codec parameters
 Input #0, j2k_pipe, from 'p1_05.j2k':
   Duration: N/A, bitrate: N/A
     Stream #0:0: Video: jpeg2000 (JPEG 2000 no codestream restrictions),
 none, 25 tbr, 25 tbn, 25 tbc
 At least one output file must be specified
 }}}
 {{{
 $ ffmpeg -i p1_05.j2k
 ffmpeg version N-72794-gdbbb31e Copyright (c) 2000-2015 the FFmpeg
 developers
   built with gcc 4.7 (SUSE Linux)
   configuration: --enable-libopenjpeg --disable-decoder=jpeg2000
   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
 Input #0, j2k_pipe, from 'p1_05.j2k':
   Duration: N/A, bitrate: N/A
     Stream #0:0: Video: jpeg2000, rgb24, 512x512, 25 tbr, 25 tbn, 25 tbc
 At least one output file must be specified
 }}}

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


More information about the FFmpeg-trac mailing list