Created
December 21, 2012 13:37
-
-
Save apraga/4352892 to your computer and use it in GitHub Desktop.
Script for video recording.
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 | |
ffmpeg -f x11grab -s 1280x800 -r 25 -i :0.0+nomouse -s hd720 -vcodec libx264 -vpre lossless_ultrafast -an -threads 0 $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment