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

Please consider adding the ability to process a folder of images #12

Open
gessyoo opened this issue Oct 16, 2021 · 10 comments
Open

Please consider adding the ability to process a folder of images #12

gessyoo opened this issue Oct 16, 2021 · 10 comments
Labels
enhancement New feature or request

Comments

@gessyoo
Copy link

gessyoo commented Oct 16, 2021

No description provided.

@gessyoo gessyoo changed the title Please consider adding the ability to process a foldee of images Please consider adding the ability to process a folder of images Oct 16, 2021
@GlebSBrykin
Copy link
Member

Good afternoon! That's a great idea. I'm taking it into development.

@GlebSBrykin GlebSBrykin added the enhancement New feature or request label Oct 29, 2021
@niutech
Copy link

niutech commented Dec 13, 2021

Great idea! The next logical step would be to batch process movie frames, exported using e.g. ffmpeg -i video.mp4 frame%04d.jpg -hide_banner and joined using e.g. ffmpeg -i frame%04d.png -c:v libx264 -r 25 -pix_fmt yuv420p video-colorized.mp4

@mctrafik
Copy link

Would it be easier to be able to add command line params for input filename and output filename?

@gessyoo
Copy link
Author

gessyoo commented Jan 24, 2022

Would it be easier to be able to add command line params for input filename and output filename?

A command line input could be an option, but since he already has a working GUI, adding the ability to input a folder of images seems like a logical next step, especially for Windows users.

@GlebSBrykin
Copy link
Member

All of the above will be implemented in the near future.

@GlebSBrykin
Copy link
Member

A command line input could be an option, but since he already has a working GUI, adding the ability to input a folder of images seems like a logical next step, especially for Windows users.

There may be a fairly simple solution. If there are no parameters, then we just launch the application together with the GUI. If one parameter is passed, then we open the window and load the image, the path to which is in this parameter. If there are more than one parameters, then we parse the parameters and run the application without a GUI with log output to the console.

@seljasen
Copy link

What is the status on this one?

@eadmaster
Copy link

eadmaster commented Jul 11, 2022

Would it be easier to be able to add command line params for input filename and output filename?

I second the suggestion for a CLI interface, in the meantime check here for an alternative:
jantic/DeOldify#395

@Kalto-Mate
Copy link

Any updates on this? Is any form of batch processing being worked on?

@polomoshnov
Copy link

Thanks for the awesome software! I've converted lots of photos with it. I know the CLI version is on the way but in the meantime the only workaround I've found is to use AutoIt to automate processing of a folder of photos. Here it is: https://github.com/polomoshnov/bulk-deoldify-with-autoit

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

No branches or pull requests

8 participants