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
For large downloads, the value displayed in the "progress" column is inaccurate. Let me explain this via an example. Suppose I intend to download a video that is 3 GiB in size.
When the download first begins, the string in the "progress" column may look something like this 0.0% (0 MiB/350 MiB). Immediately, we can tell that this value is inaccurate because the actual size of the video is 3GiB. As the download progresses, the values update normally, although they are still inaccurate. For instance,
0.3% (1 MiB/350 MiB)
14% (50 MiB/350 MiB)
etc. etc.
Note that the percentage values are still calculated correctly, just that the total size of the video is wrong. When the percentage reaches 99%, this is the part where things get a bit strange. At 99%, the percentage stops changing (it stays at 99%), and both the downloaded size and the total size increase together. For instance, using the previous scenario, we have:
This goes on all the way until the download is finished. Those values in the example are made-up, but they are there to illustrate describe the basic gist of ClipGrab's current behavior.
Here's a screenshot of me downloading a video that is about 8GiB in size.
Obviously, the progress information is wrong.
The text was updated successfully, but these errors were encountered:
For large downloads, the value displayed in the "progress" column is inaccurate. Let me explain this via an example. Suppose I intend to download a video that is 3 GiB in size.
When the download first begins, the string in the "progress" column may look something like this
0.0% (0 MiB/350 MiB)
. Immediately, we can tell that this value is inaccurate because the actual size of the video is 3GiB. As the download progresses, the values update normally, although they are still inaccurate. For instance,etc. etc.
Note that the percentage values are still calculated correctly, just that the total size of the video is wrong. When the percentage reaches 99%, this is the part where things get a bit strange. At 99%, the percentage stops changing (it stays at 99%), and both the downloaded size and the total size increase together. For instance, using the previous scenario, we have:
This goes on all the way until the download is finished. Those values in the example are made-up, but they are there to illustrate describe the basic gist of ClipGrab's current behavior.
Here's a screenshot of me downloading a video that is about 8GiB in size.
Obviously, the progress information is wrong.
The text was updated successfully, but these errors were encountered: