Skip to content
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

Background Tasks - Sharing - Percentage Error with Multiple Export: Resets after each completes + lack of "completed" exports #403

Open
belisoful opened this issue Oct 26, 2024 · 0 comments
Assignees

Comments

@belisoful
Copy link

belisoful commented Oct 26, 2024

Apple Feedback Assistant ID: FB15619066

DESCRIBE THE BUG:
I have many very long renders, eg 20 exports of a 12 hour video. Each time an export completes, the Total percentage complete is reset to zero.

As it completes, each line is a time sequence:

|---------------------------------------------|
|*--------------------------------------------|
|**-------------------------------------------|
|***------------------------------------------| <- completes an export
|---------------------------------------------| <- starting work in the next export
|*--------------------------------------------|
|**-------------------------------------------|
|***------------------------------------------|
|****-----------------------------------------|  <- completes an export
|---------------------------------------------| <- starting work in the next export
|*--------------------------------------------|
|**-------------------------------------------|
|***------------------------------------------|
|****-----------------------------------------|
|*****----------------------------------------|  <- completes an export
...
|---------------------------------------------| <- starting work in the next export
|*--------------------------------------------| 
.....|***********************--------------------|
...
... <- Thirdto last video fills 33% of the bar before resetting
... <- Second to last video fills 50% of the bar before resetting
|---------------------------------------------| <- last export
|*--------------------------------------------| 
.....|*******************************************| <- last export completely fills  the bar

I hope this makes sense.

This seems to happen because of the second bug. It could be seen as an enhancement, but it's really a bug due to how it affects the percentage bar.

When an export completes, it is removed from the "sharing" view and so no longer contributes to the "percentage complete." The bug is that the completed exports are automatically removed. But this is also a feature, to retain completed exports. So, a feature enhancement AND a bug! wow.


TO REPRODUCE:

Do multiple exports that will take at least a few minutes to complete while you export other videos as pending.


EXPECTED BEHAVIOUR:

I expect the percentage bar to NOT reset back to zero after each export but continue going up with each completed export. The exports should be retained, and a button should be next to the "Export Complete" to view the file in the Finder with one click. When the completed export "X" is clicked, The percentage complete is only then affected. When all the exports are complete, the "base percentage" goes back to zero and is basically a new "multi-export", whether or not pending exports are added to the percentage.
Removing pending exports would duly affect the total complete percentage in kind.


SPECS:

  • 2021 16-inch MacBook Pro (M1 Max, 32GB RAM, 2TB SSD)
  • macOS Sonoma 14.6.1
  • Final Cut Pro 10.8.1

ADDITIONAL COMMENTS:

This is both a bug and "an enhancement." i prefer the bug side because it's that dimension of "critical" but requires an enhancement to fix.

@latenitefilms latenitefilms self-assigned this Oct 29, 2024
@latenitefilms latenitefilms changed the title Background Tasks- Sharing-Percentage Error with Multiple Export: Resets after each completes + lack of "completed" exports Background Tasks - Sharing - Percentage Error with Multiple Export: Resets after each completes + lack of "completed" exports Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants