Skip to content

Instantly share code, notes, and snippets.

@haydenmc
Created February 23, 2021 10:37
Show Gist options
  • Save haydenmc/c92ebce10b9b122169cbd6bc6f5bec17 to your computer and use it in GitHub Desktop.
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.
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