-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Description
After working with this for a few days, I would like to propose:
- an install script that tries to install minimal dependencies
- a linker that puts symlinks into
/usr/local/share - a wrapper script that uses delimited command line args and calls the other scripts in succession
So the workflow would be like:
- git clone git://github.com/graphific/DeepDreamVideo.git
- cd DeepDreamVideo
- ./configure --with-ffmpeg --with-gm --with-of --with-mlt
- make && make install
ddv --input "video.mp4" --workingfolder "~/Videos/test" \
--args="ffmpeg:gm:png:verbose=3:opticalFlow=true:iterations=5" \
--melt="-consumer avformat:prores"
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.
Metadata
Metadata
Assignees
Labels
No labels