[FFmpeg-user] FFmpeg + OpenJPEG: cinema options
Moritz Barsnick
barsnick at gmx.net
Mon Mar 28 01:35:02 CEST 2016
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
More information about the ffmpeg-user
mailing list