ffmpeg_join

Ffmpeg_join is a command line for join video files using ffmpeg tool, only ".mov", ".mp4", ".avi", ".mkv" and ".flv" are supported.

TODO png or gif usage

Ffmpeg_join is written in GO.

Sponsor this project:

Installation

With Homebrew (Mac OS & linux)

$ brew tap devcows/apps
$ brew install ffmpeg ffmpeg_join

Other

To install ffmpeg_join command line go to releases and download package for your operating system.

Usage

Run:

./ffmpeg_join [absolute_path_folder1] [absolute_path_folder2]...

Note:

  • Be sure ffmpeg is installed in one of these paths: /usr/bin:/sbin:/usr/local/bin
  • Path parameters should be absolute.