Hey guys, i have a default config that i like to base things off of, and add to, via more options on the command line. The problem is that the video filters i use on the command line aren't working, but the filters that are in the config file ARE being applied. I was wondering if anyone knew what i might be doing wrong?

Command line:
Code:
mencoder *LA.vob \
-vf crop=706:460:8:6,scale=720:480 \
-profile q1-1.78-p2 \
-o "Born in East LA.avi" ;


Config File
Code:
[1.78]
profile-desc="Standard Widescreen Settings"
vf=pullup,softskip,harddup,dsize=1.78
ofps=25
aspect=1.78
force-avi-aspect=1.78
ffourcc=h264
passlogfile=log.log
oac=faac=yes
faacopts=br=128
ovc=x264=yes
x264encopts=partitions=all:8x8dct:weight_b




[q1-1.78-p1]
profile-desc="Highest Quality Widescreen, Pass 1"
profile=1.78
x264encopts=bitrate=2200:subq=6:me=umh:frameref=3:bframes=1:trellis=2:turbo=1:pass=1

[q1-1.78-p2]
profile-desc="Highest Quality Widescreen, Pass 2"
profile=1.78
x264encopts=bitrate=2200:subq=6:me=umh:frameref=3:bframes=1:trellis=2:pass=2
Thanx