-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some videos ignore encoding= option for an unknown reason causing larger download size. #72
Comments
I don't know what provided screen tells users but actual download via youcast from above sample video is still 392M as of right now:
other download tool size matches the screen you provided.
File acquired via YouCast is 47% larger. |
It shows the description of the stream YoutubeExplode returns from YouTube. |
Despite YoutubeExplode, youtube-dl and yt-dlp all report and download 266MB this particular video actual download via YouCast 360p is 47% larger. |
I found several more examples. yt-dlp downloads format 22 in 14 seconds: |
Any updates on possible causes? I have more sample videos with the same behavior. |
As I said, these are the streams |
Checking v2.21 on a video mentioned in #72 (comment) |
I did more testing and looks like MP4_360 option is ignored. Download URL always lists |
I found the problem. Nobody noticed that a YouCast/src/Service/YoutubeFeed.cs Line 146 in fbdd11b
If anyone is looking for saving a bandwidth, resolution MP4_144p is also valid. YouCast/src/Service/YoutubeFeed.cs Line 143 in fbdd11b
|
Hi @i3arnon any chance you can set default video resolution to 360 and close this request? |
Sample video: xaerlUIavxo
actual download size reported by yt-dlp
format 18 266.91MiB
format 22 392.82MiB
actual download size reported by curl via YouCast
encoding=MP4_320 392M
encoding=MP4_720 392M
no encoding 392M
The text was updated successfully, but these errors were encountered: