mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
refactor: Gomplate now renders all examples using the same plugin.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
# nu-ffmpeg
|
||||
|
||||
Utility commands for working with ffmpeg in nushell.
|
||||
@@ -9,8 +8,10 @@ Utility commands for working with ffmpeg in nushell.
|
||||
- `ffprobe` multiple files at once
|
||||
- Use `streams`, `streams video`, and `streams audio` to filter `ffprobe` output
|
||||
- get the `dimensions` of a video stream as a record
|
||||
|
||||
- Apply complex filters to a video using standard shell pipes `|` rather than filtergraph syntax.
|
||||
- Conditionally apply filters to a video based on the inputs
|
||||
- Tab-completion for filter options. i.e. `fps --round<tab>` will yield `zero inf down up near`
|
||||
- Apply and parse complex filters to a video (Work In Progress)
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user