Tools for upload, convert and mix video/audio files on GNU/Linux, MacOS and Windows (Cygwin or WSL).
Go to file
2021-03-09 10:46:33 +01:00
cygwin Empty dirs for Cygwin/Windows 2021-03-08 01:52:13 +01:00
disabled GUI beta (disabled) 2021-03-06 12:57:58 +01:00
doc Fix ks-mp3.md 2021-03-08 01:39:08 +01:00
prompt Prompt for Linux 2021-03-06 12:56:33 +01:00
src Add .ts format detection (ks-mp4s-folder) 2021-03-09 10:46:33 +01:00
wrapper Add Wrappers 2021-03-06 12:55:08 +01:00
LICENSE.txt LICENSE (GPL 2.0) 2021-03-06 12:55:57 +01:00
Makefile Add Makefile 2021-03-06 12:54:26 +01:00
README.md Fix URL Github on README.md 2021-03-07 18:43:28 +01:00

ks-tools - Tools for upload, convert and mix video/audio files.

Documentation:

  • Tools for upload:

    • ks-upv - Upload video file(s) to server with rsync+ssh.
    • ks-upa - Upload audio file(s) to server with rsync+ssh.
    • ks-upf - Upload common file(s) to server with rsync+ssh.
    • ks-upr - Upload recursively file(s) to server with rsync+ssh.
  • 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:

Downloads:

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.6-100221-Linux-en.tar.gz
    • Change the directory: cd ks-tools
    • Finally, install the scripts (as root): make install
  • Windows instruccions:

    • Unzip the package with 7-zip or Winrar.
    • Copy folder ks-tools on C:\Program Files.
    • Enter to folder with name ks-tools and execute Install.cmd.
    • Finally, you will see a Shortcut on your Desktop.