Created
March 11, 2019 10:38
-
-
Save tdhooper/ce3bbe5883b5d993dc077da13878b56e to your computer and use it in GitHub Desktop.
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 -r 60 -f rawvideo -pix_fmt bgra -s 1920x1080 -i - -threads 0 -preset veryslow -y -s 1920x1080 -color_primaries bt470bg -color_trc gamma28 -color_range jpeg -colorspace bt470bg -sws_flags lanczos+accurate_rnd+full_chroma_int+full_chroma_inp -pix_fmt yuv420p -crf 17 output.mp4 | |
-color_primaries bt470bg -color_trc gamma28 -color_range jpeg -colorspace bt470bg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment