–c:v h264

This commit is contained in:
fred 2022-10-05 01:17:21 +02:00
parent af430aa817
commit c955dfd4ed
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ for yurl in $(cat ~/.zen/tmp/tiddlers.json | jq -r '.[].text' | grep 'http'); do
ZFILE="$TITLE.mp4"
echo "$ZFILE"
[[ ! -f "$HOME/.zen/tmp/tube/$ZFILE" ]] && ffmpeg -i "$HOME/.zen/tmp/tube/$TITLE.mkv" -c copy "$HOME/.zen/tmp/tube/$TITLE.mp4" # TRY TO CONVERT MKV TO MP4
[[ ! -f "$HOME/.zen/tmp/tube/$ZFILE" ]] && ffmpeg -i "$HOME/.zen/tmp/tube/$TITLE.mkv" c:v h264 "$HOME/.zen/tmp/tube/$TITLE.mp4" # TRY TO CONVERT MKV TO MP4
[[ ! -f "$HOME/.zen/tmp/tube/$ZFILE" ]] && echo "No FILE -- EXIT --" && exit 1
echo

View File

@ -108,8 +108,8 @@ p=0;Ei(69,e|0,28,i|0,r|0);Be=p;p=0;if(Be&1)break;p=0;Ge(45,u|0,18,f|0,a|0,t|0,n|
<h2>- Saisissez vos identifiants -</h2>
<form action = "http://127.0.0.1:1234" method = "GET">
Email : <input name=email value=''></br>
Phrase Une : <input name=email value=''></br>
Phrase Deux : <input name=email value=''></br>
Phrase Une : <input name=ph1 value=''></br>
Phrase Deux : <input name=ph2 value=''></br>
<input type='submit' value='OK'>
</form>