Skip to content

Instantly share code, notes, and snippets.

@karpitsky
Last active June 4, 2019 13:00
Show Gist options
  • Save karpitsky/67f1dfce5aa38d05eea37f37a5e9400e to your computer and use it in GitHub Desktop.
Save karpitsky/67f1dfce5aa38d05eea37f37a5e9400e to your computer and use it in GitHub Desktop.
Enconging macOS's Screen Recording for the web without color changing/washing.

Enconging macOS's Screen Recording for the web without color changing/washing.

Video encoding (Correct colors)

ffmpeg -an -i input.mov -vcodec libx264 -pix_fmt yuv420p -colorspace bt709 -color_trc bt709 -color_primaries bt709 -color_range tv output.mp4

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