Created
February 23, 2021 10:37
-
-
Save haydenmc/c92ebce10b9b122169cbd6bc6f5bec17 to your computer and use it in GitHub Desktop.
Creates a raw H264 file suitable for test streaming with the FTL protocol.
This file contains 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.exe -i <INPUTFILE> -an -c:v libx264 -b:v 5000K -tune zerolatency -r 30 -profile:v baseline -vf scale=1280:720 -x264-params keyint=60:scenecut=0:bframes=0 OUTPUTFILE.h264 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment