From c70b4ecde6e0988445a882ecaf15c9e2c931ad3f Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 29 May 2020 17:02:33 +0200 Subject: [PATCH] Update convert.sh --- conf/convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/convert.sh b/conf/convert.sh index 1d4a64d..50937d5 100644 --- a/conf/convert.sh +++ b/conf/convert.sh @@ -3,4 +3,4 @@ while IFS= read -r -d '' file do ffmpeg -nostdin -i "$file" -vcodec h264 -acodec aac -strict -2 "${file%.*}.mp4" rm -f "$file" -done < <(find /home/yunohost.app/streama/ -name '*.mkv' '*.avi' -print0) +done < <(find /home/yunohost.app/streama/ -name '*.mkv' -print0 -o -name '*.avi' -print0)