I'm new to the forum but I am tearing my hair out!!!!
I am trying to encode farscape using the KVCD plus 352x576 (PAL) template and I am producing video with an average size of 15 MB per minute! I recorded the video on a Panasonic DMR-E20, I'm frameserving from AVIsynth and encoding with TMPGEnc Plus 2.59. I am using the folowing avs script:
LoadPlugin("C:\WINDOWS\system32\MPEG2DEC.dll")
LoadPlugin("C:\WINDOWS\system32\fluxsmooth.dll")
LoadPlugin("C:\WINDOWS\system32\blockbuster.dll")
LoadPlugin("C:\WINDOWS\system32\legalclip.dll")
Mpeg2Source("C:\Documents and Settings\Paul\My Documents\My Videos\farscape.d2v")
LegalClip()
LanczosResize(352,576,0,0,704,576)
FluxSmooth()
TemporalSmoother(1,2)
Blockbuster(method="noise", variance=.5, seed=1)
Blockbuster(method="sharpen", detail_min=20, detail_max=90, strength=8 )
LegalClip()
ConvertToRGB()
Help! Does anyone know where I am going wrong.