mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
Delete convert_avidemux
This commit is contained in:
parent
643e9f1236
commit
cd95763e09
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#! /bin/bash
|
||||
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/pc/Téléchargements/odrive-bin/ -name '*.mkv' -print0 -o -name '*.avi' -print0)
|
Loading…
Add table
Reference in a new issue