歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu和Windows Vista下編碼質量對比

Ubuntu和Windows Vista下編碼質量對比

日期:2017/2/28 16:43:11   编辑:Linux教程

Ubuntu和Windows Vista下編碼質量對比:

試過在Ubuntu下轉換flv出來的效果還可以接受,在Windows Vista裡用相同的參數轉換出來似乎馬賽克情況比較明顯,為了解開這個疑團,來測試一下:

Ubuntu:

mencoder District9-CD1.rmvb -ss 41:00 -endpos 1:00 -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=250:mbd=2:mv0:trell:v4mv:cbp:last_pred=3:dia=4:cmp=6:vb_strategy=1 -vf scale=512:-3 -ofps 12 -oac mp3lame -lameopts abr:br=32 -srate 22050 -o sample-Ubuntu.flv

Windows Vista:

mencoder "C:\District9-CD1.rmvb" -ss 41:00 -endpos 1:00 -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=250:mbd=2:mv0:trell:v4mv:cbp:last_pred=3:dia=4:cmp=6:vb_strategy=1 -vf scale=512:-3 -ofps 12 -oac mp3lame -lameopts abr:br=32 -srate 22050 -o "C:\sample-win.flv"

原文件及編碼參數是一致的,來看看結果:

Copyright © Linux教程網 All Rights Reserved