Screencasting with FFMPEG in Arch Linux
Channel:
Subscribers:
37,900
Published on ● Video Link: https://www.youtube.com/watch?v=BuKo0l3ZfEE
After toiling around the Internet I have found a solution to my problem with screencasting. This line of code gives my perfect synchronization with audio and video every time! Make sure you read the ArchWIKI covering codecs and the installation thereof otherwise this command string may not work!
ffmpeg -f alsa -ac 2 -i plughw:1,0 -f x11grab -r 15 -s 1360x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -preset ultrafast -threads 0 output.mkv Place your comments on my FORUM at http://www.cupoflinux.com
Other Videos By Spatry's Cup of Linux
Tags:
FFmpeg
Screencast
sync
synchronization
arch
linux
tutorial
tip
help
tips
hints
Tricks