1
0
Fork 0
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:
liberodark 2020-05-30 15:57:49 +02:00 committed by GitHub
parent 7c0fdb7807
commit ab9837034d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# Thanks : # Thanks :
# License: GNU GPLv3 # License: GNU GPLv3
version="0.2.0" version="0.2.1"
echo "Welcome on Convert Movies Script $version" echo "Welcome on Convert Movies Script $version"
@ -37,7 +37,7 @@ chown -R streama:users /home/yunohost.app/streama/upload/
} }
avidemux_convert(){ avidemux_convert(){
video_codec="h264" video_codec="Copy"
audio_codec="FDK_AAC" audio_codec="FDK_AAC"
output_format="MP4" output_format="MP4"
while IFS= read -r -d '' file while IFS= read -r -d '' file