mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-24 05:00:50 -05:00
Showcasing the file size of the video when downloading #445
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 @Rashedaldahmani on GitHub (Sep 18, 2024).
describe the feature you'd like to see
When downloading a video, it would be nice to see the size of the file while downloading instead of ?
additional context
No response
@wukko commented on GitHub (Sep 18, 2024):
the file size is already shown whenever possible. in cases when video is processed live, the final size is unknown, so it is not shown.
@Rashedaldahmani commented on GitHub (Sep 18, 2024):
Why isn’t it possible to howcaseit live while downloading
@wukko commented on GitHub (Sep 19, 2024):
because we never save anything to disk. what you see is live render. it is impossible to predict the exact final size of a render while it’s ongoing.