digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: problem in Divx codecs? (http://www.digitalfaq.com/archives/encode/4936-kvcd-problem-divx.html)

andybno1 08-08-2003 06:48 AM

KVCD: problem in Divx codecs?
 
this is the script I used
Code:

LoadPlugin("C:\Program Files\MovieStacker\Filters\LoadPluginEx.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DecombLegacy.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\unfilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Cnr2.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")

aviSource("Capture000.00.avi")
ConverttoYUY2()
LegalClip()
unfilter(50,50)
GripCrop( 352, 576 )
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0)
FaeryDust()# or PixieDust()
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()

and got this:
http://www.digitalfaq.com/archives/error.gif

the mouse is suppose to be wearin red hat and coat with yellow where the light blue is.
anyone know whats wrong? could it be I'm using 2.0 plugins with 2.5??

Dialhot 08-08-2003 07:09 AM

Known problem in Divx codecs. Use "SwapUV()" just after the avisource (or perhaps after the convertToYUY2, I'm not sure, make a test).

andybno1 08-08-2003 07:13 AM

cheers will do.

andybno1 08-08-2003 03:06 PM

ok tried that line in with converttoyuy2() and SwapUV() and got:

http://www.digitalfaq.com/archives/error.gif

and tried it without convertoyuy2() with just SwapUV() and got:

http://www.digitalfaq.com/archives/error.gif

so what could be the problem?

Dialhot 08-08-2003 03:56 PM

As I told you, you had top make test to see if the SwapUV has to be before or after the convert. You can see that after it doesn't work. So...

An other thing : you are in avs2.5 now, you should read avs2.52 doc ;-) : Legalclip don't have to be used as there is an internal command that does the same thing. It is called "Limiter()". BTW, limiting is useless.

[/u]

kwag 08-08-2003 04:22 PM

Quote:

Originally Posted by Dialhot
. It is called "Limiter()". BTW, limiting is useless.

Did I miss something here 8O
If you process a DVD with DVD2AVI, one project with "PC scale", and another with "TV Scale", you get two different things.
If you use "Limiter()", then it doesn't matter if you processed in PC or TV scale, because "Limiter()" will force TV scale, which is what we want anyway :roll:

-kwag

Dialhot 08-08-2003 04:27 PM

Yes, you missed something Kwag :

http://www.kvcd.net/forum/viewtopic....r=asc&start=48
http://www.kvcd.net/forum/viewtopic.php?t=4983&start=32

In some words : TMPGenc does the clipping itself, so whatever you send to it, the output is in TV scale.

Edit: and I want to add than, as Jorel explained it, new TV sets can handle full luma range without any problem.


All times are GMT -5. The time now is 02:21 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.