Skip to content

Instantly share code, notes, and snippets.

@Swipe650
Last active April 8, 2018 07:57
Show Gist options
  • Save Swipe650/3b7cecddd60852876cd65534b749affd to your computer and use it in GitHub Desktop.
Save Swipe650/3b7cecddd60852876cd65534b749affd to your computer and use it in GitHub Desktop.
ffmpeg -v quiet -f x11grab -video_size 1920x1080 -i :0 -f alsa -i default -c:v libx264 -vf scale=1280x720 -b:v 1280K -minrate 2560K -maxrate 2560K -bufsize 1280K -c:a ac3 -b:a 384K -ac 2 -strict -2 "video.mkv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment