01-06-2004, 05:35 PM
|
Free Member
|
|
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Koo1  so I'm not going nutz cause when I load the avs script I get a out of this world res (1096 x 56) and when I change manual and start encoding video->m1v I get I tiny file that plays absolutely nothing
I think has to something wiht my avs script
Code:
:?: Is the one I modify and posted here good:
a=DirectShowSource("obs-mra.mpg",25).KillAudio()
b=DirectShowSource("obs-mrb.mpg",25).KillAudio()
a++b
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
GripBorders()
Or Should I put the the full path of folder where the files or at in the script as well?
Also does it matter where I put .avs script cause I put in the folder where the 2 files or located?
Thx again Dialhot appriecate putting up with me dog
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
01-06-2004, 05:38 PM
|
Free Member
|
|
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Open your .avs with media player 6.4, it should tell you whats wrong in your script!
__________________
¨¨°º©©º°¨¨°º©CHERONAPH©º°¨¨°º©©º°¨¨
|
01-06-2004, 06:21 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by CheronAph
Open your .avs with media player 6.4, it should tell you whats wrong in your script!
|
Or open it with vdub that will pop up a window with the text of the error.
|
01-06-2004, 06:32 PM
|
Free Member
|
|
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok, all it says is:
BlindPP: Work in yv12 colorspace
Path of folder below it, then it says line 4(guessing that is what line is messed up?)
So if this is problem how can I fix?
Same thing in vdub
|
01-06-2004, 08:24 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Big2hd
BlindPP: Work in yv12 colorspace
|
As you use Directshow and it will be too long to trace wich directshow filter handle the mpeg2 on your machine (in order to set it to output in YV12 and not in YUY2), just add "ConvertToYV12()" before the blindPP line.
|
01-06-2004, 09:38 PM
|
Free Member
|
|
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Worked like a charm but go figure another error:
Convolution3d supports YuY2 color format only
Followed by file path line 6
Uhh.. I'm guessing that the script you gave is incomplete so maybe you can lead me in the direction of 1 that is not incomplete(so I can stop bothering you  )
|
01-06-2004, 09:51 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Big2hd
Convolution3d supports YuY2 color format only
|
You don't have the correct version. Go to http://www.avisynth.org/warpenterprises/ and take the YV12 version.
Quote:
Uhh.. I'm guessing that the script you gave is incomplete so maybe you can lead me in the direction of 1 that is not incomplete(so I can stop bothering you )
|
It is not the script, it's your plugins library (and the convertToYV12 is due to your codec, and again not to the script).
|
01-08-2004, 09:34 PM
|
Free Member
|
|
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Back Again(i'm not giving up after all this dude  ), I did what you said and every look sweet!
But it crashes like after encoding about 1/2 mins of the game
I think the most obvious thing to do is to get rid of the convolution3d .dll(and keep y12 version of course), but I'm little afraid of that cause of 2 reasons:
-I couldn't make my dvd2svcd(with dvd2kvcd plugin) work properly until I replace plugins.
-If this thread proves anything, it is I know less to none then I thought I knew bout kvcd
Ounce thx for the help
|
01-10-2004, 10:01 PM
|
Free Member
|
|
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok got rid of the old .dll 1 but it is still not working anysuggestions?
Btw my problem is when I load my .avs and encoding has started my tmpeg crashes into about 1/2 minute of working
|
01-10-2004, 10:17 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What kind of crash ? Error message or the tool closes by itself ?
|
01-11-2004, 10:35 PM
|
Free Member
|
|
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
neither of them, it is more it takes 100% of cpu(and yes I close everything that is active) and the only way I can unfreeze is the close the .exe in my windows task manager.
|
01-12-2004, 04:23 AM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
You use directshowsource ? Do you have avs2.5.3 ?
|
01-13-2004, 06:14 PM
|
Free Member
|
|
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Dialhothot you're da man dude  ,now I just hope it fits on cd
But I have a question  This seems very easy way(considering if it works after encoding) to turn a multiple vcd into kvcd, is there anyway to do you this method with svcd?
 If not  I was thinking to convert my svcd-->vcd! But I need to know if this is good idea, as far the affect on quality and playability on dvd players.
Thx In Advance, and 1nce again thx Mr. superduper genius Dialhot
|
01-13-2004, 06:35 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Big2hd
is there anyway to do you this method with svcd?
|
Yes of course. It's even easier as DVD2AVI can handle mpeg2 file withotu any problem (just load them as you use to load the vob of a DVD).
You can also use the directshowsource solution but I do not recommand it personally.
Quote:
If not I was thinking to convert my svcd-->vcd! But I need to know if this is good idea, as far the affect on quality and playability on dvd players.
|
Really no gain in that, so don't lose your time
Quote:
Thx In Advance, and 1nce again thx Mr. superduper genius Dialhot
|
Lol. Thank you.
|
03-06-2004, 09:47 PM
|
Free Member
|
|
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Can some one give me the address to Avalons guide?
Thanks
|
All times are GMT -5. The time now is 03:46 PM — vBulletin © Jelsoft Enterprises Ltd
|