Fix doc/*.md

This commit is contained in:
q3aql 2021-03-22 18:43:19 +01:00
parent 4752bd2ffa
commit 823f921e3d
15 changed files with 30 additions and 30 deletions

View File

@ -1,7 +1,7 @@
ks-avi - Convert video file(s) to compact and efficient AVI.
============================================================
### Sintax:
### Syntax:
* `$ ks-avi </absolute/path/video.mkv> </path/prefix_name>`
@ -83,4 +83,4 @@ ks-avi - Convert video file(s) to compact and efficient AVI.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-mix - Extract video/audio and mix video/audio files.
=======================================================
### Sintax:
### Syntax:
* `$ ks-mix -evid <video-file> --> Extract video track`
* `$ ks-mix -ev25 <video-file> --> Extract video track to 25 fps (only for H264)`
@ -63,4 +63,4 @@ _Note: Extracted video will be named `video.mkv` and extracted audio will be nam
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-mp3-album - Convert folder album to MP3 Audio Format.
========================================================
### Sintax:
### Syntax:
* `$ ks-mp3-album </absolute/path/album>`
@ -51,4 +51,4 @@ ks-mp3-album - Convert folder album to MP3 Audio Format.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-mp3 - Convert video/audio file(s) to MP3 (Audio) Format.
===========================================================
### Sintax:
### Syntax:
* `$ ks-mp3 </absolute/path/song.ogg> </path/prefix_name>`
@ -56,4 +56,4 @@ ks-mp3 - Convert video/audio file(s) to MP3 (Audio) Format.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-mp4 - Convert video file(s) to compact and efficient MP4.
============================================================
### Sintax:
### Syntax:
* `$ ks-mp4 </absolute/path/video.mkv> </path/prefix_name>`
@ -83,4 +83,4 @@ ks-mp4 - Convert video file(s) to compact and efficient MP4.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-mp4k - Convert video file(s) to compact and efficient MP4 (4K).
=================================================================
### Sintax:
### Syntax:
* `$ ks-mp4k </absolute/path/video.mkv> </path/prefix_name>`
@ -83,4 +83,4 @@ ks-mp4k - Convert video file(s) to compact and efficient MP4 (4K).
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-mp4s-folder - Convert videos from folder to MP4 format (Series).
===================================================================
### Sintax:
### Syntax:
* `$ ks-mp4s-folder </path/folder> [subs]`
@ -44,4 +44,4 @@ ks-mp4s-folder - Convert videos from folder to MP4 format (Series).
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-mp4s - Convert video file(s) to compact and efficient MP4 (Series).
=====================================================================
### Sintax:
### Syntax:
* `$ ks-mp4s </absolute/path/video.mkv> </path/prefix_name>`
@ -83,4 +83,4 @@ ks-mp4s - Convert video file(s) to compact and efficient MP4 (Series).
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-oga-album - Convert folder album to OGA (OGG Audio) Format.
==============================================================
### Sintax:
### Syntax:
* `$ ks-oga-album </absolute/path/album>`
@ -51,4 +51,4 @@ ks-oga-album - Convert folder album to OGA (OGG Audio) Format.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-oga - Convert video/audio file(s) to OGA (OGG Audio) Format.
===============================================================
### Sintax:
### Syntax:
* `$ ks-oga </absolute/path/song.mp3> </path/prefix_name>`
@ -56,4 +56,4 @@ ks-oga - Convert video/audio file(s) to OGA (OGG Audio) Format.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-upa - Upload audio file(s) to server with rsync+ssh.
=======================================================
### Sintax:
### Syntax:
* `$ ks-upa -i - Start upload`
* `$ ks-upa -r - Remove configuration`
@ -73,4 +73,4 @@ ks-upa - Upload audio file(s) to server with rsync+ssh.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-upf - Upload common file(s) to server with rsync+ssh.
========================================================
### Sintax:
### Syntax:
* `$ ks-upf -i - Start upload`
* `$ ks-upf -r - Remove configuration`
@ -73,4 +73,4 @@ ks-upf - Upload common file(s) to server with rsync+ssh.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-upr - Upload recursively file(s) to server with rsync+ssh.
=============================================================
### Sintax:
### Syntax:
* `$ ks-upr -i - Start upload`
* `$ ks-upr -r - Remove configuration`
@ -73,4 +73,4 @@ ks-upr - Upload recursively file(s) to server with rsync+ssh.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-upv - Upload videos file(s) to server with rynsc+ssh.
========================================================
### Sintax:
### Syntax:
* `$ ks-upv -i - Start upload`
* `$ ks-upv -r - Remove configuration`
@ -73,4 +73,4 @@ ks-upv - Upload videos file(s) to server with rynsc+ssh.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)

View File

@ -1,7 +1,7 @@
ks-vob - Convert video file(s) to compact and efficient VOB.
============================================================
### Sintax:
### Syntax:
* `$ ks-vob </absolute/path/video.mkv> </path/prefix_name>`
@ -62,4 +62,4 @@ ks-vob - Convert video file(s) to compact and efficient VOB.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)