Advertisement
GamerScenede

Untitled

Dec 24th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Process 1:
  2. ffmpeg -re -i <filename>.avi -ac 2 -vcodec libx264 -acodec libmp3lame -ar 44100 -threads 0 -q:v 0 -q:a 0 -f flv -
  3.  
  4. Piping to process 2:
  5. ffmpeg -re -i - -vcodec copy -acodec copy -threads 0 -f flv rtmp://...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement