digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: AVS Script Making video in TMPGEnc Incorrect (http://www.digitalfaq.com/archives/encode/6892-moviestacker-avs-script.html)

sleeky 11-27-2003 09:47 AM

AVS Script Making video in TMPGEnc Incorrect
 
Hi,

Ive been using Red-M's excellent KVCD guide to make my first kvcd. However, once I make my .avs script in MovieStacker and then load it into TMPGEnc, the image has a sort of grey filter over it, and is all distorted.

Heres a screenshot of how its coming out :?

http://www.digitalfaq.com/archives/error.gif

Heres my .avs script (using KVCD_LBR presets)

Code:

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")

Mpeg2Source("C:\Documents and Settings\Lee Purches\My Documents\KVCD\DVD Rips\Star Wars 2\Star Wars 2.d2v")
LegalClip()
GripCrop(352, 288, overscan=1)
GripSize(resizer="BilinearResize")
TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
BlockBuster(method="noise", detail_max=7, variance=0.8, seed=1)
GripBorders()
LegalClip()

Any ideas people?

Thanks in advance,
Lee.

Dialhot 11-27-2003 09:54 AM

Go in "Environnemental Settings" of tmgenc, tab "VFAPI". Uncheck "Direct Show Multimedia File". And tell me what happens.

sleeky 11-27-2003 09:58 AM

Stays the same :(

Lee.

sleeky 11-27-2003 10:26 AM

Think ive sorted it out. We shall see. Installed avisynth 2.5 instead of 2.0

Will get back and see how it goes!

Lee.

sleeky 11-27-2003 10:32 AM

Ok, that doesnt work either.

With DirectShow off i just get a thin line of interference instead of an image.

With it on i just get a video which says the following message:

'Plugin C:\Program Files\Moviestacker\Filters\MPEG2Dec.dll in not an avisynth 2.5 plugin.'

Gonna have a go with different filters, see what happens.

Lee.

Dialhot 11-27-2003 10:44 AM

The new message you obtain is normal because as you guessed, changing avs version involve to change also all the plugins.

It's possible your problem comes with the usage of MPEG2DEC.dll and not MPEG2DEC3.dll

BTW, you're problem will perhaps be solved when you will have the last release of MPEG2DEC3 plugin for avs2.5

sleeky 11-27-2003 01:56 PM

Oh im really stumped by this :cry:

Ive tried the latest plugs, 2.5 version, etc...

Whatever I do I cannot get it to work, tried different avisynth versions (2.5.X and 2.0.X).

Ah well, another project failed.

Thanks for your help anyway.

Lee.

dazedconfused 11-28-2003 02:16 AM

Don't give up so easily sleeky! KVCD-ing is very easy once you get the hang of it, and believe it or not, you're on the right track. :)

A couple simple things to ask since this is your first KVCD:

1) Are you sure that the "video source" you are trying to open in TMPG when you click on the "browse" button is actually your .AVS script, and_NOT_your .d2v file? Because that strange grey screen of dots is what you would normally see if you try opening a .d2v file directly in TMPG. Also look at the screenshots in Sansgrip's old sticky thread about "Recommended TMPG Settings"(or something like that) over in the TMPG Forum to see if you've got the VFAPI Plugin settings configured ideally for .d2v sources. Also, the pathname to your .d2v file is way too long!...this is not recommended as it can lead to problems (maybe not in this circumstance, but certainly later with CQMatic)...so shorten it up.

2) Which version of DVD2AVI were you using with avs 2.0.x? With 2.0.x, you need to use version 1.76. The grey pixelated screen you saw in TMPG can sometimes be caused by specifying an incorrect iDCT_Algorithm in your .d2v project file. For example, if anyone opens a .d2v file with notepad and changes the iDCT_Algorithm line to some unrecognized number, they'll see the same grey screen as you when they view their .AVS file. So perhaps something strange was going on because of the particular version of dvd2avi you are/were using.


I hope one of those things might help you along your way. Don't give up pal....we were all new once. :wink:

-d&c

sleeky 12-02-2003 09:48 AM

I think ive just had a brainwave, i encoded the .dv2 file with DVD2AVI 1.76 but at the time i had Avisynth 2.5 installed.

Lets give it another shot and hopefully thats it :D

Lee.

Abond 12-02-2003 12:02 PM

Hi, sleeky
Try to open the avs in VirtualDub or a media player. At least this will show you were it failed - in AviSynth or in TMPG.

ezysk 02-14-2004 04:07 PM

Does anybody know of a another option besides Movie Stacker that can make avs scripts compatible with TEMPGecn? I'm not even sure anymore if I can ever use updated AVS versions like 2.5.4 for making kvcd movies.

bigggt 02-14-2004 04:52 PM

Hi ezysk

I don't understand what you are asking

all you have to do is copy the optimal script in notepad and then open moviestacker and ignore the error ,get your resized line and save as avs file and everything should work perfect as long as you have all the filters

caish5 02-20-2004 01:22 AM

I haven't done a KVCD in about 6 months. Well anyway I just reinstalled everything again to do a new one and now i have this problem too.
The problem is the same when you open the .AVS with virtualdub, so I guess the problem is with AVIsynth.

Sleeky - did you find a solution

caish5 02-20-2004 01:34 AM

Actually i just fixed it, here is the scrript...
Quote:

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec2.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Sampler.dll")

Mpeg2Source("C:\Documents and Settings\Andy\My Documents\human\vts_01.d2v")
LegalClip()
BilinearResize(496, 398, 1, 0, 718, 576)
STMedianFilter(10, 50, 0, 0, 10, 50)
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.3))
AddBorders(16, 89, 16, 89)
LegalClip()

It was changing to mpeg2dec2 that fixed it, but don't try mpeg2dec3 because that causes a whole new error!!

bigggt 02-20-2004 08:33 AM

HI this thread is getting confusing ,are you guys trying to use avisynth 2.52 or higher or still using version 2.08.

mpeg2dec3 is used for version 2.52(and higher) but your script is for version 2.08 :?

Dialhot 02-20-2004 08:37 AM

he uses mpeg2dec2

bigggt 02-20-2004 08:58 AM

Thats my point

Quote:

It was changing to mpeg2dec2 that fixed it, but don't try mpeg2dec3 because that causes a whole new error!!
He puts this line in which is saying to me anyway that he doesn't know the difference between the 2 versions

Thats why i said this thread is getting confusing :D

caish5 02-20-2004 02:00 PM

Oh, so thats what that does! :lol:
and yeah I'm using 2.08

bigggt 02-20-2004 02:15 PM

hi caish5,have you tried updating to the newer version of avisynth.

It gives way better results and i doubt there will be anymore updates to anything to do with 2.08(scripts and so forth)

caish5 02-21-2004 01:32 AM

Well i haven't yet. But i might just give it a go with my next kvcd. I did however think that the quality as is was fine for 528x576 res squeezed on a single CD. Perhaps it's time for a trip to blockbuster for some experimentation.


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