Last active
March 27, 2023 16:06
-
-
Save drakemccabe/8a40984ebc3e3eb9cd00ef8bf912d093 to your computer and use it in GitHub Desktop.
Change video color space from bt601 to bt709 using FFMPEG
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 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