wolfgangw/digital_cinema_tools

bug in cinemaslides opendcp_j2k command

Closed this issue · 1 comments

Hello Wolfgang,

There is a missing -x commandlineparameter in the opendcp_j2k command in line 2431 of cinemaslides.
If you omit this parameter a rgb to xyz conversion will be done a second time.

The line 2431 should look like:
opendcp_j2k -i #{ file } -o #{ asset } -x -r #{ fps }

Best Regards
Andrä

Andrä,

thanks for pointing that out. 5425e43c