[FFmpeg-user] FFmpeg + OpenJPEG: cinema options

Moritz Barsnick barsnick at gmx.net
Mon Mar 28 02:21:35 CEST 2016


On Sun, Mar 27, 2016 at 19:55:55 -0400, Aaron Boxer wrote:
> > I have an older version of openjpeg, but I can seen "-profile" and
> > "-cinema_mode", the latter is likely the right thing for you.
> Wonderful. Thanks.  So, suppose I want to set the profile, do I just add
> the command line parameter  "-profile CINEMA_2K"  for example ?

I don't know - please do read the output of the command I gave you.
Mine says:

  -profile           <int>        E..V.... (from 0 to 4) (default jpeg2000)
     jpeg2000                     E..V....
     cinema2k                     E..V....
     cinema4k                     E..V....
  -cinema_mode       <int>        E..V.... Digital Cinema (from 0 to 3) (default off)
     off                          E..V....
     2k_24                        E..V....
     2k_48                        E..V....
     4k_24                        E..V....

Note the list of possible parameters under "-profile" (same for other
options).

So I would have to say
$ ffmpeg [...] -profile cinema2k [...]

Moritz


More information about the ffmpeg-user mailing list