Tools for upload, convert and mix video/audio files on GNU/Linux, MacOS and Windows (Cygwin or WSL).
cygwin | ||
disabled | ||
doc | ||
prompt | ||
src | ||
wrapper | ||
LICENSE.txt | ||
Makefile | ||
README.md |
ks-tools - Tools for upload, convert and mix video/audio files.
Documentation:
-
Tools for upload:
-
Tools for convert video:
- ks-mp4 - Convert video file(s) to compact and efficient MP4 (libx264 + aac).
- ks-mp4k - Convert video file(s) to compact and efficient MP4 (4K).
- ks-mp4s - Convert video file(s) to compact and efficient MP4 (Series).
- ks-mp4s-folder - Convert videos from folder to MP4 format (Series).
- ks-avi - Convert video file(s) to compact and efficient AVI (libxvid + mp3).
- ks-vob - Convert videos to VOB (DVD splitet) format.
-
Tools for convert audio:
- ks-oga - Convert video/audio file(s) to OGA (OGG Audio) Format.
- ks-oga-album - Convert folder album to OGA (OGG Audio) Format.
- ks-mp3 - Convert video/audio file(s) to MP3 Audio Format.
- ks-mp3-album - Convert folder album to MP3 Audio Format.
-
Tool for mix video/audio:
- ks-mix - Extract video/audio and mix video/audio files.
-
Wrappers:
- ks-mp4-wrapper - Wrapper for ks-mp4 to create graphical interfaces.
- ks-mp4k-wrapper - Wrapper for ks-mp4k to create graphical interfaces.
- ks-mp4s-wrapper - Wrapper for ks-mp4s to create graphical interfaces.
- ks-avi-wrapper - Wrapper for ks-avi to create graphical interfaces.
- ks-vob-wrapper - Wrapper for ks-vob to create graphical interfaces.
Downloads:
- ks-tools-6.7-100321-Linux-en.tar.gz - Unix/Linux package.
- ks-tools-6.7-100321-Windows-en.zip - Windows package (with cygwin).
- ks-tools-6.7-100321-en-all.deb - Debian based package.
- ks-tools-6.7-100321-en-all.rpm - Red Hat based package.
Dependencies: bash, coreutils, xterm, openssh-server, openssh-client, sshpass, rsync, ffmpeg, grep
Installation:
-
Unix/Linux instructions:
- Open the terminal.
- Type the command:
tar zxvf ks-tools-6.7-100321-Linux-en.tar.gz
- Change the directory:
cd ks-tools
- Finally, install the scripts (as root):
make install
-
Windows instruccions: