digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Another vcd to kvcd script error (http://www.digitalfaq.com/archives/encode/9303-vcd-kvcd-script.html)

glent2k3 04-25-2004 02:29 PM

Another vcd to kvcd script error
 
i want to convert some svcd's in to kdvd's using this script
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Undot.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Convolution3DYV12.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DctFilter.dll")

a=directshowsource("D:\Movies\moovie.mpg").killaud io()
b=directshowsource("D:\Movies\moovie.mpg").killaud io()
a++b
Undot()
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
GripCrop(704, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()




if I add blindpp i get and error saying "work in yv12 color space" line 11
with convoultion 3d in the scritp i get error
convoultion 3d only suppourts yv12 color format only

im using avisnyth 2.54 and have open the avs with bs player and vdub
I have also tried adding ConvertToYUY2, ConvertToYV12 with no scucess...the script works fiene without these two filters ....but do I need them

Prodater64 04-25-2004 02:37 PM

1 - Now you edited post, but in original one, you have chapter 3 after chapter 4. Is it ok?
2 - Where do you put row converttoyv12?

glent2k3 04-25-2004 03:20 PM

at the end of the script :(


quote "1 - Now you edited post, but in original one, you have chapter 3 after chapter 4. Is it ok?"

Prodater64 04-25-2004 08:45 PM

Quote:

Originally Posted by glent2k3
at the end of the script :(


quote "1 - Now you edited post, but in original one, you have chapter 3 after chapter 4. Is it ok?"

With post like this I must to be magician to understand :)

You must to put it in other place:
Quote:

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Undot.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Convolution3DYV12.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DctFilter.dll")

a=directshowsource("D:\Movies\moovie.mpg").killaud io()
b=directshowsource("D:\Movies\moovie.mpg").killaud io()
a++b
converttoyv12()
Undot()
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
GripCrop(704, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()
You must to give video to this filters, in yv12 color space, then you can't put it in the end of script, you must to put it before apply filters.

glent2k3 04-26-2004 02:06 AM

:oops: lol thnx!

Fluffbutt 04-26-2004 11:44 AM

Another newbie Q - would you need to convert back to say RGB/RGB24/RGB32 or whatever at the end of the script? Or would that depend on the encoder you use (mencoder or tmpgenc here)?

Prodater64 04-26-2004 02:31 PM

Quote:

Originally Posted by Fluffbutt
Another newbie Q - would you need to convert back to say RGB/RGB24/RGB32 or whatever at the end of the script? Or would that depend on the encoder you use (mencoder or tmpgenc here)?

Except related to encoder needs, you don't have to convertback the color space. Neither mencoder nor tmpgenc needs to convertback. Mencoder prefers yuv2, cce must to be yuv2.

In this case I do advise putting converttoyv12() because it need it as your sources are mpg, but for a general purpose it is better to configure your divx/xvid codecs.


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