Update documentation
This commit is contained in:
parent
8de980a6fc
commit
dcbd799252
14
README.md
14
README.md
|
@ -11,18 +11,18 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files.
|
|||
|
||||
* `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).
|
||||
* [ks-mp4s](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4s.md) - Convert video file(s) to compact and efficient MP4 (Series).
|
||||
* [ks-mp4](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4.md) - Convert video file to compact and efficient MP4 (libx264 + aac).
|
||||
* [ks-mp4k](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4k.md) - Convert video file to compact and efficient MP4 (4K).
|
||||
* [ks-mp4s](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4s.md) - Convert video file to compact and efficient MP4 (Series).
|
||||
* [ks-mp4s-folder](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4s-folder.md) - Convert videos from folder to MP4 format (Series).
|
||||
* [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.
|
||||
* [ks-avi](https://github.com/q3aql/ks-tools/blob/main/doc/ks-avi.md) - Convert video file to compact and efficient AVI (libxvid + mp3).
|
||||
* [ks-vob](https://github.com/q3aql/ks-tools/blob/main/doc/ks-vob.md) - Convert video file to VOB (DVD splitet) format.
|
||||
|
||||
* `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](https://github.com/q3aql/ks-tools/blob/main/doc/ks-oga.md) - Convert video/audio file 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](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp3.md) - Convert video/audio file 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:`
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-avi - Convert video file(s) to compact and efficient AVI.
|
||||
============================================================
|
||||
ks-avi - Convert video file to compact and efficient AVI.
|
||||
=========================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-mp3 - Convert video/audio file(s) to MP3 (Audio) Format.
|
||||
===========================================================
|
||||
ks-mp3 - Convert video/audio file to MP3 (Audio) Format.
|
||||
========================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-mp4 - Convert video file(s) to compact and efficient MP4.
|
||||
============================================================
|
||||
ks-mp4 - Convert video file to compact and efficient MP4.
|
||||
=========================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-mp4k - Convert video file(s) to compact and efficient MP4 (4K).
|
||||
=================================================================
|
||||
ks-mp4k - Convert video file to compact and efficient MP4 (4K).
|
||||
===============================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-mp4s - Convert video file(s) to compact and efficient MP4 (Series).
|
||||
=====================================================================
|
||||
ks-mp4s - Convert video file to compact and efficient MP4 (Series).
|
||||
===================================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-oga - Convert video/audio file(s) to OGA (OGG Audio) Format.
|
||||
===============================================================
|
||||
ks-oga - Convert video/audio file to OGA (OGG Audio) Format.
|
||||
============================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ $ ks-upa -h - Show help
|
|||
* Destination Path (Server): /home/anonymous
|
||||
* Scan Path (Local): /home/local/videos
|
||||
* Upload Tool: scp
|
||||
* Port Connection: 22
|
||||
````
|
||||
|
||||
### Edit configuration:
|
||||
|
@ -77,8 +78,9 @@ $ ks-upa -h - Show help
|
|||
4 - Edit Dest. Path (/home/anonymous)
|
||||
5 - Edit Local Path (/home/local/videos)
|
||||
6 - Edit Upload Tool (scp)
|
||||
7 - Edit Port Connection (22)
|
||||
|
||||
7 - Exit
|
||||
8 - Exit
|
||||
|
||||
* Choose an option:
|
||||
````
|
||||
|
|
|
@ -58,6 +58,7 @@ $ ks-upf -h - Show help
|
|||
* Destination Path (Server): /home/anonymous
|
||||
* Scan Path (Local): /home/local/videos
|
||||
* Upload Tool: scp
|
||||
* Port Connection: 22
|
||||
````
|
||||
|
||||
### Edit configuration:
|
||||
|
@ -77,8 +78,9 @@ $ ks-upf -h - Show help
|
|||
4 - Edit Dest. Path (/home/anonymous)
|
||||
5 - Edit Local Path (/home/local/videos)
|
||||
6 - Edit Upload Tool (scp)
|
||||
7 - Edit Port Connection (22)
|
||||
|
||||
7 - Exit
|
||||
8 - Exit
|
||||
|
||||
* Choose an option:
|
||||
````
|
||||
|
|
|
@ -58,6 +58,7 @@ $ ks-upr -h - Show help
|
|||
* Destination Path (Server): /home/anonymous
|
||||
* Scan Path (Local): /home/local/videos
|
||||
* Upload Tool: scp
|
||||
* Port Connection: 22
|
||||
````
|
||||
|
||||
### Edit configuration:
|
||||
|
@ -77,8 +78,9 @@ $ ks-upr -h - Show help
|
|||
4 - Edit Dest. Path (/home/anonymous)
|
||||
5 - Edit Local Path (/home/local/videos)
|
||||
6 - Edit Upload Tool (scp)
|
||||
7 - Edit Port Connection (22)
|
||||
|
||||
7 - Exit
|
||||
8 - Exit
|
||||
|
||||
* Choose an option:
|
||||
````
|
||||
|
|
|
@ -58,6 +58,7 @@ $ ks-upv -h - Show help
|
|||
* Destination Path (Server): /home/anonymous
|
||||
* Scan Path (Local): /home/local/videos
|
||||
* Upload Tool: scp
|
||||
* Port Connection: 22
|
||||
````
|
||||
|
||||
### Edit configuration:
|
||||
|
@ -77,8 +78,9 @@ $ ks-upv -h - Show help
|
|||
4 - Edit Dest. Path (/home/anonymous)
|
||||
5 - Edit Local Path (/home/local/videos)
|
||||
6 - Edit Upload Tool (scp)
|
||||
7 - Edit Port Connection (22)
|
||||
|
||||
7 - Exit
|
||||
8 - Exit
|
||||
|
||||
* Choose an option:
|
||||
````
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-vob - Convert video file(s) to compact and efficient VOB.
|
||||
============================================================
|
||||
ks-vob - Convert video file to VOB (DVD splitet) format.
|
||||
========================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
|
BIN
src/.ks-mp4.swp
BIN
src/.ks-mp4.swp
Binary file not shown.
Loading…
Reference in New Issue
Block a user