The `ffmpeg-cat` media concat. utility

Install latest/stable of The `ffmpeg-cat` media concat. utility

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install ffmpeg-cat

Don't have snapd? Get set up for snaps.

Channel Version Published

Concatenate multiple video files using the familiar `cat` syntax

This utility concatenates multiple video files using the familiar cat command syntax. It is designed to make concatenation of splitted similar spec files(e.g. dash cam recordings) easier for regular users that don't want other fancy features.

Installation

 # Install the package
 sudo snap install ffmpeg-cat

 # If your input files lived in /media or /mnt connect the
 # confinement plug to allow access
 sudo snap connect ffmpeg-cat:removable-media

Usage

This is a text-based program which should be run in a text terminal.

Common usage example:

 ffmpeg-cat _input_file1_ _input_file2_... > output.mkv

It should be easy to insert the input file arguments via simply dragging the input files(assuming to be sorted in alphabetical order) from a file manager to a text terminal emulator(like Konsole).

Note that currently only the Matroska container format(MKV) is supported as the output file format, as it is more flexible on what kind of video/audio streams it can encapsulate. Support for other media container formats can be implemented if there's significant need for the feature.

Environment variables that can customize the program's behavior

FFCAT_DROP_SRC_FILES: Whether to automatically remove the input files after a successful conversion.

Default value: false

Supported values: false, true

Support

Refer the issue tracker for limited, community-based support:

https://github.com/brlin-tw/ffmpeg-cat/issues

Patches are welcome if you have the ability to fix it yourself.

Licensing

This software is licensed under [the Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/deed.en).

Specialized, case-by-case licensing is also possible but may incurr a price, please file an issue for discussion.

Details for The `ffmpeg-cat` media concat. utility

License
  • CC-BY-4.0

Last updated
  • 7 May 2023 - latest/stable
  • 7 May 2023 - latest/edge

Websites

Contact

Share this snap

Generate an embeddable card to be shared on external websites.


Install The `ffmpeg-cat` media concat. utility on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using The `ffmpeg-cat` media concat. utility

Users by distribution (log)

Ubuntu 22.04
Ubuntu 20.04
Ubuntu 23.10

Is there a problem with The `ffmpeg-cat` media concat. utility? Report this app