Created
May 17, 2016 02:23
-
-
Save paulodiovani/b7990bc90ce43f53bd6c28a61c6327c3 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/sh | |
# Record screencast with mic audio (from pulseaudio) | |
# and saves to output.mkv | |
# Source: https://trac.ffmpeg.org/wiki/Capture/Desktop | |
ffmpeg -video_size 1366x768 -framerate 25 -f x11grab -i :0.0+0,0 -f pulse -ac 2 -i default output.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment