This commit is contained in:
Crispy 2023-08-03 21:25:40 +02:00
parent ba797057cf
commit a48d288c19
21 changed files with 72 additions and 68 deletions

View file

@ -11,4 +11,5 @@ if [ $# -eq 0 ]; then
fi
ffmpeg -i "$1" -ss $2 -to $3 -c copy $4"_raw.mp4"
ffmpeg -i "$1" -ss $2 -to $3 $4".mp4"
# ffmpeg -i "$1" -ss $2 -to $3 $4".mp4"
ffmpeg -i $4"_raw.mp4" $4".mp4"