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"