Thanks for the help all, I’ve been using ‘
eadfag beta’ and converting my dvd’s to lossless huffyuv encoded episodes/clips for editing.
It’s been working well but I’ve found that the lines are jagged when playing the encoded clips at any larger resolution then normal (ie full screen) I included a screen shot, it this normal for huffy clips? Do they smooth with a lossy codec when exporting your finished AMV?
The odd thing is that the video looks fine at normal resolution…
Here is my avs file:
LoadPlugin("...\plugins\Decomb.dll")
LoadPlugin("...\plugins\DGDecode.dll")
MPEG2Source("...\INTRO2.d2v", cpu=4)
deint = TDeint(mode=2, mtnmode=3, blim=100)
TFM(pp=0, cthresh=4, clip2=deint) #pp=0 while editing, change to pp=6 before exporting
TDecimate()
LanczosResize(720,360)
AddBorders(0,60,0,60)
DeRainbow(10)
ConvertToRGB24()