Skip to content

Instantly share code, notes, and snippets.

@drakemccabe
Last active March 27, 2023 16:06
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drakemccabe/8a40984ebc3e3eb9cd00ef8bf912d093 to your computer and use it in GitHub Desktop.
Save drakemccabe/8a40984ebc3e3eb9cd00ef8bf912d093 to your computer and use it in GitHub Desktop.
Change video color space from bt601 to bt709 using FFMPEG
ffmpeg -i input.mp4 -vf "scale=in_color_matrix=bt601:out_color_matrix=bt709" output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment