update README
This commit is contained in:
parent
b15abdedcb
commit
8c8113872e
1 changed files with 5 additions and 4 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
* ffutils
|
* ffutils
|
||||||
|
|
||||||
This is a collection of ffmpeg wrapper scripts:
|
This is a collection of ffmpeg wrapper scripts.
|
||||||
|
Currently the following scripts are available:
|
||||||
|
|
||||||
| [[#ffconv][=ffconv=]] | Convert multiple media files from one format to another |
|
| [[#ffconv][ffconv]] | Convert multiple media files from one format to another |
|
||||||
| [[#ffcut][=ffcut=]] | Extract a part of a media file |
|
| [[#ffcut][ffcut]] | Extract a part of a media file |
|
||||||
|
|
||||||
** Dependencies
|
** Dependencies
|
||||||
|
|
||||||
|
|
@ -36,7 +37,7 @@
|
||||||
#+end_example
|
#+end_example
|
||||||
|
|
||||||
*Warning*: The default behavior removes the original files.
|
*Warning*: The default behavior removes the original files.
|
||||||
Use the =--keep= or =--move= flags to keep the original files or move them to another directory (see *Usage* below).
|
Use the =--keep= or =--move= flags to keep the original files or move them to another directory.
|
||||||
|
|
||||||
**** Usage
|
**** Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue