Skip to main content

make video joining easy on windows

Project description

VideoJoiner

Videojoiner is a simple python script to help joining video parts together. It's designed to run in windows only, will download ffmpeg builds from https://www.gyan.dev/ffmpeg/builds/, then use it to concatenate video files.

The ffmpeg binaries are stored in %APPDATA%/videojoiner/ffmpeg and will only be downloaded if missing or the '-d/--force-download' flag is passed.

The output filename can be specified, or it will autogenerate a video file formatted merged_video_YYMMDD_HHMMSS.EXT where the extension is copied from the first file in the input list.

Example:

videojoiner.py source1.mp4 source2.mp4 source3.mp4

Usage

videojoiner.py -h
usage: videojoiner.py [-h] [-v] [-q] [-d] [-o OUTPUT_FILE] inputvideos [inputvideos ...]

positional arguments:
  inputvideos           space separated input files

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         verbose output for troubleshooting
  -q, --quiet           be more quiet, only fatal messages
  -d, --force-download  force ffmpeg download
  -o OUTPUT_FILE, --output OUTPUT_FILE
                        specify output filename

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

videojoiner-0.1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page