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
However, despite checking that the video(s) in questions have av01 and/or vp9 versions available, podsync still downloads the avc version. I thought it might be a yt-dlp issue, but if I run the following command, the correct av01 or vp9 version is downloaded over avc (for the same videos that podsync fails to download as av01 or vp9): yt-dlp -f 'bestvideo[height<=1080][vcodec=av01]+bestaudio/bestvideo[height<=1080][vcodec=vp9]+bestaudio/bestvideo[height<=1080][vcodec=avc]+bestaudio' YT-URL
I can also see that custom quality is selected in podsync logs, but the output is just avc.
The logs say: level=info msg="-> updating FEED-LINK" feed_id=FEED-ID format=video quality=custom
I don't have max_height defined in my file (in case it could interfere with custom_format).
Am I doing something dumb or is podsync somehow failing to pass these parametres to yt-dlp?
The text was updated successfully, but these errors were encountered:
Hello. Firstly, I'm deeply thankful for this project, it allows me to watch YouTube offline and without algorithm and that's a big win for me.
I think I've encountered an issue with
custom_format
option. My config file has this:However, despite checking that the video(s) in questions have
av01
and/orvp9
versions available, podsync still downloads theavc
version. I thought it might be a yt-dlp issue, but if I run the following command, the correctav01
orvp9
version is downloaded overavc
(for the same videos that podsync fails to download asav01
orvp9
):yt-dlp -f 'bestvideo[height<=1080][vcodec=av01]+bestaudio/bestvideo[height<=1080][vcodec=vp9]+bestaudio/bestvideo[height<=1080][vcodec=avc]+bestaudio' YT-URL
I can also see that custom quality is selected in podsync logs, but the output is just
avc
.The logs say:
level=info msg="-> updating FEED-LINK" feed_id=FEED-ID format=video quality=custom
I don't have
max_height
defined in my file (in case it could interfere withcustom_format
).Am I doing something dumb or is podsync somehow failing to pass these parametres to yt-dlp?
The text was updated successfully, but these errors were encountered: