Download youtube playlist to ogg

8,550

Simple, use vorbis instead of ogg in your command

Share:
8,550

Related videos on Youtube

Nick
Author by

Nick

I like dogs! :) PGP and Linux and stuff

Updated on September 18, 2022

Comments

  • Nick
    Nick almost 2 years

    how can I download a playlist to ogg?

    youtube-dl --extract-audio --audio-format mp3 <url to playlist>
    

    I'm trying:

    youtube-dl --extract-audio --audio-format ogg <url to playlist>
    

    Error:

    youtube-dl: error: invalid audio format specified

  • Redoman
    Redoman almost 7 years
    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 can see that the resulting file is a .ogg file, but is the .opus file being transcoded to Vorbis, or is it only being embedded as is in the resulting ogg container?