Update README.md
This commit is contained in:
parent
ccac3ec582
commit
b4edbae0ae
20
README.md
20
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/).
|
||||
|
|
Loading…
Reference in New Issue
Block a user