mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
nano-ffmpeg: add page (#22163)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0cd919c0ba
commit
24f555ca77
@@ -0,0 +1,28 @@
|
||||
# nano-ffmpeg
|
||||
|
||||
> A wrapper for `ffmpeg` with an interactive file browser and operations.
|
||||
> More information: <https://github.com/dgr8akki/nano-ffmpeg#usage>.
|
||||
|
||||
- Start `nano-ffmpeg`:
|
||||
|
||||
`nano-ffmpeg`
|
||||
|
||||
- Open the file picker at a specific directory:
|
||||
|
||||
`nano-ffmpeg {{[-d|--dir]}} {{path/to/directory}}`
|
||||
|
||||
- Open a specific file directly:
|
||||
|
||||
`nano-ffmpeg {{[-d|--dir]}} {{path/to/file.ext}}`
|
||||
|
||||
- Override the theme for the current session:
|
||||
|
||||
`nano-ffmpeg {{[-t|--theme]}} {{dark|light}}`
|
||||
|
||||
- Exit `nano-ffmpeg`:
|
||||
|
||||
`<q>`
|
||||
|
||||
- Display help:
|
||||
|
||||
`nano-ffmpeg {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user