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.
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed before you can install any AUR package. You can then install snap with the following:
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
If AppArmor is enabled in your system, enable the service which loads AppArmor profiles for snaps:
sudo systemctl enable --now snapd.apparmor.service
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap
and /snap
:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To install The `ffmpeg-cat` media concat. utility, simply use the following command:
sudo snap install ffmpeg-cat
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.