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
8d68a273a4
commit
341c8ac559
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ chown -R streama:users /home/yunohost.app/streama/upload/
|
||||||
}
|
}
|
||||||
|
|
||||||
avidemux_convert(){
|
avidemux_convert(){
|
||||||
video_codec="Copy"
|
video_codec="x264"
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue