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

Script to auto-generate video #9

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

yoandyshyno
Copy link

@yoandyshyno yoandyshyno commented Apr 17, 2017

See Issue #8
The following task were done.

  • Python3 compatibility.
  • Use more Clases from photofilmstrip's modules. (E.g. ProjectFile, ActionAutoPath) for compatibility.
  • Improve further the code for maintainability and simplicity.
  • Duration and time per image optional arguments.

Command format:

usage: photofilmstrip-auto [-h] [-d DESTINATION_PATH] [-u DURATION]
                           [-x TIME_PER_IMAGE]
                           directory_path

Generate video from images in a directory.

positional arguments:
  directory_path        Path of directory with source images.

optional arguments:
  -h, --help            show this help message and exit
  -d DESTINATION_PATH, --destination-path DESTINATION_PATH
                        Path where output files will be created.
  -u DURATION, --duration DURATION
                        Set the duration of the output Video.
  -x TIME_PER_IMAGE, --time-per-image TIME_PER_IMAGE
                        This is use to calculate the total time based on the
                        number of images.

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

Successfully merging this pull request may close these issues.

1 participant