|
Re: Crunchie
I haven't used crunchie in sometime, I'm lovin MCE Buddy and I encode all my shows that I'm keeping in DivX 720p comes out around a 1 gig in size for 40 minute show. Looks awesome plus I have it caring over the 6 AC3 audio, as long as you have AC3 Filter installed and configured you will get 5.1 surround. Here's my memcoder.conf file for anyone intrested in how I have mine setup. I still manually remove ads using VideoReDo. I like to edit myself.
[DivX-HDTV-BEST-HD]
profile-desc="DivX HDTV (1280x720) Best HD 720p 6 channal audio"
vf=pullup,softskip,pp=fd,scale=1280:-2,crop=1280:720,hqdn3d,harddup
lavdopts=threads=3
ovc=xvid=yes
xvidencopts=bitrate=3000:threads=3:chroma_opt=yes: trellis=yes:max_bframes=0:vhq=4:noqpel=yes:nogmc=y es:autoaspect=yes
ofps=29.97
ffourcc=DX50
oac=copy=yes
channels=6
af=volnorm=1
#FileExtension=avi
#Seperator=yes
[DivX-HDTV-BEST-HD2]
profile-desc="DivX HDTV (1280x720) Best HD 720p 2 channal audio"
vf=pullup,softskip,pp=fd,scale=1280:-2,crop=1280:720,hqdn3d,harddup
lavdopts=threads=3
ovc=xvid=yes
xvidencopts=bitrate=3000:threads=3:chroma_opt=yes: trellis=yes:max_bframes=0:vhq=4:noqpel=yes:nogmc=y es:autoaspect=yes
ofps=29.97
ffourcc=DX50
oac=mp3lame=yes
lameopts=abr=yes:br=224
af=volnorm=1
#FileExtension=avi
#Seperator=yes
[DivX]
profile-desc="DivX DVD-RIP 6 channal audio (No Resize)"
vf=pullup,softskip,pp=fd,scale=:-2,hqdn3d,harddup
lavdopts=threads=3
ovc=xvid=yes
xvidencopts=bitrate=1800:threads=3:chroma_opt=yes: trellis=yes:max_bframes=0:vhq=4:noqpel=yes:nogmc=y es:autoaspect=yes
ffourcc=DX50
oac=copy=yes
channels=6
af=volnorm=1
#FileExtension=avi
|