mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2026-02-27 02:51:44 -05:00
docs: Fixed README.md
This commit is contained in:
@@ -168,7 +168,6 @@ use <path-to-repository>/filters *
|
||||
|
||||
| name | description |
|
||||
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| banner | Print a banner for Nushell with information about the project |
|
||||
| crop | Crop the input video to given dimensions. |
|
||||
| format | Convert the input video to one of the specified pixel formats. Libavfilter will try to pick one that is suitable as input to the next filter. |
|
||||
| fps | Convert the video to specified constant frame rate by duplicating or dropping frames as necessary. |
|
||||
|
||||
@@ -6,7 +6,7 @@ use filters.nu;
|
||||
def main [] {
|
||||
(
|
||||
help commands
|
||||
| where command_type == "custom" and name !~ "p(rompt|wd)|^main$"
|
||||
| where command_type == "custom" and name !~ "banner|p(rompt|wd)|^main$"
|
||||
| select name description
|
||||
| update description {
|
||||
str replace -a "\n" " "
|
||||
|
||||
Reference in New Issue
Block a user