@ tickey,
Yes, as rds said... if you are running Windows 98/SE/ME, you'll have problems
w/ it due to the DOS command-line limitations. However, there is another
way around it.. using .OCF (option config file settings) (or .INI) files that MEn
allows.
Have a look here for some pointers:
*
MEncoder under W98 / SE / ME - (work in progress) ..
or, check out the other thread below, where Bilu gives a more eligant version
but just read through the pages for tips and things:
*
Mencoder thread (was FFMPEG vs FFVFW vs Mencoder ...)
from digital/Bilu, but note the layout. It should work for all OS's:
Quote:
BATCH
====
PAL: mencoder -include settings.ini -lavcopts keyint=15 movie.vob -o movie.m2v
NTSC: mencoder -include settings.ini -vf-pre softpulldown -lavcopts keyint=18 movie.vob -o movie.m2v
SETTINGS.INI
========
of=rawvideo=1
ovc=lavc=1
nosound=1
noskip=1
lavcopts=vcodec=mpeg2video:ildct=1:ilme=1:vstrict=-1:
vrc_buf_size=1835:vqblur=0reme=2:ildctcmp=2rec mp=2:
vrc_minrate=300:intra_matrix=(...):inter_matrix=(. ..):
vrc_maxrate=9800:autoaspect=1:vqcomp=0:
vbitrate=300:scplx_mask=0.3:naq=1:
trell=1:cbp=1:mbd=2:mv0=1
vf=il=d,hqdn3d,il=i,yuvcsp
|
Good luck,
-vhelp