Advertisement
Guest User

Untitled

a guest
Dec 8th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. for file in *
  2. do
  3.  
  4. ffmpeg -re -i "$file" -vcodec libx264 -preset fast -crf 28 -acodec libfaac -ab 128k -ar 44100 -ac 2 -s hd480 -aspect 16:9 -threads 0 -f flv rtmp://live.justin.tv/app/xxxxxxxxxxxxxxxxxxxxxx
  5.  
  6. sleep 12
  7.  
  8. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement