Created
February 23, 2021 10:38
-
-
Save haydenmc/257a40be3daceb37ff5074f2346dc9a7 to your computer and use it in GitHub Desktop.
Creates a raw Opus 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.mp4 -vn -c:a libopus -b:a 160K -ac 2 OUTPUTFILE.opus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment