Thought I'd post what is really working well for me lately.
My goal is to have excellent video that I can stream to my D-Link DSM-520. I have a processing condition set up to funnel HD channels through the Xvid-HD-Good profile while the rest of the channels go through Xvid-SD-Good. The sound is AC3 192 average bit rate and surround is preserved. Additionally I'm using xvid profiles to ensure compatibility. I'm not completely positive the xvid profiles are needed but I'm getting flawless playback and jelwood's latest Mencoder is handling the occasional ATSC glitch with superb audio/video sync.
[Xvid-SD-Good]
profile-desc="SD Xvid/AC3 Good Quality"
lavdopts=threads=2
vf=pp=md,scale=720:480,harddup
ovc=xvid=yes
xvidencopts=fixed_quant=4:threads=2:profile=dxnhtntsc
# the next line sets the video to Divx 5 (more hardware players support Divx 5 than Xvid)
ffourcc=DX50
oac=lavc=yes
lavcopts=acodec=ac3:abitrate=192
#DtbExtension=avi
#dtbhres="-vf pp=md,scale=720:480,harddup"
[Xvid-HD-Good]
profile-desc="HD Xvid/AC3 Good Quality"
lavdopts=threads=2
vf=pp=md,scale=1280:720,harddup
ovc=xvid=yes
xvidencopts=fixed_quant=4:threads=2:profile=dxnhdtv
# the next line sets the video to Divx 5 (more hardware players support Divx 5 than Xvid)
ffourcc=DX50
oac=lavc=yes
lavcopts=acodec=ac3:abitrate=192
#DtbExtension=avi
#dtbhres="-vf pp=md,scale=1280:720,harddup"
Note: The Xvid profiles are strict. You have to scale to the proper dimensions (720x480 or 1280x720) to use them.
Give them a try and let me know what you think.
Home Built Media Server | Windows 7 RC (x86) | HP MediaSmart Connect Extender |
www.techlifeweb.com |
@techlifeweb on Twitter