mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
Update convert.sh
This commit is contained in:
parent
98c8a68550
commit
4343a8f39b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ do
|
||||||
avidemux3_cli --nogui --video-codec "$video_codec" --audio-codec "$audio_codec" --load "$file" --output-format "$output_format" --save "${file%.*}.mp4" --quit
|
avidemux3_cli --nogui --video-codec "$video_codec" --audio-codec "$audio_codec" --load "$file" --output-format "$output_format" --save "${file%.*}.mp4" --quit
|
||||||
rm -f "$file"
|
rm -f "$file"
|
||||||
done < <(find /home/pc/Téléchargements/Movies/ -name '*.mkv' -print0 -o -name '*.avi' -print0)
|
done < <(find /home/pc/Téléchargements/Movies/ -name '*.mkv' -print0 -o -name '*.avi' -print0)
|
||||||
#chown -R streama:users /home/yunohost.app/streama/upload/
|
chown -R streama:users /home/yunohost.app/streama/upload/
|
||||||
}
|
}
|
||||||
|
|
||||||
parse_args ()
|
parse_args ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue