Convert .avi to Xbox compatible .wmv


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mencoder -noskip "SOURCEFILE.avi" -o "TARGETFILE.wmv" -of lavf -lavfopts format=asf -ovc lavc -lavcopts vcodec=wmv2:vbitrate=5000:vpass=1 -passlogfile "libvcodecstats.txt" -oac lavc -lavcopts acodec=wmav2

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.