Git Product home page Git Product logo

documentarygenerator's Introduction

Automatic Documentary Video Generator

Takes a folder with video footage and sequences a film using random time slices from each video. You set the input folders and the start, mid, and end time window durations. The program does the rest. Each time you run this, you will end up with a slightly different movie from the same set of footage. Videos are sequenced alphabetically. If you want to sequence them by creation timestamp, run the included python script first.

Ingredients

  • Apple Photos
  • Adobe Premiere
  • autotimeline.jsx
  • creationtimerename.py

Steps

  1. Export your footage into a folder, e.g. "Original Footage." The program uses the file creation dates to sequence your final film.

  2. Change the name of all the videos so they are alphabetically sortable by creation date using the provided script.

    python renametocreationtime.py <input_directory> <output_directory>
    

    e.g.:

    python renametocreationtime.py "Original Footage" "Indexed Footage"
    
  3. Install ExtendScript from Adobe Creative Cloud Marketplace (search within Plugins).

  4. Edit autotimeline.jsx. Update INPUT_FOLDERS to the folder where you sent all the renamed footage files. You can also change MIN_CLIP_LENGTH_SECONDS and MAX_CLIP_LENGTH_SECONDS to change the pacing of the film.

  5. Run the script. (You may need to accept a dialog box that appears.)

  6. Preview and export the movie! (Note that there is a bug where any clips without soundtracks will break the sequence. You may have to remove from your input folder.)

  7. Make some popcorn. Watch the movie.

documentarygenerator's People

Contributors

iwoj avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.