Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
if output to stdout, it ignores --audio-format #24984
Comments
|
No single media file with opus audio exists. |
|
wait what??? |
Checklist
Verbose log
Description
If using the command above to output to stdout, I get an mpeg-4 file (no opus audio, although I specified it with --audio-format).
If I use the exact same command without: -o "-" (so no output to stdout), it works as expected and it writes a .webm file with opus audio encoding.
I am a little confused since I thought if I output to stdout I would get the same file as if not.