Quantcast Recording Video: PVR-250 Scripts ? - digitalFAQ.com Forums [Archives]
  #1  
05-19-2005, 07:10 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
I'm doing captures of Fawlty Towers with a PVR-250 as NTSC 720x480. The quality is marginal and it is interlaced. Can the following AVS be enhanced? I am creating interlaced half DVD at CQ80 through TMPGEnc.

LoadPlugin("C:\video\Filters\kerneldeint.dll")
LoadPlugin("C:\video\Filters\RemoveGrain.dll")
LoadPlugin("C:\video\Filters\STMedianFilter.dll")
LoadPlugin("C:\video\Filters\Cnr2.dll")

Mpeg2Source("H:\ft\ft.d2v",idct=7)
bob(0,0.5)
RemoveGrain(mode=2)
Cnr2()
STMedianFilter(3, 3, 1, 1 )
assumebff()
separatefields().selectevery(4,1,2).weave()
KernelBob(order=1,sharp=true,threshold=7)
AssumeFrameBased()
LanczosResize(352,480,8,0,704,480)
AssumeBFF()
ConvertToRGB24() # For TMPGEnc or VFAPI
SeparateFields()
SelectEvery(4,1,2) # SelectEvery(4,0,3) for bottom field first video
Weave()
LetterBox(16, 16, 16, 16)
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  
05-19-2005, 11:38 PM
Anerboda Anerboda is offline
Free Member
 
Join Date: Mar 2003
Location: Denmark
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
Why are you using bob and kernelbob?

I'm using something like this for my Hi8 captures:

Code:
AVISource("D:\capture.avi") 
LeakKernelBob(order=1,sharp=true,threshold=7)
LanczosResize(352,480,8,0,704,480)  
Undot() 
RemoveGrain() 
Cnr2() 
ConvertToYV12() 
Deen() 
Letterbox(16,16,16,16) 
AssumeBFF() 
SeparateFields() 
SelectEvery(4,1,2) 
Weave()
In this tread Boulder has a link to LeakKerneldeint

http://www.kvcd.net/forum/viewtopic.php?t=15552

-Anerboda
Reply With Quote
  #3  
05-20-2005, 03:36 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You should put your ConvertoToYV12() just after the Bob as all filters you use work in YV12 and this is 15% faster (or even more).
Reply With Quote
  #4  
05-20-2005, 03:55 AM
Anerboda Anerboda is offline
Free Member
 
Join Date: Mar 2003
Location: Denmark
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the tip.

I'll use that next time, the script is very slow as it is, I just thought it was due to the field separating...

-Anerboda
Reply With Quote
  #5  
05-20-2005, 03:57 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
RemoveGrain is quite slow in YUY2 so you should get a good speedup.
Reply With Quote
  #6  
05-24-2005, 06:00 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Anerboda
Why are you using bob and kernelbob?

I'm using something like this for my Hi8 captures:

Code:
AVISource("D:\capture.avi") 
LeakKernelBob(order=1,sharp=true,threshold=7)
LanczosResize(352,480,8,0,704,480)  
Undot() 
RemoveGrain() 
Cnr2() 
ConvertToYV12() 
Deen() 
Letterbox(16,16,16,16)  ## Trash on sides of capture.
AssumeBFF() 
SeparateFields() 
SelectEvery(4,1,2) 
Weave()
In this tread Boulder has a link to LeakKerneldeint

http://www.kvcd.net/forum/viewtopic.php?t=15552

-Anerboda
This seems to work well for interlaced captures. I modified for PVR-250 capture:

Mpeg2Source("H:\ft\ft.d2v",idct=7)
LeakKernelBob(order=1,sharp=true,threshold=7)
LanczosResize(352,480,8,0,704,480)
Undot()
RemoveGrain()
Cnr2()
#ConvertToYV12()
Deen()
Letterbox(16,16,16,16)
AssumeBFF()
SeparateFields()
SelectEvery(4,1,2)
Weave()

For NON-interlaced captures, is this the equivalent (like with 24)?:

Mpeg2Source("H:\dog\dog.d2v",idct=7)

Telecide(order=1, guide=1, gthresh=10, post=2, vthresh=50, dthresh=7, blend=false, show=false)
Decimate(cycle=5, mode=0, threshold=0, threshold2=3, quality=2, show=false)
undot()
LanczosResize(352,480,8,0,704,480)
RemoveGrain()
Cnr2()
Deen()
Letterbox(16,16,16,16)
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Recording Video: DVCII cannot detect any video signal dongxu Video Capturing / Recording 0 08-12-2004 10:13 PM
Recording Video: Best budget-priced video capture card? digitalvideo Video Capturing / Recording 2 04-17-2003 09:31 AM
Recording Video: IVTC poor quality video? segfault Video Capturing / Recording 5 01-13-2003 02:52 PM
Recording Video: Huffyuv and Noisy Video sources? TKS Video Capturing / Recording 1 11-23-2002 11:28 AM
Recording Video in Huffyuv with Ulead video studio SE? mpierce Video Capturing / Recording 0 09-06-2002 12:34 PM

Thread Tools



 
All times are GMT -5. The time now is 01:51 PM  —  vBulletin © Jelsoft Enterprises Ltd