AstroBot is speaking

This commit is contained in:
fred 2023-01-20 15:44:26 +01:00
parent 7e44594ca4
commit 8a282df3cb
2 changed files with 6 additions and 6 deletions

View File

@ -59,9 +59,9 @@ header {
<h2>
<div id="typed-strings">
<p>Découvrez <span>/ <strong><em><a href="https://opencollective.com/monnaie-libre/projects/coeurbox" target="funding">LA ♥BOX</a></u></em></strong> /^2223</p>
<p>Archivez vos <em>DATA</em> &#128077;</span> dans IPFS^3222</p>
<p>Activez votre <strong><em><u>👉<a href="https://astroport.cancer.copylaradio.com">TW</a>👈 /</u></em></strong>^3112</p>
<p>/ Astroport / Le Web des Gens^2312</p>
<p>Téléporteur de vos <em>DATA</em> &#128077;</span> dans IPFS^3222</p>
<p>Activez votre <strong><em><u>👉<a href="https://astroport.cancer.copylaradio.com">TW ♥BOX</a>👈</u></em></strong>^3112</p>
<p>Astroport - Le Web des Gens -^2312</p>
</div>
<span id="typed"></span>
</h2>

View File

@ -14,7 +14,7 @@ MIME=$(file --mime-type -b "${path}${file}")
#################################################################################################################
############# CONVERT NOT MP4
[[ ! $MIME == "video/mp4" ]] \
&& echo "MP4 CONVERT... WAIT" \
&& espeak "MP4 CONVERSION PLEASE WAIT" 2>/dev/null \
&& ffmpeg -loglevel error -i "${path}${file}" -c:v libx264 -c:a aac "${path}${file}.mp4" \
&& [[ -s "${path}${file}.mp4" ]] && rm "${path}${file}" && file="${file}.mp4" && extension="mp4" && MIME=$(file --mime-type -b "${path}${file}")
@ -25,7 +25,7 @@ RES=${FILE_RES%?}0p
############# VIDEO LINES MAX IS 720p
LINES=$(echo $RES | tr -dc '0-9')
[ $LINES -gt 720 ] \
&& echo "VIDEO RESIZING HALF" \
&& espeak "VIDEO RESIZING HALF PLEASE WAIT" 2>/dev/null \
&& ffmpeg -loglevel quiet -i "${path}${file}" -vf "scale=iw/2:ih/2" "${path}2${file}" \
&& [[ -s "${path}2${file}" ]] && rm "${path}${file}" && mv "${path}2${file}" "${path}${file}" \
&& FILE_RES=$(ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of csv=s=x:p=0 "${path}${file}" | cut -d "x" -f 2) \
@ -40,7 +40,7 @@ DUREE=$(ffprobe -v error -i "${path}${file}" -show_entries format=duration -sexa
PROBETIME=$(echo "0.618 * $DURATION" | bc -l | cut -d '.' -f 1)
[[ ! $PROBETIME ]] && PROBETIME="1.0"
## How many seconds are encoded by Mo ?
## How many seconds are encoded by MB ?
VTRATIO=$(echo "$DURATION / $FILE_BSIZE * 1024 * 1024" | bc -l | xargs printf "%.2f")
## CREATE SOME INDEX HOOKS