Created
October 27, 2019 10:19
-
-
Save hoxnox/d1f13cad2978b74574452d29deeb15cd 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
#/bin/bash | |
optirun ffmpeg -i "$1" -vcodec h264_nvenc -profile:v 'baseline' -preset:v 'slow' -vf scale=out_color_matrix=bt709 -color_primaries bt709 -color_trc bt709 -colorspace bt709 -pix_fmt yuv420p -b:v 14M -acodec aac -b:a 192k "$2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment