CLI Utility to encode and recreate directories with ffmpeg
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/07/cli-utility-to-encode-and-recreate-directories-with-ffmpeg_60e3833538b1c-375x210.jpeg)
FFenmass
CLI Utility to encode and recursively recreate directories with ffmpeg.
Features
- Processing whole directories with ffmpeg.
- Recreating directories with identical foldernames/filenames on the output.
- Skipping Files that have alredy been processed.
- Deleting half processed files, to keep output directory clean.
- Ignoring non media files.
Getting Started
FFenmass is an ffmpeg wrapper, adding the ability to process media files in directories and recreate them recursively.
Prerequisites
ffmpeg
ffpb
– Yeah I cant be bothered to make a ffmpeg loading bar, this works fine.tqdm
rich
Installation
Recommended way is using pip
, as building from git can be unstable.
pip3 install ffenmass
Usage
FFenmass is transparent above ffmpeg, this means most ffmpeg syntax can be used with ffenmass