Advertisement
Guest User

ffmpeg line

a guest
Oct 4th, 2011
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. :start echo ""
  2. ffmpeg\ffmpeg -isync -i "http://127.0.0.1:2345" -vcodec libx264 -r 25 -b 3000%k -minrate 2800k -maxrate 3200k -bufsize 2000k -s 720x400 -bt 5k -deinterlace -acodec libmp3lame -ab 128k -ar 44100 -channels 2 -mbd rd -async 50 -threads 0 -fpre ffmpeg/.ffmpeg//libx264-main.ffpreset -f flv "test.flv"
  3. goto start
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement