Skip to content

A bash-shell script for merging all MP4 files in a directory together

Notifications You must be signed in to change notification settings

vathanak-mao/vidmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

vidmerge

Sort by name then merge only MP4 files in a directory together.

Prerequisites

This script uses ffmpeg to merge video files. To install it, run:

sudo apt install ffmpeg

How-to

For example:

$ ./vidmerge.sh ~/Downloads/myvideos/

Then, the output file will be created in the directory of the video files.

About

A bash-shell script for merging all MP4 files in a directory together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages