From b4edbae0ae425e5f8813904a66d8d77832a7083d Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 17 Apr 2021 22:51:20 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 906c10c..eba1ff7 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files. ==================================================================== ### Documentation: - * *Tools for upload:* + * `Tools for upload:` * [ks-upv](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upv.md) - Upload video file(s) to server with rsync+ssh. * [ks-upa](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upa.md) - Upload audio file(s) to server with rsync+ssh. * [ks-upf](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upf.md) - Upload common file(s) to server with rsync+ssh. * [ks-upr](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upr.md) - Upload recursively file(s) to server with rsync+ssh. - * *Tools for convert video:* + * `Tools for convert video:` * [ks-mp4](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4.md) - Convert video file(s) to compact and efficient MP4 (libx264 + aac). * [ks-mp4k](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4k.md) - Convert video file(s) to compact and efficient MP4 (4K). @@ -18,19 +18,19 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files. * [ks-avi](https://github.com/q3aql/ks-tools/blob/main/doc/ks-avi.md) - Convert video file(s) to compact and efficient AVI (libxvid + mp3). * [ks-vob](https://github.com/q3aql/ks-tools/blob/main/doc/ks-vob.md) - Convert videos to VOB (DVD splitet) format. - * *Tools for convert audio:* + * `Tools for convert audio:` * [ks-oga](https://github.com/q3aql/ks-tools/blob/main/doc/ks-oga.md) - Convert video/audio file(s) to OGA (OGG Audio) Format. * [ks-oga-album](https://github.com/q3aql/ks-tools/blob/main/doc/ks-oga-album.md) - Convert folder album to OGA (OGG Audio) Format. * [ks-mp3](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp3.md) - Convert video/audio file(s) to MP3 Audio Format. * [ks-mp3-album](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp3-album.md) - Convert folder album to MP3 Audio Format. - * *Tools for crop/mix video/audio:* + * `Tools for crop/mix video/audio:` * [ks-mix](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mix.md) - Extract video/audio and mix video/audio files. * [ks-crop](https://github.com/q3aql/ks-tools/blob/main/doc/ks-crop.md) - Crop or change aspect ratio of a video. - * *Wrappers:* + * `Wrappers:` * [ks-mp4-wrapper](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4-wrapper.md) - Wrapper for ks-mp4 to create graphical interfaces. * [ks-mp4k-wrapper](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4k-wrapper.md) - Wrapper for ks-mp4k to create graphical interfaces. @@ -50,10 +50,12 @@ _Dependencies: bash, coreutils, openssh-server, openssh-client, sshpass, rsync, ### Installation: * **Unix/Linux instructions:** - * Open the terminal. - * Type the command: `tar zxvf ks-tools-7.2-300321-Linux-en.tar.gz` - * Change the directory: `cd ks-tools` - * Finally, install the scripts (as root): `make install` + * Open the terminal and type the following commands:. + ```shell + $ tar zxvf ks-tools-7.2-300321-Linux-en.tar.gz + $ cd ks-tools + $ sudo make install + ```` * **Windows instruccions:** * Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/).