Update doc
This commit is contained in:
parent
41359771de
commit
318bd98a2d
44
README.md
44
README.md
|
@ -4,40 +4,40 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files.
|
|||
### Documentation:
|
||||
* `Tools for upload:`
|
||||
|
||||
* [ks-upv](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upv.md) - Upload video file(s) to server with scp or rsync.
|
||||
* [ks-upa](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upa.md) - Upload audio file(s) to server with scp or rsync.
|
||||
* [ks-upf](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upf.md) - Upload common file(s) to server with scp or rsync.
|
||||
* [ks-upr](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upr.md) - Upload recursively file(s) to server with scp or rsync.
|
||||
* [ks-upv](doc/ks-upv.md) - Upload video file(s) to server with scp or rsync.
|
||||
* [ks-upa](doc/ks-upa.md) - Upload audio file(s) to server with scp or rsync.
|
||||
* [ks-upf](doc/ks-upf.md) - Upload common file(s) to server with scp or rsync.
|
||||
* [ks-upr](doc/ks-upr.md) - Upload recursively file(s) to server with scp or rsync.
|
||||
|
||||
* `Tools for convert video:`
|
||||
|
||||
* [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 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.
|
||||
* [ks-mp4](doc/ks-mp4.md) - Convert video file to compact and efficient MP4 (libx264 + aac).
|
||||
* [ks-mp4k](doc/ks-mp4k.md) - Convert video file to compact and efficient MP4 (4K).
|
||||
* [ks-mp4s](doc/ks-mp4s.md) - Convert video file to compact and efficient MP4 (Series).
|
||||
* [ks-mp4s-folder](doc/ks-mp4s-folder.md) - Convert videos from folder to MP4 format (Series).
|
||||
* [ks-avi](doc/ks-avi.md) - Convert video file to compact and efficient AVI (libxvid + mp3).
|
||||
* [ks-vob](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 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 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.
|
||||
* [ks-oga](doc/ks-oga.md) - Convert video/audio file to OGA (OGG Audio) Format.
|
||||
* [ks-oga-album](doc/ks-oga-album.md) - Convert folder album to OGA (OGG Audio) Format.
|
||||
* [ks-mp3](doc/ks-mp3.md) - Convert video/audio file to MP3 Audio Format.
|
||||
* [ks-mp3-album](doc/ks-mp3-album.md) - Convert folder album to MP3 Audio Format.
|
||||
|
||||
* `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.
|
||||
* [ks-mix](doc/ks-mix.md) - Extract video/audio and mix video/audio files.
|
||||
* [ks-crop](doc/ks-crop.md) - Crop or change aspect ratio of a video.
|
||||
|
||||
* `Wrappers/Configuration:`
|
||||
|
||||
* [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.
|
||||
* [ks-mp4s-wrapper](https://github.com/q3aql/ks-tools/blob/main/doc/ks-mp4s-wrapper.md) - Wrapper for ks-mp4s to create graphical interfaces.
|
||||
* [ks-avi-wrapper](https://github.com/q3aql/ks-tools/blob/main/doc/ks-avi-wrapper.md) - Wrapper for ks-avi to create graphical interfaces.
|
||||
* [ks-vob-wrapper](https://github.com/q3aql/ks-tools/blob/main/doc/ks-vob-wrapper.md) - Wrapper for ks-vob to create graphical interfaces.
|
||||
* [ks-conf](https://github.com/q3aql/ks-tools/blob/main/doc/ks-conf.md) - Tool for create and modify all configuration files.
|
||||
* [ks-mp4-wrapper](doc/ks-mp4-wrapper.md) - Wrapper for ks-mp4 to create graphical interfaces.
|
||||
* [ks-mp4k-wrapper](doc/ks-mp4k-wrapper.md) - Wrapper for ks-mp4k to create graphical interfaces.
|
||||
* [ks-mp4s-wrapper](doc/ks-mp4s-wrapper.md) - Wrapper for ks-mp4s to create graphical interfaces.
|
||||
* [ks-avi-wrapper](doc/ks-avi-wrapper.md) - Wrapper for ks-avi to create graphical interfaces.
|
||||
* [ks-vob-wrapper](doc/ks-vob-wrapper.md) - Wrapper for ks-vob to create graphical interfaces.
|
||||
* [ks-conf](doc/ks-conf.md) - Tool for create and modify all configuration files.
|
||||
|
||||
### Downloads:
|
||||
* [ks-tools-8.3.1-040222-Linux-en.tar.gz](https://github.com/q3aql/ks-tools/releases/download/v8.3.1/ks-tools-8.3.1-040222-Linux-en.tar.gz) - Unix/Linux package.
|
||||
|
|
|
@ -48,5 +48,5 @@ $ ks-avi-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x404 "My video" 20
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -96,5 +96,5 @@ $ ks-avi </absolute/path/video.mkv> </path/prefix_name>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -67,5 +67,5 @@ $ ks-conf
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -120,5 +120,5 @@ _Note: Output file name will be `Example-aspect.mkv`_
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -105,5 +105,5 @@ _Note: After executing the command, an assistant will ask us from what hour, min
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -61,5 +61,5 @@ $ ks-mp3-album </absolute/path/album>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -69,5 +69,5 @@ $ ks-mp3 </absolute/path/song.ogg> </path/prefix_name>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -48,5 +48,5 @@ $ ks-mp4-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 1280x720 "My video" 2
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -96,5 +96,5 @@ $ ks-mp4 </absolute/path/video.mkv> </path/prefix_name>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -48,5 +48,5 @@ $ ks-mp4k-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 3840x2160 "My video"
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -96,5 +96,5 @@ $ ks-mp4k </absolute/path/video.mkv> </path/prefix_name>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -51,5 +51,5 @@ $ ks-mp4s-folder </path/folder> [subs]
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -48,5 +48,5 @@ $ ks-mp4s-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x480 "My video" 2
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -96,5 +96,5 @@ $ ks-mp4s </absolute/path/video.mkv> </path/prefix_name>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -61,5 +61,5 @@ $ ks-oga-album </absolute/path/album>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -69,5 +69,5 @@ $ ks-oga </absolute/path/song.mp3> </path/prefix_name>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -95,5 +95,5 @@ $ ks-upa -h - Show help
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -95,5 +95,5 @@ $ ks-upf -h - Show help
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -95,5 +95,5 @@ $ ks-upr -h - Show help
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -95,5 +95,5 @@ $ ks-upv -h - Show help
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -43,5 +43,5 @@ $ ks-vob-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x576 patch
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
|
@ -71,5 +71,5 @@ $ ks-vob </absolute/path/video.mkv> </path/prefix_name>
|
|||
|
||||
### Back to README.md
|
||||
|
||||
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
|
||||
* [Go back](../README.md)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user