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't open input file #272

Open
arty35 opened this issue Aug 13, 2021 · 2 comments
Open

Can't open input file #272

arty35 opened this issue Aug 13, 2021 · 2 comments

Comments

@arty35
Copy link

arty35 commented Aug 13, 2021

I could convert tons of image. But It suddenly stop working. It says

2021-08-14 01:46:37: Can't open input file
2021-08-14 01:46:37: guetzli_windows_x86-64.exe --verbose --quality 90 --nomemlimit 'C:**.jpg' 'C:**_guetzli.jpg'
2021-08-14 01:46:37: Finished with 1

How can I solve this? I need to use this program :(

@doterax
Copy link

doterax commented Aug 15, 2021

You should use exact filename, because guetzli doesn't support wildcards.

I continue supporting GPU accelerated guetzli in this fork: https://github.com/doterax/guetzli-cuda-opencl

And I have plans to support wildcards in near future.

But for now you can try to use this this wrapper for your task: https://github.com/tanrax/guetzli-recursively

@g0blin-NN
Copy link

@arty35
use the fd
all directories from the current:
fd -e jpg -x guetzli --verbose --quality 90 --nomemlimit "{}" "{.}_guetzli.jpg"
current directory only:
fd -d 1 -e jpg -x guetzli --verbose --quality 90 --nomemlimit "{}" "{.}_guetzli.jpg"

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