On Sun, Mar 27, 2016 at 19:19:36 -0400, Aaron Boxer wrote: > JPEG 2000 video can be encoded in a couple of ways - eg. 2K @ 24 FPS > or 4K. How may I specify these cinema options when I am encoding using > FFmpeg with OpenJPEG ?
It seems that the options aren't documented in the texinfo docs, but you can see all the coded options (and their parameters) if you run: $ ffmpeg -h encoder=libopenjpeg I have an older version of openjpeg, but I can seen "-profile" and "-cinema_mode", the latter is likely the right thing for you. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
