09-28-2003, 04:49 AM
|
Free Member
|
|
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I using avisynth 2.52 and SKVCD reset to 480x480 interlaced for a 16x9 movie tv capture. CQ is 57. Everything looks great except for some jerks in movement in some film frames. What else can I try? I've already tried telecide() and decimate(), but results were much worse. The jerks are not throughout the film, only in some frames.
I want to capture "Taken" tonight and am trying to get something that works well. I'm capturing at 720x480 with no frame loss.
LoadPlugin("c:\video\dlls\MPEG2DEC3.dll")
LoadPlugin("c:\video\dlls\decomb.dll")
LoadPlugin("c:\video\dlls\deen.dll")
LoadPlugin("c:\video\dlls\gripfit_yv12.dll")
LoadPlugin("c:\video\dlls\unfilter_2.5\unfilter.dl l")
LoadPlugin("c:\video\dlls\stmed_2.5a\STMedianFilte r.dll")
aviSource("h:\blazingsaddles.avi")
ConvertToYV12()
Limiter()
unfilter(50,50)
GripCrop(480, 480, overscan=2, source_anamorphic=false, dest_anamorphic=true)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0)
Deen()
mergechroma(blur(1.50))
mergeluma(blur(0.2))
GripBorders()
LetterBox(16, 16, 16, 16)
Limiter()
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
09-28-2003, 10:14 AM
|
Free Member
|
|
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
First of all, if your capture is interlaced, use ConverttoYV12(interlaced=true).
Secondly, download Decomb v5.0 and see the documentation supplied in the package. There's an excellent tutorial on how to figure out proper settings for Telecide.
|
09-28-2003, 11:49 AM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by nicksteel
I'm capturing at 720x480 with no frame loss.
|
Hi nicksteel,
You've probably answered this before, but I don't remember.
What capture device are you using
-kwag
|
09-28-2003, 12:40 PM
|
Free Member
|
|
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by kwag
Quote:
Originally Posted by nicksteel
I'm capturing at 720x480 with no frame loss.
|
Hi nicksteel,
You've probably answered this before, but I don't remember.
What capture device are you using
-kwag
|
Virtualvcr with wintvgo90.
|
09-28-2003, 12:49 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks
-kwag
|
09-29-2003, 09:44 AM
|
Free Member
|
|
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Boulder
First of all, if your capture is interlaced, use ConverttoYV12(interlaced=true).
Secondly, download Decomb v5.0 and see the documentation supplied in the package. There's an excellent tutorial on how to figure out proper settings for Telecide.
|
I'm pretty certain the capture is interlaced. I downloaded the Decomb v5.0 and will spend some time with the tutorial.
I can set virtualvcr to YV12. Is this preferable to YUY2 and the ConverttoYV12 statement in avs file.
Also, do you know if I should be using any filters or anything for audio within virtualvcr. I'm now running with none.
|
09-29-2003, 11:34 AM
|
Free Member
|
|
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by nicksteel
I can set virtualvcr to YV12. Is this preferable to YUY2 and the ConverttoYV12 statement in avs file.
Also, do you know if I should be using any filters or anything for audio within virtualvcr. I'm now running with none.
|
Use YV12 if your capture codec supports it. BTW, what codec do you use?
I don't recommend using any filters when capturing, they are really of no use.
|
09-29-2003, 12:18 PM
|
Free Member
|
|
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I use Picvideo MJPEG set at 19 with a 160GB ultra drive.
|
09-29-2003, 03:24 PM
|
Free Member
|
|
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sorry, you can't use YV12 with that codec. It supports YUY2 but not YV12.
|
All times are GMT -5. The time now is 03:34 AM — vBulletin © Jelsoft Enterprises Ltd
|