From d6a03852703936e6423822f4a129ce4f59742e38 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 2 Jan 2022 17:20:24 +0100 Subject: [PATCH] Bump up version number to 8.0 --- cygwin/Install.cmd | 2 +- cygwin/cygwin-path | 2 +- cygwin/ks-tools-cmd.cmd | 20 ++++++++++++++++++++ cygwin/ks-tools.cmd | 9 +++++---- cygwin/prompt/.bashrc | 4 ++-- cygwin/prompt/ks-tools-zui.cmd.disabled | 6 +++--- cygwin/prompt/ks-zui.disabled | 8 ++++---- disabled/ks-zui | 8 ++++---- prompt/ks-tools | 8 ++++---- prompt/ks-tools-rc | 4 ++-- prompt/ks-tools-zui | 8 ++++---- src/ks-avi | 20 ++++++++++---------- src/ks-crop | 8 ++++---- src/ks-mix | 8 ++++---- src/ks-mp3 | 20 ++++++++++---------- src/ks-mp3-album | 20 ++++++++++---------- src/ks-mp4 | 20 ++++++++++---------- src/ks-mp4k | 20 ++++++++++---------- src/ks-mp4s | 20 ++++++++++---------- src/ks-mp4s-folder | 8 ++++---- src/ks-oga | 20 ++++++++++---------- src/ks-oga-album | 20 ++++++++++---------- src/ks-upa | 8 ++++---- src/ks-upf | 8 ++++---- src/ks-upr | 8 ++++---- src/ks-upv | 8 ++++---- src/ks-vob | 8 ++++---- wrapper/ks-avi-wrapper | 8 ++++---- wrapper/ks-mp4-wrapper | 8 ++++---- wrapper/ks-mp4k-wrapper | 8 ++++---- wrapper/ks-mp4s-wrapper | 8 ++++---- wrapper/ks-vob-wrapper | 8 ++++---- 32 files changed, 182 insertions(+), 161 deletions(-) create mode 100644 cygwin/ks-tools-cmd.cmd diff --git a/cygwin/Install.cmd b/cygwin/Install.cmd index 8dde562..020c1cd 100644 --- a/cygwin/Install.cmd +++ b/cygwin/Install.cmd @@ -1,6 +1,6 @@ @echo off -set VERSION=7.3 +set VERSION=8.0 echo. echo ##################################### echo # Welcome to ks-tools installer %VERSION% # diff --git a/cygwin/cygwin-path b/cygwin/cygwin-path index f960330..0bc2164 100755 --- a/cygwin/cygwin-path +++ b/cygwin/cygwin-path @@ -4,7 +4,7 @@ # cygwin-path - Convert Windows paths in Cywin paths & vice versa # # Date: 28-03-2020 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # #################################################################### VERSION="1.0" M_DATE="280320" diff --git a/cygwin/ks-tools-cmd.cmd b/cygwin/ks-tools-cmd.cmd new file mode 100644 index 0000000..73b3608 --- /dev/null +++ b/cygwin/ks-tools-cmd.cmd @@ -0,0 +1,20 @@ +@echo off + +rem ###################################### +rem # ks-tools for Windows # +rem # U. Modificacion: 01-02-2022 # +rem # Author: q3aql # +rem # Contact: q3aql@duck.com # +rem # License: GPL v2.0 # +rem ###################################### +set VERSION=8.0 + +rem # Start ks-tools terminal (bash) +cd "%~d0%~p0" +mkdir home\%USERNAME% +copy /Y prompt\.bashrc home\%USERNAME% +copy /Y prompt\.minttyrc home\%USERNAME% +cls +set PATH=%PATH%;%~d0%~p0\bin +bin\bash.exe +rem bash diff --git a/cygwin/ks-tools.cmd b/cygwin/ks-tools.cmd index a68d9bd..a7a4a66 100644 --- a/cygwin/ks-tools.cmd +++ b/cygwin/ks-tools.cmd @@ -2,18 +2,19 @@ rem ###################################### rem # ks-tools for Windows # -rem # U. Modificacion: 03-05-2021 # +rem # U. Modificacion: 01-02-2022 # rem # Author: q3aql # -rem # Contact: q3aql@protonmail.ch # +rem # Contact: q3aql@duck.com # rem # License: GPL v2.0 # rem ###################################### -set VERSION=7.3 +set VERSION=8.0 rem # Start ks-tools terminal (bash) +cd "%~d0%~p0" mkdir home\%USERNAME% copy /Y prompt\.bashrc home\%USERNAME% copy /Y prompt\.minttyrc home\%USERNAME% cls set PATH=%PATH%;%~d0%~p0\bin -mintty +bin\mintty.exe rem bash diff --git a/cygwin/prompt/.bashrc b/cygwin/prompt/.bashrc index edf2856..642ae00 100644 --- a/cygwin/prompt/.bashrc +++ b/cygwin/prompt/.bashrc @@ -185,7 +185,7 @@ alias Z:="/cygdrive/z" # Show menu of ks-tools echo "" echo " #####################################" -echo " # ks-tools 7.3 (for Windows/Cygwin) #" +echo " # ks-tools 8.0 (for Windows/Cygwin) #" echo " #####################################" echo "" echo " * Note:" @@ -204,7 +204,7 @@ echo " - ks-mp4s - ks-mp4k-wrapper" echo " - ks-mix - ks-mp4s-wrapper" echo " - ks-avi - ks-mp4s-folder" echo " - ks-mp3 - ks-mp3-album" -echo " - ks-vob" +echo " - ks-vob - ks-conf" echo "" echo " * Type 'all-commands' for show all commands." echo "" diff --git a/cygwin/prompt/ks-tools-zui.cmd.disabled b/cygwin/prompt/ks-tools-zui.cmd.disabled index b969d96..9396170 100644 --- a/cygwin/prompt/ks-tools-zui.cmd.disabled +++ b/cygwin/prompt/ks-tools-zui.cmd.disabled @@ -2,12 +2,12 @@ rem ###################################### rem # ks-tools for Windows # -rem # U. Modificacion: 03-05-2021 # +rem # U. Modificacion: 01-02-2022 # rem # Author: q3aql # -rem # Contact: q3aql@protonmail.ch # +rem # Contact: q3aql@duck.com # rem # License: GPL v2.0 # rem ###################################### -set VERSION=7.3 +set VERSION=8.0 rem # Start ks-tools ZUI (bash) mkdir home\%USERNAME% diff --git a/cygwin/prompt/ks-zui.disabled b/cygwin/prompt/ks-zui.disabled index 19bfe40..15b0622 100644 --- a/cygwin/prompt/ks-zui.disabled +++ b/cygwin/prompt/ks-zui.disabled @@ -2,12 +2,12 @@ ################################################################# # ks-zui (ks-tools) - Simple zenity user interface for ks-tools # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ################################################################# -VERSION="7.3 (BETA)" -M_DATE="030521" +VERSION="8.0 (BETA)" +M_DATE="020122" # Function to show about function showAbout() { diff --git a/disabled/ks-zui b/disabled/ks-zui index dad5fce..eea1f35 100755 --- a/disabled/ks-zui +++ b/disabled/ks-zui @@ -2,12 +2,12 @@ ################################################################# # ks-zui (ks-tools) - Simple zenity user interface for ks-tools # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ################################################################# -VERSION="7.3 (BETA)" -M_DATE="030521" +VERSION="8.0 (BETA)" +M_DATE="020122" # Function to show about function showAbout() { diff --git a/prompt/ks-tools b/prompt/ks-tools index 8a08d46..3f5e2e9 100755 --- a/prompt/ks-tools +++ b/prompt/ks-tools @@ -2,12 +2,12 @@ ############################################################### # ks-tools - Initialize the ks-tools terminal (using xterm) # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/prompt/ks-tools-rc b/prompt/ks-tools-rc index fa6ad34..d785f15 100644 --- a/prompt/ks-tools-rc +++ b/prompt/ks-tools-rc @@ -114,7 +114,7 @@ fi echo "" echo " #################################" -echo " # ks-tools 7.3 (for Unix/Linux) #" +echo " # ks-tools 8.0 (for Unix/Linux) #" echo " #################################" echo "" echo " * Available commands:" @@ -129,5 +129,5 @@ echo " - ks-mp4s - ks-mp4k-wrapper" echo " - ks-mix - ks-mp4s-wrapper" echo " - ks-avi - ks-mp4s-folder" echo " - ks-mp3 - ks-mp3-album" -echo " - ks-vob" +echo " - ks-vob - ks-conf" echo "" diff --git a/prompt/ks-tools-zui b/prompt/ks-tools-zui index b50c386..ff6ad9f 100755 --- a/prompt/ks-tools-zui +++ b/prompt/ks-tools-zui @@ -2,12 +2,12 @@ ############################################################### # ks-tools - Initialize the ks-tools ZUI (using xterm) # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3 (BETA)" -M_DATE="030521" +VERSION="8.0 (BETA)" +M_DATE="020122" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/src/ks-avi b/src/ks-avi index f79ad2a..ab82bcd 100755 --- a/src/ks-avi +++ b/src/ks-avi @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to AVI format # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters dirTemp="/tmp" @@ -29,6 +29,12 @@ default_lang_audio="spa" default_lang_subt="spa" v_ext="avi" +# Check cygwin alias (for Windows) +if [ -f "/usr/bin/cygwin-alias.sh" ] ; then + shopt -s expand_aliases + source "/usr/bin/cygwin-alias.sh" +fi + # Create inicial config file mkdir -p ${configFolder} if [ -f ${configFile} ] ; then @@ -84,12 +90,6 @@ else source ${configFile} fi -# Check cygwin alias (for Windows) -if [ -f "/usr/bin/cygwin-alias.sh" ] ; then - shopt -s expand_aliases - source "/usr/bin/cygwin-alias.sh" -fi - # Check if ffmpeg is installed ffmpeg_test=$(ffmpeg --help 2>&1) error_ffmpeg=$? diff --git a/src/ks-crop b/src/ks-crop index 2bc5826..a2c0411 100755 --- a/src/ks-crop +++ b/src/ks-crop @@ -2,12 +2,12 @@ ############################################################### # ks-crop (ks-tools) - Crop or change aspect ratio of a video # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mix b/src/ks-mix index 49e678d..4c33b48 100755 --- a/src/ks-mix +++ b/src/ks-mix @@ -2,12 +2,12 @@ ##################################################################### # ks-mix (ks-tools) - Extract video/audio and mix video/audio files # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ##################################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # File(s) detection current_dir="$(pwd)" diff --git a/src/ks-mp3 b/src/ks-mp3 index 02fd27b..be17b89 100755 --- a/src/ks-mp3 +++ b/src/ks-mp3 @@ -2,12 +2,12 @@ ######################################################################### # ks-mp3 (ks-tools) - Convert video/audio file(s) to MP3 (Audio) Format # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ######################################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters dirTemp="/tmp" @@ -22,6 +22,12 @@ b_acodec="128k" v_ext="mp3" default_lang_audio="spa" +# Check cygwin alias (for Windows) +if [ -f "/usr/bin/cygwin-alias.sh" ] ; then + shopt -s expand_aliases + source "/usr/bin/cygwin-alias.sh" +fi + # Create inicial config file mkdir -p ${configFolder} if [ -f ${configFile} ] ; then @@ -52,12 +58,6 @@ else source ${configFile} fi -# Check cygwin alias (for Windows) -if [ -f "/usr/bin/cygwin-alias.sh" ] ; then - shopt -s expand_aliases - source "/usr/bin/cygwin-alias.sh" -fi - # Check if ffmpeg is installed ffmpeg_test=$(ffmpeg --help 2>&1) error_ffmpeg=$? diff --git a/src/ks-mp3-album b/src/ks-mp3-album index 8800b1a..86fdd36 100755 --- a/src/ks-mp3-album +++ b/src/ks-mp3-album @@ -2,12 +2,12 @@ ###################################################################### # ks-mp3-album (ks-tools) - Convert folder album to MP3 Audio Format # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ###################################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Variables tempFile="/tmp/ks-mp4s-folder.txt" @@ -29,6 +29,12 @@ track_init="1" artist_init="Artist" default_lang_audio="spa" +# Check cygwin alias (for Windows) +if [ -f "/usr/bin/cygwin-alias.sh" ] ; then + shopt -s expand_aliases + source "/usr/bin/cygwin-alias.sh" +fi + # Create inicial config file mkdir -p ${configFolder} if [ -f ${configFile} ] ; then @@ -59,12 +65,6 @@ else source ${configFile} fi -# Check cygwin alias (for Windows) -if [ -f "/usr/bin/cygwin-alias.sh" ] ; then - shopt -s expand_aliases - source "/usr/bin/cygwin-alias.sh" -fi - # Check if ffmpeg is installed ffmpeg_test=$(ffmpeg --help 2>&1) error_ffmpeg=$? diff --git a/src/ks-mp4 b/src/ks-mp4 index 8da6b5f..2830412 100755 --- a/src/ks-mp4 +++ b/src/ks-mp4 @@ -2,12 +2,12 @@ ############################################################### # ks-mp4 (ks-tools) - Convert video to MP4 format # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters dirTemp="/tmp" @@ -29,6 +29,12 @@ default_lang_audio="spa" default_lang_subt="spa" v_ext="mp4" +# Check cygwin alias (for Windows) +if [ -f "/usr/bin/cygwin-alias.sh" ] ; then + shopt -s expand_aliases + source "/usr/bin/cygwin-alias.sh" +fi + # Create inicial config file mkdir -p ${configFolder} if [ -f ${configFile} ] ; then @@ -84,12 +90,6 @@ else source ${configFile} fi -# Check cygwin alias (for Windows) -if [ -f "/usr/bin/cygwin-alias.sh" ] ; then - shopt -s expand_aliases - source "/usr/bin/cygwin-alias.sh" -fi - # Check if ffmpeg is installed ffmpeg_test=$(ffmpeg --help 2>&1) error_ffmpeg=$? diff --git a/src/ks-mp4k b/src/ks-mp4k index 0f704ad..753a231 100755 --- a/src/ks-mp4k +++ b/src/ks-mp4k @@ -2,12 +2,12 @@ ############################################################### # ks-mp4k (ks-tools) - Convert video to MP4 format (4K) # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters dirTemp="/tmp" @@ -29,6 +29,12 @@ default_lang_audio="spa" default_lang_subt="spa" v_ext="mp4" +# Check cygwin alias (for Windows) +if [ -f "/usr/bin/cygwin-alias.sh" ] ; then + shopt -s expand_aliases + source "/usr/bin/cygwin-alias.sh" +fi + # Create inicial config file mkdir -p ${configFolder} if [ -f ${configFile} ] ; then @@ -84,12 +90,6 @@ else source ${configFile} fi -# Check cygwin alias (for Windows) -if [ -f "/usr/bin/cygwin-alias.sh" ] ; then - shopt -s expand_aliases - source "/usr/bin/cygwin-alias.sh" -fi - # Check if ffmpeg is installed ffmpeg_test=$(ffmpeg --help 2>&1) error_ffmpeg=$? diff --git a/src/ks-mp4s b/src/ks-mp4s index b537151..a1e30c6 100755 --- a/src/ks-mp4s +++ b/src/ks-mp4s @@ -2,12 +2,12 @@ ############################################################### # ks-mp4s (ks-tools) - Convert video to MP4 format (Series) # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters dirTemp="/tmp" @@ -29,6 +29,12 @@ default_lang_audio="spa" default_lang_subt="spa" v_ext="mp4" +# Check cygwin alias (for Windows) +if [ -f "/usr/bin/cygwin-alias.sh" ] ; then + shopt -s expand_aliases + source "/usr/bin/cygwin-alias.sh" +fi + # Create inicial config file mkdir -p ${configFolder} if [ -f ${configFile} ] ; then @@ -84,12 +90,6 @@ else source ${configFile} fi -# Check cygwin alias (for Windows) -if [ -f "/usr/bin/cygwin-alias.sh" ] ; then - shopt -s expand_aliases - source "/usr/bin/cygwin-alias.sh" -fi - # Check if ffmpeg is installed ffmpeg_test=$(ffmpeg --help 2>&1) error_ffmpeg=$? diff --git a/src/ks-mp4s-folder b/src/ks-mp4s-folder index cd780a8..4360eb5 100755 --- a/src/ks-mp4s-folder +++ b/src/ks-mp4s-folder @@ -2,12 +2,12 @@ ################################################################################# # ks-mp4s-folder (ks-tools) - Convert videos from folder to MP4 format (Series) # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ################################################################################# -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-oga b/src/ks-oga index 3dbee58..8201be0 100755 --- a/src/ks-oga +++ b/src/ks-oga @@ -2,12 +2,12 @@ ############################################################################# # ks-oga (ks-tools) - Convert video/audio file(s) to OGA (OGG Audio) Format # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################################# -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters dirTemp="/tmp" @@ -22,6 +22,12 @@ b_acodec="130k" v_ext="oga" default_lang_audio="spa" +# Check cygwin alias (for Windows) +if [ -f "/usr/bin/cygwin-alias.sh" ] ; then + shopt -s expand_aliases + source "/usr/bin/cygwin-alias.sh" +fi + # Create inicial config file mkdir -p ${configFolder} if [ -f ${configFile} ] ; then @@ -52,12 +58,6 @@ else source ${configFile} fi -# Check cygwin alias (for Windows) -if [ -f "/usr/bin/cygwin-alias.sh" ] ; then - shopt -s expand_aliases - source "/usr/bin/cygwin-alias.sh" -fi - # Check if ffmpeg is installed ffmpeg_test=$(ffmpeg --help 2>&1) error_ffmpeg=$? diff --git a/src/ks-oga-album b/src/ks-oga-album index a4ee3fe..488f60d 100755 --- a/src/ks-oga-album +++ b/src/ks-oga-album @@ -2,12 +2,12 @@ ############################################################################ # ks-oga-album (ks-tools) - Convert folder album to OGA (OGG Audio) Format # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################################ -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Variables tempFile="/tmp/ks-mp4s-folder.txt" @@ -29,6 +29,12 @@ track_init="1" artist_init="Artist" default_lang_audio="spa" +# Check cygwin alias (for Windows) +if [ -f "/usr/bin/cygwin-alias.sh" ] ; then + shopt -s expand_aliases + source "/usr/bin/cygwin-alias.sh" +fi + # Create inicial config file mkdir -p ${configFolder} if [ -f ${configFile} ] ; then @@ -59,12 +65,6 @@ else source ${configFile} fi -# Check cygwin alias (for Windows) -if [ -f "/usr/bin/cygwin-alias.sh" ] ; then - shopt -s expand_aliases - source "/usr/bin/cygwin-alias.sh" -fi - # Check if ffmpeg is installed ffmpeg_test=$(ffmpeg --help 2>&1) error_ffmpeg=$? diff --git a/src/ks-upa b/src/ks-upa index 1774b1f..379b834 100755 --- a/src/ks-upa +++ b/src/ks-upa @@ -2,12 +2,12 @@ ##################################################################### # ks-upa (ks-tools) - Upload audio file(s) to server with rsync+ssh # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ##################################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upf b/src/ks-upf index 235f321..843d09c 100755 --- a/src/ks-upf +++ b/src/ks-upf @@ -2,12 +2,12 @@ ###################################################################### # ks-upf (ks-tools) - Upload common file(s) to server with rsync+ssh # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ###################################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upr b/src/ks-upr index ab137f6..c003d6d 100755 --- a/src/ks-upr +++ b/src/ks-upr @@ -2,12 +2,12 @@ ########################################################################### # ks-upr (ks-tools) - Upload recursively file(s) to server with rsync+ssh # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ########################################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upv b/src/ks-upv index bbbe904..d69051c 100755 --- a/src/ks-upv +++ b/src/ks-upv @@ -2,12 +2,12 @@ ###################################################################### # ks-upv (ks-tools) - Upload videos file(s) to server with rynsc+ssh # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ###################################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-vob b/src/ks-vob index e3d89a5..9bb6c15 100755 --- a/src/ks-vob +++ b/src/ks-vob @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to VOB DVD Format # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Basic parameters rel_size="720x480" diff --git a/wrapper/ks-avi-wrapper b/wrapper/ks-avi-wrapper index f788fad..fc423a6 100755 --- a/wrapper/ks-avi-wrapper +++ b/wrapper/ks-avi-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-avi-wrapper (ks-tools) - Wrapper for ks-avi # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Conversion parameters ks_avi_to_wrap="/usr/bin/ks-avi" diff --git a/wrapper/ks-mp4-wrapper b/wrapper/ks-mp4-wrapper index af5bf2a..86d348c 100755 --- a/wrapper/ks-mp4-wrapper +++ b/wrapper/ks-mp4-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-mp4" diff --git a/wrapper/ks-mp4k-wrapper b/wrapper/ks-mp4k-wrapper index 625a385..e13a85d 100755 --- a/wrapper/ks-mp4k-wrapper +++ b/wrapper/ks-mp4k-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Conversion parameters ks_mp4k_to_wrap="/usr/bin/ks-mp4k" diff --git a/wrapper/ks-mp4s-wrapper b/wrapper/ks-mp4s-wrapper index 422455c..195ad1b 100755 --- a/wrapper/ks-mp4s-wrapper +++ b/wrapper/ks-mp4s-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Conversion parameters ks_mp4s_to_wrap="/usr/bin/ks-mp4s" diff --git a/wrapper/ks-vob-wrapper b/wrapper/ks-vob-wrapper index 68c9aae..ac15e0b 100755 --- a/wrapper/ks-vob-wrapper +++ b/wrapper/ks-vob-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-vob-wrapper (ks-tools) - Wrapper for ks-vob # -# Date: 03-05-2021 # +# Date: 02-01-2022 # # Author: q3aql # -# Contact: q3aql@protonmail.ch # +# Contact: q3aql@duck.com # ############################################################### -VERSION="7.3" -M_DATE="030521" +VERSION="8.0" +M_DATE="020122" # Conversion parameters ks_vob_to_wrap="/usr/bin/ks-vob"