mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
aaf76657283fb4f8f2b5009ae393771920b3e49f
nu-ffmpeg
Utility commands for working with ffmpeg in nushell.
Capabilities
- Return tables from
ffprobe ffprobemultiple files at once- Use
streams,streams video, andstreams audioto filterffprobeoutput - get the
dimensionsof a video stream as a record - Apply and parse complex filters to a video (Work In Progress)
Setup
The ffmpeg and ffprobe commands are required to be installed and available
in your path; they are not installed for you.
Currently nushell versions 0.87.0 - 0.88.1 are supported.
After that, clone this repository and add the following code to your scripts,
or to your config.nu file:
use <path-to-repository>/ffprobe
use <path-to-repository>/filters *
Languages
Nushell
88.1%
Nu
7.1%
Makefile
2.8%
Nix
2%