You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From documentation, to download opus format, I have to use flag --itag 251, like this:
$ shiradl --overwrite --itag 251 aN9_RkCGzGM
$ ls YouTube\ Music/『T・Pぼん』予告編/Netflix.m4a
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.
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: