From c922ce54af60c47092b5064fedb41def8c7c4ce4 Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 29 May 2020 16:12:39 +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 a8fdf93..a0678c1 100644 --- a/conf/convert.sh +++ b/conf/convert.sh @@ -1,5 +1,5 @@ #! /bin/bash -for file in $(find ./ -iname "*.mkv" -o -iname "*.avi") +for file in $(find /home/yunohost.app/streama/ -iname "*.mkv" -o -iname "*.avi") do ffmpeg -i "$file" -vcodec h264 -acodec aac -strict -2 "${file%.*}.mp4" rm "$file"