On Sun, Apr 19, 2020 at 8:20 AM Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > > Am Sa., 18. Apr. 2020 um 21:54 Uhr schrieb <gautamr...@gmail.com>: > > > > From: Gautam Ramakrishnan <gautamr...@gmail.com> > > > > I have attempted to write a JPEG2000 Parser. > > Does it work both for format j2k and jp2 as written > by FFmpeg's encoder? > I have tried to make it work for both. j2k files have only the codestream content. The parser attempts to parse full files or just codestreams. So if the stream has a a jp2 file and a j2k codestream, it should work. > Carl Eugen > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
-- ------------- Gautam | _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".