Created
July 11, 2016 19:06
-
-
Save nwgat/1cb7e8e69d0b1fbc6a57cb7631a807c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./ffmpeg -i bbb1080p30.mp4 \ | |
| -f webm -cluster_size_limit 10M -cluster_time_limit 5100 -content_type video/webm \ | |
| -vf scale=1280:-1 \ | |
| -vcodec libvpx-vp9 -threads 8 -speed 8 -keyint_min 60 -g 60 -tile-columns 4 -frame-parallel 1 -static-thresh 0 -max-intra-rate 300 -deadline realtime -lag-in-frames 0 -error-resilient 1 -b:v 4000K \ | |
| -acodec libopus -b:a 96K -ar 48000 -ac 2 \ | |
| icecast://blalbla:blalabla@woot.domain:8000/live.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment