Last time I checked it was impossible to get proper non-ITU aspect ratios in the MeGUI One-Click encoder without modifying the source code.
You can set the AR in the One-click advanced settings. Just did a tiny test and it seemed to work. Autodetect defaults to ITU formats though - to get non-ITU, you have to make the correct selection yourselfLast time I checked it was impossible to get proper non-ITU aspect ratios in the MeGUI One-Click encoder without modifying the source code.
#------------------------------------------------------------------#
# #
# QuickTGMC 1.0, by Vitreous, 2010 #
# #
# Deinterlacer using motion-compensated temporal gaussian blurring #
# Substitute for TGMC designed for speed. #
# #
#------------------------------------------------------------------#
#
# Version History:
# v1.0: Released
# Requires (first three are needed for TGMC already):
# MVTools
# RemoveGrain
# MaskTools V2
# Choice of: NNEDI2 or TDeInt+Yadif
# Sharpness (0.0 ...) : How much to resharpen the temporally gaussian blurred clip
# EdiMode (0,1) : Mode used for interpolation, 0 = NNEDI2, 1 = combined TDeInt/Yadif
# Blocksize (4,8,16,32) : Block size for motion compensation
# Overlap (< Blocksize) : How much to overlap blocks for motion compensation
# SubPel (1,2,4) : Sub-pixel accuracy (1 = 1 pixel, 2 = 1/2 pixel, 4 = 1/4 pixel)
# To use EdiMode=1 (TDeInt/Yadif) you must update LoadCPlugin line below to point to your plugin path
function QuickTGMC( clip Input, float "Sharpness", int "EdiMode", int "BlockSize", int "Overlap", int "SubPel" )
{
Sharpness = default( Sharpness, 0.5 )
EdiMode = default( EdiMode, 0 )
BlockSize = default( BlockSize, 32 )
Overlap = default( Overlap, Blocksize / 4 )
SubPel = default( SubPel, 2 )
_lambda = (100*BlockSize*BlockSize)/(8*8)
_lSAD = 400
_pNew = 25
#**** UPDATE THIS PATH TO SUIT YOUR MACHINE IF USING EdiMode=1****#
LoadCPlugin( "C:\Program Files\AviSynth 2.5\plugins\yadif.dll" )
dbob = Input.bob( 0, 0.5 )
edi = (EdiMode == 0) ? Input.nnedi2(-2) : merge( Input.Yadif(1), Input.TDeInt(1) )
srchClip = dbob.temporalsoften( 1, 255, 255, 28, 2 ).merge( dbob, 0.25 )
srchSuper = srchClip.MSuper( pel=SubPel, sharp=2 )
bVec = srchSuper.MAnalyse( isb=true, blksize=BlockSize, overlap=Overlap, truemotion=false, global=true, lambda=_lambda, lsad=_lSAD, pnew=_pNew )
fVec = srchSuper.MAnalyse( isb=false, blksize=BlockSize, overlap=Overlap, truemotion=false, global=true, lambda=_lambda, lsad=_lSAD, pnew=_pNew )
ediSuper = edi.MSuper( pel=SubPel, sharp=2, levels=1 )
mdegrain = edi.MDegrain1( ediSuper, bvec, fvec, thSAD=5*8*8, thSCD1=180, thSCD2=98 )
tgmc = mdegrain.merge( edi, 0.25 )
return tgmc.mt_lutxy( tgmc.removegrain(11),"x x y - "+ string(sharpness) + " * +", U=3,V=3 )
}
QuickTGMC()
QuickTGMC(Sharpness=0.3)
QuickTGMC(EdiMode=1)
Lol, can't work out if that's bribery or blackmail...You can PM me if you add me as a friend
I had started downloading while your router was still warm... Thanks!Also check the Blu-ray thread in the main JI section for an M2TS to play with.
Fair choice, the difference between 1080 and 720 is there - but it's really not all that much. Make sure you use the double rescaling trick from my other post, it's a big speedup with no ill effects at all.I'm just going to go straight for 1280x720p and not bother with 1080p
Ouch, I just realized that you mean first pass only. Well worth it for the first JI Blu-Ray rip + Tomoe, but this is going to be a record! Go for it!which should cut the processing time (to HFYU) to about 12 hours on my computer.
They're in the full list of emoticons. They're pretty easy to use, like such:Can anyone tell me how I can make that bar of graphics with the information about the specs of the encode? They look really good and always follow the DVD cover art in the HQ video posts.
[noparse]:mp4: :h264: :aac:[/noparse]
I had problems somewhat like this with a stick of memory that went bad. If you were to get CRC errors copying files on a different disk, then that would be a sure sign. Try memtest86+ to check.Has anyone else seen this before?