Update video2shenju24.sh
This commit is contained in:
parent
6d049943a8
commit
896c866f22
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
name="${1%.*}"
|
||||
|
||||
ffmpeg -i "$1" -vf "scale=-2:240, crop=320:240, transpose=2, vflip" -r 6 -acodec pcm_s16le -ac 2 -ar 22050 -pix_fmt yuv420p -c:v mjpeg -q:v 10 "$name"-p.avi
|
||||
ffmpeg -i "$1" -vf "scale=-2:240, crop=320:240, transpose=2, vflip" -r 6 -acodec pcm_s16le -ac 2 -ar 22050 -pix_fmt yuvj420p -c:v mjpeg -q:v 10 "$name"-p.avi
|
||||
|
||||
echo "$name"-p.avi created
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue