Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Created May 16, 2013 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratbeard/5592574 to your computer and use it in GitHub Desktop.
Save ratbeard/5592574 to your computer and use it in GitHub Desktop.
ffmpeg -y -re
-i /var/www/usp-evaluation/video/v1/deadfall.mp4
-movflags isml+frag_keyframe -f ismv -threads 0
-c:a libfaac -ac 2 -b:a 64k
-c:v libx264 -preset fast -profile:v baseline -g 48 -keyint_min 48 -sc_threshold 0
-map 0:v -b:v:0 2877k -s:v:0 1280x720
-map 0:v -b:v:1 1872k -s:v:1 720x404
-map 0:v -b:v:2 1231k -s:v:2 704x396
-map 0:v -b:v:3 830k -s:v:3 640x360
http://localhost/live/live.isml/Streams(video)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment