Skip to content

Instantly share code, notes, and snippets.

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