mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
[GH-ISSUE #499] Why can't a see the total file size in certains case #7631
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tarkodev on GitHub (May 16, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/499
First of all, thank you for adding my last feature request "MAX_DURATION"!! (it was like realllyyyyy the only feature I was missing to be able to switch on Cobalt completely)
So, for example, here this video:
https://youtu.be/A_qMu9ClfC8
When i download it in 1080p, i can't see the total file size, and that's sort of annoying for large file size (like reallyyy really annoying, especially when dealing with multiple large file size, i can't really know how many time it will take to download)

But, for some reason when the total file size is 720p, i can see the total file size and the remaining time

Is it possible to fix the file size for resolution other than 720p? Thank you for taking the time to read =))
@wukko commented on GitHub (May 17, 2024):
that’s because files are rendered on the fly (without storing or caching anything), so it’s impossible to predict exact final size