4 行
66 B
Bash
実行ファイル
4 行
66 B
Bash
実行ファイル
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -qscale:v 5 -c:v libxvid -aspect 16:9 $2
|