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

Work on directories option #12

Open
WubTheGame opened this issue Oct 17, 2022 · 2 comments
Open

Work on directories option #12

WubTheGame opened this issue Oct 17, 2022 · 2 comments

Comments

@WubTheGame
Copy link

It's possible to use a loop to upscale a folder full of images, but this is pretty slow for what it could be. Could you make it able to work on folders, probably by not restarting itself between frames?

Helpful for:
Upscaling a video's worth of frames
Upscaling a lot of images that don't relate to each other.
This would be drastically sped up in either case.

Thanks in advance regardless of decision.

@adam-sawicki-a
Copy link

The tool can process multiple files in one launch, without restarting the entire framework with DirectX etc. All you need to do is to pass parameters like:

FidelityFX_CLI.exe [Options] <SrcFile1> <DstFile1> <SrcFile2> <DstFile2> ...

See README.md for details of the command-line syntax.

@WubTheGame
Copy link
Author

Yes, but that can result in a massive command. Wouldn't it be easier to be able to do it without doing that?

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