Tools for upload, convert and mix video/audio files on GNU/Linux, MacOS and Windows (Cygwin or WSL).
Go to file
2022-01-02 12:25:43 +01:00
cygwin Bump up version number to 7.3 2021-05-03 01:10:00 +02:00
disabled Bump up version number to 7.3 2021-05-03 01:10:00 +02:00
doc Update documentation 2022-01-02 12:25:43 +01:00
prompt Bump up version number to 7.3 2021-05-03 01:10:00 +02:00
src Read configuration from file on ~/.ks-tools/ 2022-01-02 12:17:53 +01:00
wrapper Bump up version number to 7.3 2021-05-03 01:10:00 +02:00
LICENSE.txt LICENSE (GPL 2.0) 2021-03-06 12:55:57 +01:00
Makefile Makefile 2021-03-24 23:14:44 +01:00
README.md Fix word on README.md 2021-08-03 15:16:16 +02:00

ks-tools - Tools for upload, convert and crop/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.
  • Tools for crop/mix video/audio:

    • ks-mix - Extract video/audio and mix video/audio files.
    • ks-crop - Crop or change aspect ratio of a video.
  • Wrappers:

Downloads:

Dependencies: bash, coreutils, openssh-server, openssh-client, sshpass, rsync, ffmpeg, grep

Installation:

  • Unix/Linux instructions:

    • Open the terminal and type the following commands:

      $ tar zxvf ks-tools-7.3-030521-Linux-en.tar.gz
      $ cd ks-tools
      $ sudo make install
      
  • Windows instructions:

    • Unzip the package with 7-zip or Winrar.

    • Copy folder ks-tools on C:\Program Files.

    • Open CMD terminal and type the following commands:

      Drive:> cd "C:\Program Files\ks-tools"
      Drive:> Install.cmd