Created
January 11, 2018 00:44
-
-
Save sobotka/0f2a16ccd94c42f5e817f5ef9c32d26c to your computer and use it in GitHub Desktop.
BT.709 encoding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i file.dpx -vf scale=out_color_matrix=bt709 -movflags write_colr -color_primaries bt709 -color_trc bt709 -colorspace bt709 -codec prores output.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FFMPEG is a smouldering dumpster fire.