Skip to content

benparker06/FrameBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FrameBuilder // Frame to Video Conversion

Extremely simple tool for personal use with no unneeded features.


Installation

  1. Download and extract the .zip
  2. Open the extracted folder in the terminal
  3. Run pipx install -e .
  4. Test installation by running the framebuilder command

Usage

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>

Example

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

About

Command-line tool to convert from image sequence to video

Topics

Resources

Stars

Watchers

Forks

Contributors