我使用ffmpeg將任何avi/wmv視頻轉換爲flv。ffmpeg,轉換爲flv:如何獲得更好的質量?
我的麻煩在於flv的效果很差:它給了我很大的像素化盒子。 我試圖用一些-b參數沒有很好的效果:
的ffmpeg -i 1268459654.wmv -ar 22050-AB 32 -f -s FLV 640×480 x.flv 的ffmpeg -i 1268459654.wmv -ar 22050 -AB 32 -f -s FLV 640×480 -b 500K x.f4v
我也試過 的ffmpeg -i 1268459654.wmv -vcodec libx264 -s 360x240 x.mp4
答了:「未知編碼器'libx264'「
任何解決方案?