PDA

View Full Version : which HC matrix to use ?


halsboss
21st March 2008, 00:21
With some PAL HDTV 1920x1080i sports footage containing lots of panning and zooming around the sports-field, I hope to down-encode to SD 576i for DVD burning, whilst achieving the clearest crispest possible picture.

Which HC matrix would you recommend for very HQ crisp footage at the highest quality. Is there another you'd recommend which is still about the mark and a little faster encoding ?

I currently have these settings :-
echo on
"C:\SOFTWARE\DGindex\DGIndex.exe" -IF=[G:\HDTV\ZZZZ.ts] -OF=[G:\HDTV\ZZZZ] -IA=3 -OM=0 -EXIT
"C:\SOFTWARE\HC\HCenc_022.exe" -ini "G:\HDTV\ZZZZ-HC-CQ2.ini"

*INFILE G:\HDTV\ZZZZ-CQ2.avs
*OUTFILE G:\HDTV\ZZZZ.mpv
*INTERLACED
*TFF
*LOGFILE G:\HDTV\ZZZZ-HC-CQ2.log
*PROFILE BEST
*ASPECT 16:9
*BIAS 40
*BITRATE 9200
*MAXBITRATE 9400
*LASTIFRAME
*AUTOGOP 12
*PULLDOWN
*CLOSEDGOPS
*DC_PREC 10
*CQ_MAXBITRATE 2
*MATRIX MPEG

# PAL HD 1920x1080i => 576i
MPEG2Source("G:\HDTV\ZZZZ.d2v",cpu=6)
AssumeFPS(25)
AssumeTFF()
LastW=LAST.width()
LastH=LAST.height()
bicubicresize(720,LastH)
tdeint(mode=1,order=1) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
bicubicresize(720,576)
separatefields()
selectevery(4,0,3)
weave()
Converttoyv12(interlaced=true)
SetPlanarLegacyAlignment(True)

edit: for completeness, related links in their right forums: http://forum.doom9.org/showthread.php?p=1114888 and http://forum.doom9.org/showthread.php?t=129933

halsboss
29th March 2008, 12:30
Well, given the encode times here
http://forum.doom9.org/showthread.php?p=1119175#post1119175
you'd need to seriously consider the options...