-
Notifications
You must be signed in to change notification settings - Fork 286
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
Wrapper Script & Packaging #39
Comments
@denjello yes sounds like a good idea, if were happy with the current state, we could turn it into a pip-installable package as well. |
I'm a big fan of this idea. It would speed up my workflow significantly. |
@graphific I totally agree that it should first become stable before final packaging is undertaken. @ericmcdaniel Tonight I'll write a quick wrapper script that accepts all CLI args for the various steps (there is after all quite a bit of overlap) so that just one executable script needs to be run. At the same time I would recommend including user selected verbosity reporting in stages 1 & 3. Furthermore, as I often work on remote headless systems with shared access, I think it is important to sanitize filenames before they are touched by any other piece of software. e.g. a malicious file named Additionally, it would be better practice to detect media type with the |
@denjello any luck on some of these ideas? :) |
I've been busy with a few other things - sorry. Have not forgotten and will make a pull-request ASAP. |
After working with this for a few days, I would like to propose:
/usr/local/share
So the workflow would be like:
So in this case, first it would create the frames as pngs, then run deepdream (with opticalflow) and finally create a prores version of the dreamed material using the MLT-Framework.
The text was updated successfully, but these errors were encountered: