Quantcast Help Using Avalon's Guide: How to Encode a SVCD 2-Disc Movie? - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
01-06-2004, 05:35 PM
Big2hd Big2hd is offline
Free Member
 
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Big2hd
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
01-06-2004, 05:38 PM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Open your .avs with media player 6.4, it should tell you whats wrong in your script!
__________________
¨¨°º©©º°¨¨°º©CHERONAPH©º°¨¨°º©©º°¨¨
Reply With Quote
  #23  
01-06-2004, 06:21 PM
Dialhot Dialhot is offline
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.
Reply With Quote
  #24  
01-06-2004, 06:32 PM
Big2hd Big2hd is offline
Free Member
 
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Big2hd
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
Reply With Quote
  #25  
01-06-2004, 08:24 PM
Dialhot Dialhot is offline
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.
Reply With Quote
  #26  
01-06-2004, 09:38 PM
Big2hd Big2hd is offline
Free Member
 
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Big2hd
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 )
Reply With Quote
  #27  
01-06-2004, 09:51 PM
Dialhot Dialhot is offline
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).
Reply With Quote
  #28  
01-08-2004, 09:34 PM
Big2hd Big2hd is offline
Free Member
 
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Big2hd
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
Reply With Quote
  #29  
01-10-2004, 10:01 PM
Big2hd Big2hd is offline
Free Member
 
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Big2hd
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
Reply With Quote
  #30  
01-10-2004, 10:17 PM
Dialhot Dialhot is offline
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 ?
Reply With Quote
  #31  
01-11-2004, 10:35 PM
Big2hd Big2hd is offline
Free Member
 
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Big2hd
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.
Reply With Quote
  #32  
01-12-2004, 04:23 AM
Dialhot Dialhot is offline
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 ?
Reply With Quote
  #33  
01-13-2004, 06:14 PM
Big2hd Big2hd is offline
Free Member
 
Join Date: Jul 2003
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Big2hd
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
Reply With Quote
  #34  
01-13-2004, 06:35 PM
Dialhot Dialhot is offline
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.
Reply With Quote
  #35  
03-06-2004, 09:47 PM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
Can some one give me the address to Avalons guide?

Thanks
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD: Dvd2Kvcd Guide by Avalon Greig Video Encoding and Conversion 3 09-22-2003 01:35 PM
Easy Way to CONVERT two-DISc VCD/SVCD TO one-DISc KVCD? DerekBarton Video Encoding and Conversion 5 09-17-2003 11:05 PM
KVCD Guide: Encoding/transcoding a 2-Disc SVCD to a single disc Avalon Video Encoding and Conversion 11 08-14-2003 05:02 PM
Bitrates: A few questions about CQMatic and Avalon's guide audi2honda Video Encoding and Conversion 8 07-23-2003 08:56 PM
Avalon's Guide: Creating KVCDs with DVD2SVCD Avalon Video Encoding and Conversion 2 07-21-2003 12:03 AM

Thread Tools



 
All times are GMT -5. The time now is 01:45 PM  —  vBulletin © Jelsoft Enterprises Ltd