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.
when using "--audio-format vorbis", will a opus file be embedded in a ogg container or transcoded to vorbis? #14260
Comments
|
|
@dstftw ok, so it seems it's just being copied into the new container and no transcoding is happening, correct? |
Since ogg is a container for both Vorbis and Opus, do you know what will happen when I download an audio only (DASH) .opus file together with the parameter
--audio-format vorbis? I see that the resulting file extension is .ogg, but is the opus file being transcoded to Vorbis, or is it only being embedded in the resulting ogg container?