Skip to content

Wrapper Script & Packaging #39

Description

@denjello

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:

  1. git clone git://github.com/graphific/DeepDreamVideo.git
  2. cd DeepDreamVideo
  3. ./configure --with-ffmpeg --with-gm --with-of --with-mlt
  4. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions