Skip to content

Instantly share code, notes, and snippets.

@lelandbatey
Created November 26, 2014 06:33
Show Gist options
  • Save lelandbatey/c33b4a028de23a2fdfd4 to your computer and use it in GitHub Desktop.
Save lelandbatey/c33b4a028de23a2fdfd4 to your computer and use it in GitHub Desktop.
ffmpeg_stream
ffmpeg -re -i "some_file.mkv" -c:v libx264 -crf 18 -preset veryfast -async 1 -maxrate 1500k -c:a aac -strict experimental -b:a 192k -ar 44100 -ac 2 -bsf:v h264_mp4toannexb -maxrate 1000k -bufsize 3000k -f mpegts udp://127.0.0.1:1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment