Re: [FFmpeg-user] Creating Motion JPEG 2000 Images

2024-07-29 Thread Aaron Boxer via ffmpeg-user
On Monday, 29 July 2024 at 18:58, Pierre-Anthony Lemieux wrote: > > > The kdu_v_compress tool at [1] can create MJ2 files. > > [1] https://kakadusoftware.com/documentation-downloads/downloads/ > Perfect! Thanks, Aaron > On Mon, Jul 29, 2024 at 2:12 PM Aaron Boxer via ffmpeg-user > ffmpeg

Re: [FFmpeg-user] Creating Motion JPEG 2000 Images

2024-07-29 Thread Pierre-Anthony Lemieux
The kdu_v_compress tool at [1] can create MJ2 files. [1] https://kakadusoftware.com/documentation-downloads/downloads/ On Mon, Jul 29, 2024 at 2:12 PM Aaron Boxer via ffmpeg-user wrote: > > Hi Oliver, > > Thanks very much for your reply. I want to create mj2 files to test an mj2 > reader. So, w

Re: [FFmpeg-user] Creating Motion JPEG 2000 Images

2024-07-29 Thread Aaron Boxer via ffmpeg-user
Hi Oliver, Thanks very much for your reply. I want to create mj2 files to test an mj2 reader. So, what I really need are some mj2 test images - I have only been able to find one so far on the internet. If you know where I can find more, that would also be great. Thanks, Aaron On Monday, 29

Re: [FFmpeg-user] Creating Motion JPEG 2000 Images

2024-07-29 Thread Oliver Fromme
Aaron Boxer via ffmpeg-user wrote: > I am able to play back mj2 clips with ffmpeg; can I also create mj2 files > by converting from say mp4 ? No, unfortunately that's not supported. Excerpt from the output of ``ffmpeg -formats'': D mov,mp4,m4a,3gp,3g2,mj2 QuickTime / MOV The "D" in the firs