Open Disonantemus opened 7 months ago
I'll investigate and fix this. Thanks for reporting.
@Disonantemus can you please provide the youtube link you've used? I had some problems with some links not having opus, and it seems your link has it.
@Disonantemus can you please provide the youtube link you've used? I had some problems with some links not having opus, and it seems your link has it.
Is there in the topic: aN9_RkCGzGM
I checked with vlc media player and it's a m4a container but opus audio codec underneath, so it is the correct audio codec. But it seems like it is just the opus container that is bad at embedding album covers.
From documentation, to download opus format, I have to use flag
--itag 251
, like this:But resulting file has an
m4a
extension. I was expecting opus extension (or maybe webm/mkv/ogg, in that order), maybe m4a as a container can have opus inside, but it's the 1st time that I see that.If I check the filetype, says
video/mp4
:Resulting file is a video mime type, then, is a video mp4 container. Using defaults (without
--itag 251
) you get an audio mime type:audio/x-m4a
, that is expected for AAC codec.Checking streams:
Resulting file is indeed an opus stream.
If I do extract stream to have an opus extension/container:
Now resulting file is indeed and audio mime type and container, but the expected thumbnail (image) is gone.
Maybe I can export the image and then use something like opustags to include in the opus file, but the idea of shira is to do all this friction less ("with little effort"), and now for opus output, is not doing that.