Advertisement
BSDG33KCLUB

my ffmpeg code for screencasting on OpenBSD

Mar 14th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ffmpeg -ss 5.1 -f s16le -i /dev/audio1 -async 1 -f x11grab -framerate 10 -r 10 -s 1600x900 -i :0.0 -acodec libmp3lame -vcodec mpeg4 -qmax 1 -qmin 1 -y ~/out.avi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement