Skip to content

Media Merger is a python script that merge many media files as a single file

License

Notifications You must be signed in to change notification settings

winkersco/media-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Merger

Media Merger is a python script that merge many media files as a single file.

Installation

Use the package manager pip to install packages.

pip install -r requirements.txt

Usage

usage: merger.py [-h] [-i INPUT_FILENAMES [INPUT_FILENAMES ...]] -o OUTPUT_FILENAME

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT_FILENAMES [INPUT_FILENAMES ...], --input-filenames INPUT_FILENAMES [INPUT_FILENAMES ...]
                        input filenames seperated by space
  -o OUTPUT_FILENAME, --output-filename OUTPUT_FILENAME
                        output filename

Example

Below commad merge file1.webm and file2.webm into single file output.mp4.

python merger.py -i file1.webm file2.webm  -o output.mp4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Media Merger is a python script that merge many media files as a single file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages