[MPlayer-cygwin] mencoder on windows

compn tempn at twmi.rr.com
Sun Jan 30 19:00:01 CET 2005


On Sun, 30 Jan 2005 16:25:56 +0000
Nigel Magnay <nigel.magnay at gmail.com> wrote:

> Hello
> 
> I have a hauppauge mediaMVP, so I need on occasion to transcode to
> mpeg2 in order to view archived divx files.
> 
> I'd been using something akin to 
> 
> mencoder -o out.mpeg -of mpeg -ovc lavc -lavcopts vcodec=mpeg2video
> -vop expand=720:480,scale=720:400 -oac lavc orig.avi

use -vf instead of -vop. also specify :acodec= and :abitrate in the
lavcopts. e.g:
-oac lavc -ovc lavc -lavcopts acodec=mp3:abitrate=128:vcodec=mpeg2video

 
> on Linux. However I can't seem to get it to work on the windows
> release; it never outputs any video.
> 
> Is it some kind of codec issue?


i think you forgot to specify -ofps, try -ofps 30 or use -ofps 30000/1001
 for 29.97




More information about the MPlayer-cygwin mailing list