-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Video2x needs the ability to process a list of folders with each folder in different resolutions and you should set a pause between files for your overheating GPU. #1108
Comments
How I want to do this in the future would be to let the user set the options for each video added, or one setting for every group of videos added at the same time. As for a timeout for the GPU to cooldown, I'll consider hooks so you can execute custom commands on certain events. |
What is important to add to your program is the ability to run two instances of the program at once...
|
That's already possible isn't it? Just pause the first instance and open another one? |
Is there a way to resume a list from where you left off once you have stopped it?
|
Your program is brilliant!
|
Right now, no. However, I'm going to do an overhaul of the GUI at some point like I mentioned before, and this feature is something we could consider when that happens. Could you please fix how you're replying with email? The text looks very confusing on GitHub. |
Video2x can currently only process a single folder at a specific resolution, say 1920p x 1080p, or some other ratio / resolution.
you need to be able to add to a list various folders and each folder will be processed with a different resolution, say 1600p x 900p, then 1280p x 720p, anything...
And you need to be able to specify precisely the output file name's format that will be the output of each folder....
And you can set a pause in seconds between files to avoid an overheating GPU.
The text was updated successfully, but these errors were encountered: