digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   which kvcd template for svcd from avi files? (http://www.digitalfaq.com/archives/encode/2366-kvcd-template-svcd.html)

kwag 02-03-2003 11:13 AM

Quote:

Originally Posted by Wolfi

And what's an d2v. file ? :oops:

//Wolfi

Hi Wolfi,

That's the name of the project file saved from DVD2AVI.
Read this guide: http://www.kvcd.net/guides/kguide/kvcdguide.htm

-kwag

Wolfi 02-03-2003 11:37 AM

oh so thats what it is :D As I said erlier, should I do anything with this part of the script?

## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

//Wolfi

kwag 02-03-2003 01:15 PM

Quote:

Originally Posted by Wolfi
oh so thats what it is :D As I said erlier, should I do anything with this part of the script?

## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

//Wolfi

That's just a reminder of the formula :wink:
The procedure is here: http://www.kvcd.net/forum/viewtopic.php?t=2102

-kwag

acidfire 02-03-2003 01:25 PM

Quote:

oh so thats what it is As I said erlier, should I do anything with this part of the script?

## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

//Wolfi
You don't do anything with that line I believe. But if you want to use the file prediction you just delete # in front of #Sampler(). But if its your first time doing the file predition I would check the website kwag stated in the above post, because it breaks the formula down. And kwag made the procedure easy to understand. :lol:

Wolfi 02-03-2003 02:01 PM

Well I'm not gonna use the file prediction so I just gonna leave it.

I've now done everything in the guide Converting Divx (avi) to KVCD but I think I have a problem :x

I browsed spiderman.avs and loaded the KVCD*3 tample. I went to File and then Preview and was going to Check for aspect ratio,
screen size and that thing ( I followed the guide ). But when I played the avs, it only played this massage:

LoadPlugin:unable to load "C:\encoding\mpeg2dec.dll"
( C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avs, line1 )

After it was played, this file was created: Spiderman.M2V 8O

And then I played it in windows media player it was the same.

Why is this happening 8O 8O 8O ?

rhino 02-03-2003 02:30 PM

Hi Wolfi,

if you hash out this plugin do you get any other problems with plugins? Could be your path statements, or it could be a damaged mpeg2dec.dll

cheers,

Wolfi 02-03-2003 02:36 PM

What do you mean with hash out :?

acidfire 02-03-2003 04:26 PM

In fitcd if you have a # in front of plug in or command fitcd won't load or do the command. example:#Sampler(length=24) fitcd will skip this command,Sampler(length=24) will do the command. But I would recommand you download the new mpeg2dec.dll and see if that fixes your problem http://www.kvcd.net/forum/viewtopic.php?t=2553. Hope that helps :roll: .

Wolfi 02-04-2003 08:13 AM

I cant find the new mpeg2dec.dll file :x

btw, I suppose I should put all my filters in the AviSynth plugin directory, or should I?

acidfire 02-04-2003 09:35 AM

Go to this like http://www.kvcd.net/forum/viewtopic....891&highlight=. And try that mpeg2dec.dll file I believe that is the one I'm useing.
Quote:

btw, I suppose I should put all my filters in the AviSynth plugin directory, or should I?
I have a dll folder in my fitcd folder that is were I store all the dll files.

Wolfi 02-04-2003 11:15 AM

Thanks Acidfire, I hope it will help :D

Wolfi 02-04-2003 12:57 PM

I know how to load MPEG2DEC.dll to the script in FitCD but how do I load DustV5.dll, GripFit_preview.dll, LegalClip.dll and TemporalCleaner.dll to the script in FitCD? :arrow:

VaioVcd 02-04-2003 01:27 PM

You have to load it manual It

1.firs you open the script with Notepad
2.the you type in any plug in you want,(look at some sample scripts)
3.no just save

this is how i do it there may be a better option.
ask kawg!!!

Wolfi 02-04-2003 01:54 PM

well I dont have Notepad... so can I do it in some other way? :roll:

kwag 02-04-2003 02:04 PM

Quote:

Originally Posted by Wolfi
well I dont have Notepad... so can I do it in some other way? :roll:

You don't have Notepad 8O What version of Windows are you running 8O Notepad is included in every version of Windows :?

-kwag

acidfire 02-04-2003 02:52 PM

If you don't have notepad just use another text program like microsoft word or word pro. You can also edit it in fitcd, thats what I do.:wink: But you should have notepad. 8O If you are runing windows click on your start button on the bottom left corner of your screen,go up to progams, go over to accessories, then click on notepad there if you see it, if its not there I don't know what else to say. :roll:

acidfire 02-04-2003 04:41 PM

Quote:

LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\dustv5.dll")
LoadPlugin("C:\encoding\temporalcleanerold.dll")

AviSource("Spiderman.avi")

LegalClip()
GripCrop( width=528, height=480, overscan=1 )
GripSize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
You posted this earlier. Just cut and past it into fitcd and save the script, then go into tmpg, load the avs file, preview it, and see if it works. :roll:

Wolfi 02-05-2003 09:53 AM

Xp pro. I have notepad, I just had'nt used it :)

btw the avs, the script file...when I load it in TMPGEnc. should it play the movie then?

My avs. script file is on 1kb sooo I CANT be a movie :arrow:

I tried this script to:

LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Patch och Mods\Filters\Dll\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Patch och Mods\Filters\Dll\GripFit_preview.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Patch och Mods\Filters\Dll\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Patch och Mods\Filters\Dll\Sampler.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Patch och Mods\Filters\Dll\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Patch och Mods\Filters\Dll\TemporalCleanerOld.dll

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avi")

LegalClip()
GripCrop( width=528, height=480, overscan=1 )
GripSize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

Nothing works out for me :cry:

kwag 02-05-2003 10:25 AM

Hi Wolfi,

If you open that script with Media Player, you should see the video playing slowly. If you don't, something is wrong.

-kwag

VaioVcd 02-05-2003 12:12 PM

Kwag, waht version of Window Media Player do you play your Scripts with?
I have WMP 9. and I can't play them on it.

Buy the way is funny that guy never used NOTEPAD!! CHEEARS!!


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