cutAndShrinkVideo
This commit is contained in:
parent
85a8688776
commit
6d0f3e3e0d
8
cutAndShrinkVideo
Executable file
8
cutAndShrinkVideo
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cutFile="$(cutVideo $1 $2 $3)"
|
||||||
|
status=$?
|
||||||
|
|
||||||
|
if [ $status -eq 0 ]; then
|
||||||
|
shrinkVideo "$cutFile"
|
||||||
|
fi
|
|
@ -12,4 +12,4 @@ outfile="$dir/$filename""Shrunk.mp4"
|
||||||
|
|
||||||
echo "$outfile"
|
echo "$outfile"
|
||||||
|
|
||||||
ffmpeg -i "$fullpath" -s ega "$outfile"
|
ffmpeg -y -i "$fullpath" -s ega "$outfile"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user