mltframework / shotcut

cross-platform (Qt), open-source (GPLv3) video editor
https://www.shotcut.org
GNU General Public License v3.0
10.84k stars 1.12k forks source link

No indication of progress when exporting #1497

Closed php4fan closed 9 months ago

php4fan commented 9 months ago
  1. Edit some videos in a project
  2. Go to File->Export
  3. Select a folder to save to, a file name, and go.

Expected: Should show a progress bar indicating that it is exporting (ideally a percentage done and an estimated time remaining, but at the very least an indication that it's in process and it's not finished), and let me know when it's done.

Observed: The window for exporting immediately closes, as if it had exported the video immediately in a fraction of a second.

I was very surprised by how quick it was, so I went and opened the folder in my file explorer and saw the file there, but it was growing. That's how I knew that it was actually still exporting, despite the fact that within ShotCut's UI there was no indication that the export was in process.

I had to guess when it was done exporting the video by when the file size stopped growing.

ddennedy commented 9 months ago

I have no idea what you are talking about. It already does that. I guess you are not viewing the Jobs panel somehow. image

bmatherly commented 9 months ago

I just did a test to confirm: when you start an export job, the jobs panel is enabled and forced to the foreground. You can't miss it. However, maybe there is some condition where the jobs panel does not show. If you find such a case, please let us know.

php4fan commented 9 months ago

I just did a test to confirm: when you start an export job, the jobs panel is enabled and forced to the foreground. You can't miss it.

This is where it shows up for me. I definitely missed it and I would argue it's very missable.

image