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

Lack of Space Crash #267

Open
shinra358 opened this issue Dec 10, 2024 · 5 comments
Open

Lack of Space Crash #267

shinra358 opened this issue Dec 10, 2024 · 5 comments

Comments

@shinra358
Copy link

I spent 2 days trying to convert a movie to be met with a crash that said i was out of space. I would like a feature that pauses the routine and prompts you to free some space on your own so that you can come back and resume the project.

@nagadomi
Copy link
Owner

I can add this feature, but I feel it is a very generic OS issue that is not really related to iw3. Because all running processes affect the disk space.

If I were to implement this, it would be as follows,

  1. Measure free disk space every few seconds
  2. Predicts the number of seconds until the disk is full from multiple samples
  3. If the disk is expected to become full in the near future (e.g., 1 hour), the software will pause on its own.

This may be a very annoying feature for users who are working with less disk space.
Basically, I think disk space should be managed by the user, not each individual software.

@stsnewyork83
Copy link

I have also encountered this problem. Is there a way for when it has an error, for the app to at least encapsulate and complete the file? because every time an error comes it leaves me with a broken .mp4 file and its difficult to repair afterwards.

@nagadomi
Copy link
Owner

nagadomi commented Jan 3, 2025

  1. Split the source video into multiple segments
  2. Convert each segment video to 3D (If no space error occurs during conversion, it can be resumed from the previous segment)
  3. Merge the results into one video

@shinra358
Copy link
Author

shinra358 commented Jan 4, 2025

just tried splitting the movie into 4 30min pieces. 3 hrs later out of the 15 that it predicted for 1 piece, the program just disappears in a silent crash i guess. definitely needs some type of resume feature. Im sure it was a memory thing this time because i have plenty of hdd space.

@nagadomi
Copy link
Owner

nagadomi commented Jan 4, 2025

Is it possible to resume encoding when ffmpeg crashes during encoding and the mp4 is corrupted?
The resume issue is the same as that.
One possible workaround is to split the video into smaller pieces as described above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants