Last active
January 2, 2016 18:59
-
-
Save ir4y/8347490 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
| ffmpeg -f alsa -ac 1 -ab 128k -i pulse -f x11grab -r 25 -s 1280x1024 -i :0.0+0,0 -vcodec libx264 -vpre lossless_ultrafast -threads 0 video.mkv # record hq desktop | |
| ffmpeg -i videokritbi.mp4 -sameq -acodec ac3 -ab 448k -ar 48000 output.avi # convert ti hq avi | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment