I had some issues with deinterlacing (with PAL 720x576 recordings) and I wanted to have my recordings cropped when being converted to Xvid (cropped looks better on my iubi PMP). To do so I have created the following profile:
[DivX-Crop]
profile-desc="DivX Cropping (No Resize)"
vf=softskip,crop=696:428:18:72,scale=-1,pp=lb,hqdn3d=2:1:2,harddup
#pp=lb=linear blend deinterlacer
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=1400:threads=4:chroma_opt=yes:trellis=yes:max_bframes=0:vhq=4:noqpel=yes:nogmc=yes:autoaspect=yes
ffourcc=DX50
oac=mp3lame=yes
lameopts=cbr=yes:br=192
af=volnorm=2
#FileExtension=avi
#Seperator=yes
Running it from the commandline works great for me (bit slow, but it is cropped and deinterlacing issues are gone). I use this line:
mencoder.exe "d:\Recorded TV\RTL Weer_RTL 4_13_12_2007_19_51_03.dvr-ms" -profile DivX-Crop -o "d:\Recorded TV\RTL.avi"
However I cannot use the options I love most from MCEbuddy; comskip and batchconversion. When I add above profile to the mencoder.conf file, it does not show up in the MCEBuddy configuration. What am I overlooking here or doing wrong?
I am using Vista Premium UK, 32-bit and MCEBuddy 1.06. If any other information is required, please let me know.