Skip to content

Instantly share code, notes, and snippets.

@theredfish
Created November 11, 2018 17:34
Show Gist options
  • Save theredfish/22a46eab52375f045d6e1c0b341f4fc2 to your computer and use it in GitHub Desktop.
Save theredfish/22a46eab52375f045d6e1c0b341f4fc2 to your computer and use it in GitHub Desktop.
ShareX ffmpeg command
-y -rtbufsize 100M -f gdigrab -framerate $fps$ -offset_x $area_x$ -offset_y $area_y$ -video_size $area_width$x$area_height$ -draw_mouse $cursor$ -i desktop -f dshow -i audio="Microphone (RODE NT-USB)" -f dshow -i audio="virtual-audio-capturer" -filter_complex amix=inputs=2 -c:v libx264 -r $fps$ -preset fast -tune zerolatency -crf 28 -pix_fmt yuv420p -movflags +faststart -c:a aac -strict -2 -ac 2 -b:a 128k "$output$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment