Created
November 26, 2014 06:33
-
-
Save lelandbatey/c33b4a028de23a2fdfd4 to your computer and use it in GitHub Desktop.
ffmpeg_stream
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 -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