*Edit: Looks like commercial skip is working now, and now I just need to tune it. I believe the problem might be related to an issue I saw in another thread: the fact that when you edit a file under "Program Files" in Vista, it virtualizes your edit unless you first open notepad as administrator. I made some changes to both comskip.ini and mencoder.conf while having notepad opened as admin, and I'm assuming this is what fixed it, whatever "it" was. Please ignore the remainder of my post below. :)
--------------
Just downloaded MCEBuddy v1.0.7 last night, seems like a really great program. Thank you for writing it and making it available for free. Here's my only problem:
Summary: I believe Comskip is working correctly, but MCEBuddy seems to ignore the files Comskip is generating, so no commercials are being removed when converting from dvr-ms to DivX.
Details: The Comskip analysis step generates an edl file for each dvr-ms file, which I assume MCEBuddy is using to determine where the commercials are and remove them during the conversion process. Here is a sample edl file that it generated:
0.01 102.87 0
619.82 795.13 0
1102.23 1298.20 0
1525.99 1798.46 0
This looks about right when I view the video before conversion: a bit at the front which was part of the previous show, 3 commercial breaks, and then the file ends abruptly before the show was really finished (I've since adjusted the record-times on my Media Center so it won't chop off the ends of shows.) I am using the "DivX, Compatability, (No Resize)" video conversion. "Commercial Skipping" is checked. Is there any way to tell if MCEBuddy is using the edl file at all? I didn't see anything that looked relevant listed in the Event Viewer. The Event Viewer says it starts the Comskip scan, about 2 minutes later completes the Comskip scan, starts the video conversion, completes the video conversion. When I view the converted DivX files, they are the exact same play time as the original dvr-ms files and still include all commercials.
Here's my comskip.ini:
detect_method=111 ;1=black frame, 2=logo, 4=scene change, 8=fuzzy logic, 16=closed captions, 32=aspect ration, 64=silence, 128=cutscenes, 255=all
validate_silence=1 ; Default, set to 0 to force using this clues if selected above.
validate_uniform=1 ; Default, set to 0 to force using this clues (like pure white frames) if blackframe is selected above.
validate_scenechange=1 ; Default, set to 0 to force using this clues if selected above.
verbose=0 ;show a lot of extra info, level 5 is also OK, set to 0 to disable
max_brightness=60 ;frame not black if any pixels checked are greater than this (scale 0 to 255)
test_brightness=40 ;frame not pure black if any pixels checked are greater than this, will check average brightness (scale 0 to 255)
max_avg_brightness=25 ;maximum average brightness for a dim frame to be considered black (scale 0 to 255) 0 means autosetting
max_commercialbreak=600 ;maximum length in seconds to consider a segment a commercial break
min_commercialbreak=25 ;minimum length in seconds to consider a segment a commercial break
max_commercial_size=125 ;maximum time in seconds for a single commercial or multiple commercials if no breaks in between
min_commercial_size=4 ;mimimum time in seconds for a single commercial
min_show_segment_length=125 ; any segment longer than this will be scored towards show.
non_uniformity=500 ; Set to 0 to disable cutpoints based on uniform frames
max_volume=500 ; any frame with sound volume larger than this will not be regarded as black frame
min_silence=12 ; Any deep silence longer than this amount of frames is a possible cutpoint
ticker_tape=0 ; Amount of pixels from bottom to ignore in all processing
logo_at_bottom=0 ; Set to 1 to search only for logo at the lower half of the video, do not combine with subtitle setting
punish=0 ; Compare to average for sum of 1=brightness, 2=uniform 4=volume, 8=silence, 16=schange, set to 0 to disable
punish_threshold=1.3 ; Multiply when amount is above average * punish_threshold
punish_modifier=2 ; When above average * threshold multiply score by this value
intelligent_brightness=0 ; Set to 1 to use a USA specific algorithm to tune some of the settings, not adviced outside the USA
logo_percentile=0.92 ; if more then this amount of logo is found then logo detection will be disabled
logo_threshold=0.75
punish_no_logo=1 ; Default, set to 0 to avoid show segments without logo to be scored towards commercial
aggressive_logo_rejection=0
connect_blocks_with_logo=1 ; set to 1 if you want successive blocks with logo on the transition to be regarded as connected, set to 0 to disable
logo_filter=0 ; set the size of the filter to apply to bad logo detection, 4 seems to be a good value.
cut_on_ar_change=1 ; set to 1 if you want to cut also on aspect ratio changes when logo is present, set to 2 to force cuts on aspect ratio changes. set to 0 to disable
delete_show_after_last_commercial=1 ; set to 1 if you want to delete the last block if its a show and after a commercial
delete_show_before_or_after_current=1 ; set to 1 if you want to delete the previous and the next show in the recording, this can lead to the deletion of trailers of next show
delete_block_after_commercial=0 ;set to max size of block in seconds to be discarded, set to 0 to disable
remove_before=0 ; amount of seconds of show to be removed before ALL commercials
remove_after=0 ; amount of seconds of show to be removed after ALL commercials
shrink_logo=5 ; Reduce the duration of the logo with this amount of seconds
after_logo=0 ; set to number of seconds after logo disappears comskip should start to search for silence to insert an additional cutpoint
padding=0
ms_audio_delay=5
volume_slip=20
max_repair_size=200 ; Will repair maximum 200 missing MPEG frames in the timeline, set to 0 to disable repairing for players that don't use PTS.
disable_heuristics=4 ;bit pattern for disabling heuristics, adding 1 disables heristics 1, adding 2 disables heristics 2, adding 4 disables heristics 3, 255 disables all heuristics
delete_logo_file=1 ; set to 1 if you want comskip to tidy up after finishing
output_framearray=0 ; create a big excel file for detailed analysis, set to 0 to disable
output_videoredo=0
output_womble=0
output_mls=0 ; set to 1 if you want MPeg Video Wizard bookmark file output
output_cuttermaran=0
output_mpeg2schnitt=0
output_mpgtx=0
output_dvrcut=0
output_zoomplayer_chapter=0
output_zoomplayer_cutlist=0
output_edl=1
output_edlx=0
output_vcf=0
output_bsplayer=0
output_btv=0 ; set to 1 if you want Beyond TV chapter cutlist output
output_projectx=0 ; set to 1 if you want ProjectX cutlist output (Xcl)
output_avisynth=0
output_vdr=0 ; set to 1 if you want XBMC to skipping commercials
output_demux=0 ; set to 1 if you want comskip to demux the mpeg file while scanning
sage_framenumber_bug=0
sage_minute_bug=0
live_tv=0 ; set to 1 if you use parallelprocessing and need the output while recording
live_tv_retries=4 ; change to 16 when using live_tv in BTV, set to 120 when using on dvr-ms
standoff=0 ; change to 8000000 when using live_tv in BTV
cuttermaran_options="cut=\"true\" unattended=\"true\" muxResult=\"false\" snapToCutPoints=\"true\" closeApp=\"true\""
mpeg2schnitt_options="mpeg2schnitt.exe /S /E /R25 /Z %2 %1"
avisynth_options="LoadPlugin(\"MPEG2Dec3.dll\") \nMPEG2Source(\"%s\")\n"
dvrcut_options="dvrcut \"%s.dvr-ms\" \"%s_clean.dvr-ms\" "
windowtitle="Comskip - %s"
--------------------------
Here's my mencoder.conf:
[WMV-Default]
profile-desc="WMV Default"
vf=pullup,softskip,pp=fd,scale=720:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=1400
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
[x264-Default]
profile-desc="H.264 Recommended"
vf=pullup,softskip,pp=fd,scale=720:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1200
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[DivX-Default]
profile-desc="DivX Compatibility"
vf=pullup,softskip,pp=fd,scale=720:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=1400:threads=2: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
[WMV]
profile-desc="WMV Default (No Resize)"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=1400
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
[x264]
profile-desc="H.264 High Quality (No Resize)"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1200
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-2]
profile-desc="H.264 Best Quality (No Resize) Slower 2 Pass Conversion"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=6:frameref=6:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1200:pass=1
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
#Pass2=x264-2-Pass2
[x264-2-Pass2]
profile-desc="H.264 Best Quality (No Resize) Slower 2 Pass Conversion - Pass 2"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=6:frameref=6:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1200:pass=2
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-LightCPU]
profile-desc="H.264 Light CPU (No Resize) Slower Conversion"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=1:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1200
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-Apple]
profile-desc="H.264 Apple Compatible (No Resize)"
vf=pullup,softskip,pp=fd,scale=:-2,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:nocabac:level_idc=13:bitrate=1200
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes:object=2
af=volnorm=2
of=lavf=yes
lavfopts=format=mp4
#FileExtension=mp4
#IPod=yes
[DivX]
profile-desc="DivX Compatibility (No Resize)"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=1400:threads=2: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
[DivX-2]
profile-desc="DivX Compatibility High Quality (No Resize) Slower 2 Pass Conversion"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=1600:threads=2:chroma_opt=yes:trellis=yes:max_bframes=0:vhq=4:noqpel=yes:nogmc=yes:autoaspect=yes:pass=1
ffourcc=DX50
oac=mp3lame=yes
lameopts=cbr=yes:br=192
af=volnorm=2
#FileExtension=avi
#Pass2=DivX-2-Pass2
#Seperator=yes
[DivX-2-Pass2]
profile-desc="DivX Compatibility High Quality (No Resize) Slower 2 Pass Conversion - Pass 2"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=1600:threads=2:chroma_opt=yes:trellis=yes:max_bframes=0:vhq=4:noqpel=yes:nogmc=yes:autoaspect=yes:pass=2
ffourcc=DX50
oac=mp3lame=yes
lameopts=cbr=yes:br=192
af=volnorm=2
#FileExtension=avi
[Blackberry]
profile-desc="Blackberry"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=600:threads=2: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
[Blackberry-Perl]
profile-desc="Blackberry Perl"
vf=pullup,softskip,pp=fd,scale=240:-2,crop=240:180,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=450:threads=2: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
[iPod-5]
profile-desc="iPod 5th Generation"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:nocabac:level_idc=13:bitrate=500
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes:object=2
af=volnorm=2
of=lavf=yes
lavfopts=format=mp4
#FileExtension=mp4
#IPod=yes
[iPod-6]
profile-desc="iPod 6th Generation and iPhone"
vf=pullup,softskip,pp=fd,scale=640:-2,crop=640:480,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:nocabac:level_idc=13:bitrate=800
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes:object=2
af=volnorm=2
of=lavf=yes
lavfopts=format=mp4
#FileExtension=mp4
#IPod=yes
[iRiver]
profile-desc="iRiver"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=450:max_bframes=0:threads=2
ffourcc=XVID
ofps=15
oac=mp3lame=yes
lameopts=mode=0:cbr=yes:br=192
srate=44100
af=volnorm=2
ofps=24000/1001
#FileExtension=avi
[PSP]
profile-desc="Playstation Portable"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac:threads=2
af=volnorm=2:lavcresample=24000
ofps=30000/1001
of=lavf=yes
lavfopts=format=psp
af=volnorm=2
#FileExtension=mp4
[PSP-Wide]
profile-desc="Playstation Portable Wide Screen"
vf=pullup,softskip,pp=fd,scale=-2:208,crop=368:208,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac:threads=2
af=volnorm=2:lavcresample=24000
ofps=30000/1001
of=lavf=yes
lavfopts=format=psp
af=volnorm=2
#FileExtension=mp4
[Zen-Vision]
profile-desc="Zen Vision"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,harddup,format=yv12
lavdopts=threads=2
ofps=24000/1001
ffourcc=DIVX=yes
ovc=lavc=yes
xvidencopts=chroma_opt=yes:vhq=4:bvhq=1:quant_type=mpeg
lavcopts=vcodec=mpeg4:vbitrate=500:mbd=2:v4mv=yes:dia=4:autoaspect=yes:threads=2
oac=mp3lame=yes
lameopts=cbr=yes:br=192:mode=0
af=volnorm=2
#FileExtension=avi
[Zen-Vision-W]
profile-desc="Zen Vision W"
vf=pullup,softskip,pp=fd,scale=-2:272,crop=480:272,harddup,format=yv12
lavdopts=threads=2
ofps=24000/1001
ffourcc=DIVX=yes
ovc=lavc=yes
xvidencopts=chroma_opt=yes:vhq=4:bvhq=1:quant_type=mpeg
lavcopts=vcodec=mpeg4:vbitrate=500:mbd=2:v4mv=yes:dia=4:autoaspect=yes:threads=2
oac=mp3lame=yes
lameopts=cbr=yes:br=192:mode=0
af=volnorm=2
#FileExtension=avi
[Zune-1]
profile-desc="Zune"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=800
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
#Seperator=yes
[WMV-HDTV-1080]
profile-desc="WMV HDTV 1080 (1920x1080)"
vf=pullup,softskip,pp=fd,scale=1920:-2,crop=1920:1080,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=3000
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
[WMV-HDTV-720]
profile-desc="WMV HDTV 720 (1280x720)"
vf=pullup,softskip,pp=fd,scale=1280:-2,crop=1280:720,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=2000
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
[WMV-DVD-PAL]
profile-desc="WMV DVD PAL (720x576)"
vf=pullup,softskip,pp=fd,scale=720:-2,crop=720:576,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=1400
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
[WMV-DVD-NTSC]
profile-desc="WMV DVD NTSC (720x480)"
vf=pullup,softskip,pp=fd,scale=720:-2,crop=720:480,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=1400
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
[WMV-Analogue-TV]
profile-desc="WMV Analogue TV (640x480)"
vf=pullup,softskip,pp=fd,scale=640:-2,crop=640:480,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=1200
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
[WMV-Low-Res]
profile-desc="WMV Low Resolution (480x320)"
vf=pullup,softskip,pp=fd,scale=480:-2,crop=480:320,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=800
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
[WMV-Very-Low-Res]
profile-desc="WMV Very Low Resolution (320x240)"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,hqdn3d,harddup
lavdopts=threads=2
ovc=lavc=yes
oac=lavc=yes
lavcopts=vcodec=wmv2:acodec=wmav2:abitrate=192:autoaspect=yes:vbitrate=600
of=lavf=yes
af=volnorm=2
#FileExtension=wmv
#Seperator=yes
[DivX-HDTV-1080]
profile-desc="DivX HDTV 1080 (1920x1080)"
vf=pullup,softskip,pp=fd,scale=1920:-2,crop=1920:1080,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=3000:threads=2: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
[DivX-HDTV-720]
profile-desc="DivX HDTV 720 (1280x720)"
vf=pullup,softskip,pp=fd,scale=1280:-2,crop=1280:720,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=2000:threads=2: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
[DivX-DVD-PAL]
profile-desc="DivX DVD PAL (720x576)"
vf=pullup,softskip,pp=fd,scale=720:-2,crop=720:576,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=1400:threads=2: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
[DivX-DVD-NTSC]
profile-desc="DivX DVD NTSC (720x480)"
vf=pullup,softskip,pp=fd,scale=720:-2,crop=720:480,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=1400:threads=2: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
[DivX-Analogue-TV]
profile-desc="DivX Analogue TV (640x480)"
vf=pullup,softskip,pp=fd,scale=640:-2,crop=640:480,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=1200:threads=2: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
[DivX-Low-Res]
profile-desc="DivX Low Resolution (480x320)"
vf=pullup,softskip,pp=fd,scale=480:-2,crop=480:320,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=800:threads=2: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
[DivX-Very-Low-Res]
profile-desc="DivX Very Low Resolution (320x240)"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,hqdn3d,harddup
lavdopts=threads=2
ovc=xvid=yes
xvidencopts=bitrate=600:threads=2: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
[x264-HDTV-1080]
profile-desc="H.264 HDTV 1080 (1920x1080)"
vf=pullup,softskip,pp=fd,scale=1920:-2,crop=1920:1080,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=2400
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-HDTV-720]
profile-desc="H.264 HDTV 720 (1280x720)"
vf=pullup,softskip,pp=fd,scale=1280:-2,crop=1280:720,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1800
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-DVD-PAL]
profile-desc="H.264 DVD PAL (720x576)"
vf=pullup,softskip,pp=fd,scale=720:-2,crop=720:576,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1200
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-DVD-NTSC]
profile-desc="H.264 DVD NTSC (720x480)"
vf=pullup,softskip,pp=fd,scale=720:-2,crop=720:480,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1200
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-Analogue-TV]
profile-desc="H.264 Analogue TV (640x480)"
vf=pullup,softskip,pp=fd,scale=640:-2,crop=640:480,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=1000
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-Low-Res]
profile-desc="H.264 Low Resolution (480x320)"
vf=pullup,softskip,pp=fd,scale=480:-2,crop=480:320,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=800
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
[x264-Very-Low-Res]
profile-desc="H.264 Very Low Resolution (320x240)"
vf=pullup,softskip,pp=fd,scale=320:-2,crop=320:240,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=600
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
-------------------
Computer stats:
Windows Vista Ultimate
AMD Athlon64 3800+ X2
2 GB RAM
Thank you for any help you can give, and if you need any more details I'd be happy to provide them. I searched for hours on google, the comskip help forum, and this help forum but could not find any information on this exact problem.