Change internal name variables (wrappers)

This commit is contained in:
q3aql 2021-03-23 16:07:59 +01:00
parent b40171b74e
commit 5130508894
4 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ VERSION="6.9"
M_DATE="230321"
# Conversion parameters
ks_mp4_to_wrap="/usr/bin/ks-avi"
ks_avi_to_wrap="/usr/bin/ks-avi"
p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="720x480"
@ -33,7 +33,7 @@ if [ ${error_ffmpeg} -ne 0 ] ; then
fi
# Check if ks-avi is installed
if [ -f ${ks_mp4_to_wrap} ] ; then
if [ -f ${ks_avi_to_wrap} ] ; then
echo "ks-avi detected" > /dev/null
else
echo ""

View File

@ -10,7 +10,7 @@ VERSION="6.9"
M_DATE="230321"
# Conversion parameters
ks_mp4_to_wrap="/usr/bin/ks-mp4k"
ks_mp4k_to_wrap="/usr/bin/ks-mp4k"
p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="3840x2160"
@ -33,7 +33,7 @@ if [ ${error_ffmpeg} -ne 0 ] ; then
fi
# Check if ks-mp4k is installed
if [ -f ${ks_mp4_to_wrap} ] ; then
if [ -f ${ks_mp4k_to_wrap} ] ; then
echo "ks-mp4k detected" > /dev/null
else
echo ""

View File

@ -10,7 +10,7 @@ VERSION="6.9"
M_DATE="230321"
# Conversion parameters
ks_mp4_to_wrap="/usr/bin/ks-mp4s"
ks_mp4s_to_wrap="/usr/bin/ks-mp4s"
p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="720x404"
@ -33,7 +33,7 @@ if [ ${error_ffmpeg} -ne 0 ] ; then
fi
# Check if ks-mp4s is installed
if [ -f ${ks_mp4_to_wrap} ] ; then
if [ -f ${ks_mp4s_to_wrap} ] ; then
echo "ks-mp4s detected" > /dev/null
else
echo ""

View File

@ -10,7 +10,7 @@ VERSION="6.9"
M_DATE="230321"
# Conversion parameters
ks_mp4_to_wrap="/usr/bin/ks-vob"
ks_vob_to_wrap="/usr/bin/ks-vob"
p_ffmpeg="ffmpeg -i"
p_ffmpeg_patched="-max_muxing_queue_size 9999"
rel_size="720x480"
@ -28,7 +28,7 @@ if [ ${error_ffmpeg} -ne 0 ] ; then
fi
# Check if ks-vob is installed
if [ -f ${ks_mp4_to_wrap} ] ; then
if [ -f ${ks_vob_to_wrap} ] ; then
echo "ks-vob detected" > /dev/null
else
echo ""