Skip to content

Instantly share code, notes, and snippets.

@sobotka
Created January 11, 2018 00:44
Show Gist options
  • Save sobotka/0f2a16ccd94c42f5e817f5ef9c32d26c to your computer and use it in GitHub Desktop.
Save sobotka/0f2a16ccd94c42f5e817f5ef9c32d26c to your computer and use it in GitHub Desktop.
BT.709 encoding
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
@sobotka
Copy link
Author

sobotka commented Jun 6, 2021

FFMPEG is a smouldering dumpster fire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment