digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: jerks in movement in some film frames? (http://www.digitalfaq.com/archives/encode/5857-kvcd-jerks-movement.html)

nicksteel 09-28-2003 04:49 AM

KVCD: jerks in movement in some film frames?
 
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()

Boulder 09-28-2003 10:14 AM

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.

kwag 09-28-2003 11:49 AM

Re: Almost there, but need some advice.
 
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

nicksteel 09-28-2003 12:40 PM

Re: Almost there, but need some advice.
 
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.

kwag 09-28-2003 12:49 PM

Thanks :)

-kwag

nicksteel 09-29-2003 09:44 AM

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.

Boulder 09-29-2003 11:34 AM

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.

nicksteel 09-29-2003 12:18 PM

I use Picvideo MJPEG set at 19 with a 160GB ultra drive.

Boulder 09-29-2003 03:24 PM

Sorry, you can't use YV12 with that codec. It supports YUY2 but not YV12.


All times are GMT -5. The time now is 10:16 PM  —  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.