[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chedr/pymontage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

#pymontage

Python3 video montage maker

Required packages

  • python3-gst-1.0
  • python3-pil
  • libgstreamer1.0

Suggested packages

  • gstreamer1.0-plugins-{good,bad,ugly}
  • gstreamer1.0-libav
  • gstreamer1.0-fluendo-mp3
  • gstreamer1.0-nice

Usage

usage: pymontage [-h] [-o OUTPUT_DIR] [-f FORMAT] [-m MARGIN] [-w NUM_COLUMNS]
                 [-n NUM_FRAMES]
                 input

Creates a montage for a given video file

positional arguments:
  input                 Video input file

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT_DIR, --output-dir OUTPUT_DIR
                        Output directory. Default: source directory
  -f FORMAT, --format FORMAT
                        Output image format. Default: "png"
  -m MARGIN, --margin MARGIN
                        Margin between images in pixels. Default: 3
  -w NUM_COLUMNS, --num-columns NUM_COLUMNS
                        Number of columns. Default: 4
  -n NUM_FRAMES, --num-frames NUM_FRAMES
                        Number of frames. Default: 24

Releases

No releases published

Packages

No packages published

Languages