Amateur Member
|
習慣手動轉換
使用 MENCODER 來轉檔,下列是FLV轉MP4可看的AVI格式範例:
========================================
start /b /wait /normal mencoder.exe -ofps 20 -vf-add scale=320:240
-vf-add expand=320:240:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts
bitrate=600:max_bframes=0:quant_type=h263:me_quality=6 -oac lavc
-lavcopts acodec=mp2:abitrate=128 "D:\網路影片.flv" -o "D:\\網路影片.avi" 2>2.txt
========================================
|