digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Problems with encoding in TMPGEnc, video jumps? (http://www.digitalfaq.com/archives/encode/8392-kvcd-problems-encoding.html)

nicksteel 02-29-2004 10:59 AM

KVCD: Problems with encoding in TMPGEnc, video jumps?
 
I usually use MA without any difficulty. When I try the scrips below, TMPGEnc just jumps though the encode in a couple seconds without encoding.

What am I doing stupid? :?:

This was captured with PVR250 with trim statements from VirtualDubMPEGAC3.

****FIRST SCRIPT*****************************************

DLL Section ##
LoadPlugin("c:\video\dlls\MPEG2DEC3.dll")
LoadPlugin("c:\video\dlls\ATC.dll")
LoadPlugin("c:\video\dlls\Convolution3DYV12.dll")
LoadPlugin("c:\video\dlls\DctFilter.dll")
LoadPlugin("c:\video\dlls\Deen.dll")
LoadPlugin("c:\video\dlls\gripfit_yv12.dll")
LoadPlugin("c:\video\dlls\undot.dll")
LoadPlugin("c:\video\dlls\decomb510.dll")

mpeg2source("h:\capture\capture.d2v")

Trim(18672,42676)+Trim(50499,70586)+Trim(77823,948 65)+Trim(102982,122396)+Trim(128427,150256)+Trim(1 56582,171790)+Trim(179914,198203)+Trim(204533,2234 19)+Trim(227953,250634)+Trim(256060,271911)+Trim(2 76436,287819)

Telecide(order=1,guide=1,post=2,vthresh=25)
decimate()
LegalClip()
unfilter(50,50)
GripCrop( 480, 480 )
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
Deen()
#FaeryDust() # or PixieDust()
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()

****SECOND SCRIPT*****************************************

## DLL Section ##
LoadPlugin("c:\video\dlls\MPEG2DEC3.dll")
LoadPlugin("c:\video\dlls\ATC.dll")
LoadPlugin("c:\video\dlls\Convolution3DYV12.dll")
LoadPlugin("c:\video\dlls\DctFilter.dll")
LoadPlugin("c:\video\dlls\Deen.dll")
LoadPlugin("c:\video\dlls\gripfit_yv12.dll")
LoadPlugin("c:\video\dlls\undot.dll")
LoadPlugin("c:\video\dlls\decomb510.dll")

mpeg2source("h:\capture\capture.d2v")

Trim(18672,42676)+Trim(50499,70586)+Trim(77823,948 65)+Trim(102982,122396)+Trim(128427,150256)+Trim(1 56582,171790)+Trim(179914,198203)+Trim(204533,2234 19)+Trim(227953,250634)+Trim(256060,271911)+Trim(2 76436,287819)

Telecide(order=1,guide=1,post=2,vthresh=25)
decimate()

Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
Deen()

GripCrop(480, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")

Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5623)
GripBorders()

incredible 02-29-2004 11:51 AM

Did you reset ALL settings in TmpgEnc?

I think there's something happen with "Source Range" in TmpgEnc which could be set not correctly.

nicksteel 02-29-2004 12:19 PM

Starting with "New" in TMPGEnc and have checked range settings (default). I think there's something basic wrong. No preview in TMPGEnc (blank). Could it be MPEG2DEC3.dll version or something? I can run with MA script without any problem.

nicksteel 02-29-2004 01:01 PM

Skipping was apparently caused by my using LegalClip() . Changed to Limiter() and skip went away. I am getting garbage screen in TMPGEnc with STMedianFilter(8, 32, 0, 0, 8, 32) enabled. When I delete it, appears to run properly. Any ideas?

Quote:

mpeg2source("h:\capture\capture.d2v")

Trim(18672,42676)+Trim(50499,70586)+Trim(77823,948 65)+Trim(102982,122396)+Trim(128427,150256)+Trim(1 56582,171790)+Trim(179914,198203)+Trim(204533,2234 19)+Trim(227953,250634)+Trim(256060,271911)+Trim(2 76436,287819)

Telecide(order=1,guide=1,post=2,vthresh=25)
decimate()

Limiter()
unfilter(50,50)
GripCrop( 480, 480 )
GripSize(resizer="BicubicResize")

STMedianFilter(8, 32, 0, 0, 8, 32)

Deen()

mergechroma(blur(1.50))
mergeluma(blur(0.2))
## Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
Limiter()

incredible 02-29-2004 02:07 PM

Cause YOU USE AN AVS 2.0x optimized script!

Check for STmedian settings according to avs 2.5x!!

nicksteel 02-29-2004 02:17 PM

Thanks, Incredible.

Yeah, I just found that before I signed in again. STMedianFilter(3, 3, 1, 1 ) from MA script works. :imstupid: Is this good setting for 720x480 PVR250 to 480x480 SVCD? :?:


All times are GMT -5. The time now is 06:59 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.