# TRY TO CONVERT MKV TO MP4

This commit is contained in:
fred 2022-10-04 19:46:06 +02:00
parent a5415a4ad5
commit e8c0634ab0
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +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" ]] && echo "No FILE -- EXIT --" && exit 1
echo