Skip to content

Instantly share code, notes, and snippets.

@hoxnox
Created October 27, 2019 10:19
Show Gist options
  • Save hoxnox/d1f13cad2978b74574452d29deeb15cd to your computer and use it in GitHub Desktop.
Save hoxnox/d1f13cad2978b74574452d29deeb15cd to your computer and use it in GitHub Desktop.
#/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