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

Can video files be used for the rgb and depth in the output directory structure to save hard drive space? #145

Closed
Alex12358 opened this issue Jun 21, 2024 · 2 comments

Comments

@Alex12358
Copy link

Can video files be used for the rgb and depth in the output directory structure to save hard drive space?
I need to process the movie and input custom depth video data, but converting to a sequence of frames is a significant performance overhead.

#97

@nagadomi
Copy link
Owner

It would be technically possible.
However, I don't know the proper video format for 16bit grayscale, so I think it is simpler to just buy a 4TB HDD.
If there is a video format for depth that is commonly used for VFX, etc., I may be able to support it.

Also, Export feature can significantly improve performance if Max Threads(--max-workers) is set to 16.

@Alex12358
Copy link
Author

Got it, thank you for your response. Buying a 4TB hard drive is indeed a simple solution. If you could find a 16-bit grayscale video format suitable for depth data, I would greatly appreciate it.

Additionally, thank you very much for your suggestion about setting the maximum threads (--max-workers) to 16. I will try this method to improve performance.

I hope you can continue to improve this project. Thank you again for your help.

@nagadomi nagadomi closed this as completed Jul 5, 2024
@nagadomi nagadomi closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2024
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

2 participants