This will be a neat ffmpeg feat. fzf to easily get ffmpeg options in your cli. Convert a video to gif? Just use
ffmzf
in the desired directory and go thorugh the options. Wanna compress an image? Again, just use ffmzf
in the desired directory to use the ffmpeg options.
.src | ||
.gitignore | ||
ffmzf.sh | ||
install.sh | ||
makefile | ||
README.md |
FFMZF
word compilation out of
ffmpeg
andfzf
.
ffmzf
should be a usefull tool for your everyday cli use. It packs some neat
preconfigured options which you can do with ffmpeg only, directly on your
system!
showcase
compress/convert pictures
The
chafa
command was not recognized by asciinema, but it did render out normally
current features
- Converts video to
.gif
file - Compresses pictures lossless or with more space savings
- Video to Audio conversion - let's you pick your desired output format
- Converts videos to web-file-format (
webm
) - Uses fzf labels to let you know what you are picking (works with fzf v.0.58.x and higher)
- shows you the inputfile-size and the outputfile-size
- [-] Let the user input the fullpath, instead of showing files within
./
(Works when no item is found in the current (".") dir)
Workflow
- It's possible to have the file in a hidden directory as the
dotglob
option was enabled. - Call
ffmzf
- Type in to select your options
- Wait for the conversion, your new file should be located in
./