Quantcast KVCD: Problems with Encoding in TMPGEnc, Video Jumps? - digitalFAQ.com Forums [Archives]
  #1  
02-29-2004, 10:59 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
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()
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
02-29-2004, 11:51 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Did you reset ALL settings in TmpgEnc?

I think there's something happen with "Source Range" in TmpgEnc which could be set not correctly.
Reply With Quote
  #3  
02-29-2004, 12:19 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #4  
02-29-2004, 01:01 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
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()
Reply With Quote
  #5  
02-29-2004, 02:07 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Cause YOU USE AN AVS 2.0x optimized script!

Check for STmedian settings according to avs 2.5x!!
Reply With Quote
  #6  
02-29-2004, 02:17 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks, Incredible.

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




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: MPG/AVI to KVCD has video/audio sync problems radunn Video Encoding and Conversion 10 11-12-2003 01:31 AM
KVCD: Video jumps? Evangelion-01 Video Encoding and Conversion 2 06-05-2003 04:05 PM
TMPGEnc: Problems encoding ttt-cd1-xvid.avi Wolfi Video Encoding and Conversion 1 01-25-2003 09:52 AM
TMPGEnc: Is tmpgenc any good at encoding mpeg-2 video? Daznic Video Encoding and Conversion 1 10-01-2002 03:27 PM
TMPGEnc: sound problems during DIVX to KVCD encoding shadu Video Encoding and Conversion 1 06-30-2002 08:54 AM

Thread Tools



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