Friday, 28 January 2011

using formatfactory

the first time to use it, I am using it to convert mov files into wmv format
FF is a simple frontend of MEncoder

from procexp of sysinternals, I can read the command-line and parameters that MEncoder is actually running


like :
mencoder "Y:\DSCN0180.MOV" -o "C:\FFOutput\DSCN0180.wmv" -vf scale=1920:1080,harddup -af channels=2 -ofps 29.970 -srate 44100 -oac lavc -lavcopts acodec=wmav2:abitrate=128 -ovc lavc -ffourcc WMV2 -lavcopts vcodec=wmv2:vbitrate=13824:keyint=250:aspect=16/9 -of lavf -lavfopts format=wmv -mc 3 -subfont "C:\WINDOWS\Fonts\simhei.ttf" -subpos 100 -subcp cp950,UTF-8,UTF-16 -subfont-text-scale 4

it is hard to use the command-line, thx to format factory , they do it for me, what I do in ff is only a few clicks, and most thx mplayer team for the fun toy .

No comments:

Labels

Search This Blog