Fix load config variables (wrappers)

This commit is contained in:
q3aql 2023-03-10 20:09:19 +01:00
parent 15c1245441
commit 09958c2a0a
7 changed files with 33 additions and 12 deletions

View File

@ -2,7 +2,7 @@
############################################################### ###############################################################
# ks-av1-wrapper (ks-tools) - Wrapper for ks-av1 # # ks-av1-wrapper (ks-tools) - Wrapper for ks-av1 #
# Date: 10-03-2022 # # Date: 10-03-2023 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@duck.com # # Contact: q3aql@duck.com #
############################################################### ###############################################################
@ -14,6 +14,9 @@ ks_mp4_to_wrap="/usr/bin/ks-av1"
p_ffmpeg="ffmpeg -i" p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999" p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="1280x534" rel_size="1280x534"
configFolder=${HOME}/.ks-tools
configFile=${configFolder}/ks-av1
source ${configFile}
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,7 +2,7 @@
############################################################### ###############################################################
# ks-av1s-wrapper (ks-tools) - Wrapper for ks-av1s # # ks-av1s-wrapper (ks-tools) - Wrapper for ks-av1s #
# Date: 10-03-2022 # # Date: 10-03-2023 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@duck.com # # Contact: q3aql@duck.com #
############################################################### ###############################################################
@ -14,6 +14,9 @@ ks_mp4s_to_wrap="/usr/bin/ks-av1s"
p_ffmpeg="ffmpeg -i" p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999" p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="720x404" rel_size="720x404"
configFolder=${HOME}/.ks-tools
configFile=${configFolder}/ks-av1s
source ${configFile}
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,18 +2,21 @@
############################################################### ###############################################################
# ks-avi-wrapper (ks-tools) - Wrapper for ks-avi # # ks-avi-wrapper (ks-tools) - Wrapper for ks-avi #
# Date: 04-02-2022 # # Date: 10-03-2023 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@duck.com # # Contact: q3aql@duck.com #
############################################################### ###############################################################
VERSION="8.4-dev" VERSION="8.4-dev"
M_DATE="040222" M_DATE="100323"
# Conversion parameters # Conversion parameters
ks_avi_to_wrap="/usr/bin/ks-avi" ks_avi_to_wrap="/usr/bin/ks-avi"
p_ffmpeg="ffmpeg -i" p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999" p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="720x480" rel_size="720x480"
configFolder=${HOME}/.ks-tools
configFile=${configFolder}/ks-avi
source ${configFile}
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,18 +2,21 @@
############################################################### ###############################################################
# ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 # # ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 #
# Date: 04-02-2022 # # Date: 10-03-2023 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@duck.com # # Contact: q3aql@duck.com #
############################################################### ###############################################################
VERSION="8.4-dev" VERSION="8.4-dev"
M_DATE="040222" M_DATE="100323"
# Conversion parameters # Conversion parameters
ks_mp4_to_wrap="/usr/bin/ks-mp4" ks_mp4_to_wrap="/usr/bin/ks-mp4"
p_ffmpeg="ffmpeg -i" p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999" p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="1280x534" rel_size="1280x534"
configFolder=${HOME}/.ks-tools
configFile=${configFolder}/ks-mp4
source ${configFile}
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,18 +2,21 @@
############################################################### ###############################################################
# ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k # # ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k #
# Date: 04-02-2022 # # Date: 10-03-2023 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@duck.com # # Contact: q3aql@duck.com #
############################################################### ###############################################################
VERSION="8.4-dev" VERSION="8.4-dev"
M_DATE="040222" M_DATE="100323"
# Conversion parameters # Conversion parameters
ks_mp4k_to_wrap="/usr/bin/ks-mp4k" ks_mp4k_to_wrap="/usr/bin/ks-mp4k"
p_ffmpeg="ffmpeg -i" p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999" p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="3840x2160" rel_size="3840x2160"
configFolder=${HOME}/.ks-tools
configFile=${configFolder}/ks-mp4k
source ${configFile}
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,18 +2,21 @@
############################################################### ###############################################################
# ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s # # ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s #
# Date: 04-02-2022 # # Date: 10-03-2023 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@duck.com # # Contact: q3aql@duck.com #
############################################################### ###############################################################
VERSION="8.4-dev" VERSION="8.4-dev"
M_DATE="040222" M_DATE="100323"
# Conversion parameters # Conversion parameters
ks_mp4s_to_wrap="/usr/bin/ks-mp4s" ks_mp4s_to_wrap="/usr/bin/ks-mp4s"
p_ffmpeg="ffmpeg -i" p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999" p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="720x404" rel_size="720x404"
configFolder=${HOME}/.ks-tools
configFile=${configFolder}/ks-mp4s
source ${configFile}
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,18 +2,21 @@
############################################################### ###############################################################
# ks-vob-wrapper (ks-tools) - Wrapper for ks-vob # # ks-vob-wrapper (ks-tools) - Wrapper for ks-vob #
# Date: 04-02-2022 # # Date: 10-03-2023 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@duck.com # # Contact: q3aql@duck.com #
############################################################### ###############################################################
VERSION="8.4-dev" VERSION="8.4-dev"
M_DATE="040222" M_DATE="100323"
# Conversion parameters # Conversion parameters
ks_vob_to_wrap="/usr/bin/ks-vob" ks_vob_to_wrap="/usr/bin/ks-vob"
p_ffmpeg="ffmpeg -i" p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999" p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="720x480" rel_size="720x480"
configFolder=${HOME}/.ks-tools
configFile=${configFolder}/ks-vob
source ${configFile}
# Check cygwin alias (for Windows) # Check cygwin alias (for Windows)
if [ -f "/usr/bin/cygwin-alias.sh" ] ; then if [ -f "/usr/bin/cygwin-alias.sh" ] ; then