- Download and extract the .zip
- Open the extracted folder in the terminal
- Run
pipx install -e . - Test installation by running the
framebuildercommand
Convert a folder containing an image sequence to a .mp4 file in the parent directory.
Defaults:
- 24 frames per second default
- Output file will be called original-directory-name-compiled
$ framebuilder <directory>
Specify a framerate
$ framebuilder <directory> -f <framerate>
Specify a file name
$ framebuilder <directory> -n <filename>
Convert an image sequence located in /home/images to a video at 30fps called final-video.mp4
$ framebuilder /home/images -n final-video -f 30