meow
This commit is contained in:
parent
ba797057cf
commit
a48d288c19
21 changed files with 72 additions and 68 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue