Advertisement
Guest User

Untitled

a guest
Mar 24th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. #!/bin/bash
  2. INRES="1440x900"
  3. OUTRES="1280x768"
  4. FPS="20"
  5. QUAL="medium"
  6.  
  7. ffmpeg -f pulse -ac 2 -i default -f x11grab -r $FPS -s $INRES -i :0.0 -acodec libmp3lame -ab 96k -ar 22050 -vcodec libx264 -preset $QUAL -pix_fmt yuv420p -crf 0 -threads 4 -s $OUTRES -f flv "rtmp://live.twitch.tv/app/live_xxxxxxxxxx"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement