digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: What are best Scripts? (http://www.digitalfaq.com/archives/encode/11238-kvcd-best-scripts.html)

JoJoFunyan 07-30-2004 03:21 PM

KVCD: What are best Scripts?
 
I have just been using VituralDub to split the AVI into Audio and Video then I use BeSweet to change the WAV to MP2. I then use a KVCD template in TMPGenc to convert the AVI to M1V. I then use the MPEG Tools to multiplex these and then Burn it with NERO. I have been looking around, and I am jsut wondering what are the scripts exactly? Do I need them for better quality? or is my template a script? Thanks!

bigggt 07-30-2004 03:44 PM

HI Scripts make the video a whole lot better

You need to have Avisynth installed to use scripts ,they are just filters that compress the video without a lot of quality loss

here is an example what a script looks like

Code:

AviSource("PATH\NAME.avi",false)
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()


JoJoFunyan 07-30-2004 04:34 PM

Ok, Well I just downloaded AVISynth and installed it. Now how do I do all the script work? Thanks!

bigggt 07-30-2004 04:44 PM

First off which version of avisynth did you get

It all depends on your source is it an avi or a dvd

I will give you an example of an avi script and what to do with it

AviSource("PATH\NAME.avi",false) 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_ma x=10,variance=0.3,seed=5623)
GripBorders()

You need to change the 3 lines that are in bold to fit your movie then save as .avs in notepad and thats it

load your avs into whatever encoder you use

You are probably going to get errors until you get everything installed properly

JoJoFunyan 07-30-2004 06:52 PM

Ok I have an AVI file. I have AVISnyth 2. What next? Thanks!

JoJoFunyan 07-30-2004 06:55 PM

Where do I get all the information for the bolded lines to fill in? GSpot? Thanks!

kwag 07-30-2004 07:09 PM

Quote:

Originally Posted by JoJoFunyan
Ok I have an AVI file. I have AVISnyth 2. What next? Thanks!

http://www.avisynth.org/index.php?page=YourFirstScript

JoJoFunyan 07-30-2004 07:16 PM

I think I will just stick with KVCD TMPGenc Templates. This Script stuff is preety confusing.... Im LOST!!

Prodater64 07-30-2004 08:09 PM

Quote:

Originally Posted by JoJoFunyan
I think I will just stick with KVCD TMPGenc Templates. This Script stuff is preety confusing.... Im LOST!!

If you don't learn scripting, you will lose maybe 30 % of quality.
It is easy, start with:

If your source is DVD use http://www.kvcd.net/forum/viewforum.php?f=38
Only modify your own settings (as resolution, e.g.)
If your source is DivX/XviD use http://www.kvcd.net/forum/viewtopic.php?t=7223

Mr. Pink 07-31-2004 02:02 AM

Dude, Please don't stop now.

I am right where you are, and have been following your posts.

You have a good way of asking a simple direct question that gets

a solid answer. Please keep going with the scripts.

JoJoFunyan 07-31-2004 03:48 PM

Ok I looked at that post, I dont get what I need to do. All of my videos are AVI Divx. If you could just tell me what Programs I need, That would be great. Also Just give me a script that will work with all the Divx fiels and I can jsut fill in the Width, Height, etc. I dont understand all he Version 4,3,2,1? I dont understand what he is talking about? Thansk!

Dialhot 07-31-2004 04:24 PM

Do you at least understand english :?:
It is clearly said in my post with all the scripts :
http://www.kvcd.net/forum/viewtopic.php?t=7223
Quote:

Here are all versions of the script, last one is supposed to be the best but I let the former ones if you wish to give them a try.
And bigggt already gave you a script that works for any file and where you just have to change the height and width !

JoJoFunyan 08-06-2004 07:21 PM

Ok, What I dont get about the scripts is.. I just type in that information and then the encoder will make sure it is under 700 Mb? or What?

rds_correia 08-07-2004 06:36 AM

Hi there,
No! scripts hardly have anything to do with a 700MB barrier.
It's true that we use some scripts that do help us to compress the pictures in the movie a little bit further than the encoder already can.
But scripts are meant to retouch the movie before feeding it to the encoder, that's it.
If you want something to help you make a 700MB CD then look for file prediction methods, and if you're using Tmpgenc then look for CQMatic.
Cheers

Dialhot 08-07-2004 07:01 AM

Noone to tell him the target size is 800MB and not 700 ? ;-)

Nobody 08-09-2004 05:28 AM

Thank you to everyone who contributed to this post it has also helped me alot with scripts and now i can atleast make one. :D


All times are GMT -5. The time now is 04:24 AM  —  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.