Guest User

Untitled

a guest
Nov 25th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while [ 1 ]
  2. do
  3. for file in *.mp4; do `ffmpeg -i $file -re -isync -acodec libfaac -ab 128000 -ar 32000 -vcodec libx264 -vpre veryfast -b 600k -f flv "rtmp://hackfleisch.in:553/live/channel1"`;done
  4. done
Add Comment
Please, Sign In to add comment