[FFmpeg-trac] #9870(avcodec:new): JPEG2000 Decode Problem
FFmpeg
trac at avcodec.org
Wed Aug 10 10:57:52 EEST 2022
#9870: JPEG2000 Decode Problem
-------------------------------------+-------------------------------------
Reporter: | Type: defect
smallishzulu |
Status: new | Priority: normal
Component: avcodec | Version:
Keywords: j2k, | unspecified
jpeg2000, libopenjpeg | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Hi All,
I have a JPEG2000 stream output from Nimbra. The TS stream is in here:
https://drive.google.com/file/d/1CxtlCT4bbaJB82WBu_PckcooiP6v7I3C/view?usp=sharing
When I try to probe, decode or transcode the stream, the resolution and
fps values are misdetected. The source is actually 1920x1080i at 50 JPEG2000
with 180 Mbps Video.
I am using the latest ffmpeg version (5.1).
Here is the log and command line:
>> ffprobe j2k.ts
ffprobe version 5.1-0ubuntu1~20.04.sav0 Copyright (c) 2007-2022 the FFmpeg
developers
built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
configuration: --prefix=/usr --extra-version='0ubuntu1~20.04.sav0'
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
--disable-stripping --enable-gnutls --enable-ladspa --enable-lcms2
--enable-libaom --enable-libass --enable-libbluray --enable-libbs2b
--enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-
libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-
libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus
--enable-libpulse --enable-librabbitmq --enable-librubberband --enable-
libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-
libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-
libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-
libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi
--enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl
--enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libdav1d
--enable-libjxl --enable-librist --enable-libvmaf --enable-libzimg
--enable-crystalhd --enable-libmfx --enable-libsvtav1 --enable-libdc1394
--enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r
--enable-libplacebo --enable-libx264 --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
[mpegts @ 0x55d7d6649ac0] Stream #0: not enough frames to estimate rate;
consider increasing probesize
[mpegts @ 0x55d7d6649ac0] stream 0 : no PTS found at end of file, duration
not set
[mpegts @ 0x55d7d6649ac0] stream 1 : no PTS found at end of file, duration
not set
[mpegts @ 0x55d7d6649ac0] stream 2 : no PTS found at end of file, duration
not set
Input #0, mpegts, from 'j2k.ts':
Duration: 00:00:17.16, start: 52309.086933, bitrate: 183838 kb/s
Program 1
Stream #0:0[0x200]: Video: jpeg2000 ([33][0][0][0] / 0x0021),
yuv422p10le, 1920x540, 90k tbr, 90k tbn
Stream #0:1[0x294]: Audio: s302m (BSSD / 0x44535342), 48000 Hz, stereo,
s32 (20 bit), 2304 kb/s
Stream #0:2[0x295]: Audio: s302m (BSSD / 0x44535342), 48000 Hz, stereo,
s32 (20 bit), 2304 kb/s
Stream #0:3[0x240]: Data: bin_data (VANC / 0x434E4156)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9870>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list