Skip to content

Instantly share code, notes, and snippets.

@nwgat
Created July 11, 2016 19:06
Show Gist options
  • Select an option

  • Save nwgat/1cb7e8e69d0b1fbc6a57cb7631a807c5 to your computer and use it in GitHub Desktop.

Select an option

Save nwgat/1cb7e8e69d0b1fbc6a57cb7631a807c5 to your computer and use it in GitHub Desktop.
./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