📦

The `ffmpeg-cat` media concat. utility

By ๆž—ๅšไป Buo-ren Lin

View on Snapcraft.io
Version1.0.1-10-g257bc46
Revision23
Size104.9 MB
LicenseCC-BY-4.0
Confinementstrict
Basecore22

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 inputfile1 inputfile2... > 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*

FFCATDROPSRC_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.

Update History

1.0.1-10-g257bc46 (23)
13 Dec 2025, 09:47 UTC

Published13 Feb 2023, 01:26 UTC

Last updated23 Apr 2023, 23:11 UTC

First seen13 Dec 2025, 09:47 UTC