cobalt icon indicating copy to clipboard operation
cobalt copied to clipboard

Unmodified M4A Stream from Youtube ?

Open Shabinder opened this issue 10 months ago • 0 comments

describe the feature you'd like to see

Using below config, I expect a m4a stream, but I get a mp3 one, How to get a unprocessed stream just proxied from YT ?

{
    "url": "SOME_URL",
    "downloadMode": "audio",
    "youtubeVideoCodec": "h264",
    "youtubeHLS": false,
    "disableMetadata": true,
    "filenameStyle": "nerdy"
}

OR

{
    "url": "SOME_URL",
    "downloadMode": "audio",
    "filenameStyle": "nerdy"
}

Shabinder avatar Feb 27 '25 18:02 Shabinder