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
7dc1022ada
commit
36aba3c993
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ VIDEOCODEC="mp4"
|
|||
AUDIOCODEC="aac"
|
||||
while IFS= read -r -d '' file
|
||||
do
|
||||
#ffmpeg -nostdin -i "$file" -vcodec h264 -acodec aac -strict -2 "${file%.*}.mp4"
|
||||
avidemux3_cli --video-codec $VIDEOCODEC --audio-codec $AUDIOCODEC --force-alt-h264 --load "$file" --save "${file%.*}.mp4" --quit
|
||||
rm -f "$file"
|
||||
done < <(find /home/yunohost.app/streama/ -name '*.mkv' -print0 -o -name '*.avi' -print0)
|
||||
|
|
Loading…
Add table
Reference in a new issue