Skip to content

Instantly share code, notes, and snippets.

@Mapiarz
Created February 11, 2019 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mapiarz/63165867470d19818694da68fc702905 to your computer and use it in GitHub Desktop.
Save Mapiarz/63165867470d19818694da68fc702905 to your computer and use it in GitHub Desktop.
ffmpeg -y -rtbufsize 2000M -video_size 3440x1440 -f dshow -i video="screen-capture-recorder" -c:v h264_nvenc -preset losslesshp -pix_fmt nv12 game.mp4 -v trace
ffmpeg -y -rtbufsize 2000M -video_size 3440x1440 -f dshow -i video="screen-capture-recorder" -c:v hevc_nvenc -preset losslesshp -pix_fmt yuv444p game.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment