From 8c8113872ef7a1b1426d9612a6db5c4cced0543e Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 9 Jan 2022 22:01:20 +0100 Subject: [PATCH] update README --- README.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index df879ed..b01fda1 100644 --- a/README.org +++ b/README.org @@ -1,9 +1,10 @@ * 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 | - | [[#ffcut][=ffcut=]] | Extract a part of a media file | + | [[#ffconv][ffconv]] | Convert multiple media files from one format to another | + | [[#ffcut][ffcut]] | Extract a part of a media file | ** Dependencies @@ -36,7 +37,7 @@ #+end_example *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