Record my desktop and mic with ffmpeg


/ Published in: Bash
Save to your folder(s)

http://www.commandlinefu.com/commands/view/148/capture-video-of-a-linux-desktop
http://www.wikihow.com/Record-Your-Desktop-Using-FFmpeg-on-Ubuntu-Linux


Copy this code and paste it in your HTML
  1. ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -s 1366x744 -r 25 -i :0.0 -sameq output.mkv

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.