level 11
可以先看下自带的
(以前自用的bat)
ffmpeg 2>ffmpeg.txt
echo. >>ffmpeg.txt
ffmpeg -h >>ffmpeg.txt
ffmpeg -codecs >ffmpeg_other.txt
echo. >>ffmpeg_other.txt
ffmpeg -formats >>ffmpeg_other.txt
echo. >>ffmpeg_other.txt
ffmpeg -bsfs >>ffmpeg_other.txt
echo. >>ffmpeg_other.txt
ffmpeg -protocols >>ffmpeg_other.txt
echo. >>ffmpeg_other.txt
ffmpeg -filters >>ffmpeg_other.txt
echo. >>ffmpeg_other.txt
ffmpeg -pix_fmts >>ffmpeg_other.txt
2012年10月17日 02点10分