docs: Updated README to mention flag completions.

This commit is contained in:
Spencer Brower
2024-02-24 11:57:21 -05:00
parent ee0ae79a5d
commit e45cfdfbe5
3 changed files with 12 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ 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
- 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