Advertisement
Guest User

ffmpeg invocation

a guest
Jan 30th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. ffmpeg -y -vsync passthrough -video_size 1280x720 -framerate 60 -f x11grab -i :0.0+1,1 -f pulse -ac 2 -ar 44100 -i alsa_output.default.monitor -vcodec libx264 -crf 20 -preset ultrafast "$1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement