Log in

View Full Version : MPEGDecoder.dll configuration?


storebror
29th December 2004, 14:54
Hi. Don't know if i got this right, but i want to load my mpeg2-file into VDub via this .avs-script so that i can convert it to an .AVI(?):
--------------------------------------------
LoadPlugin("D:\Program\AviSynth 2.5\plugins\MPEGDecoder.dll")
MPEGSource("E:\Movies\DVD\Jarrett trio Japan-86.mpg")

But when testing it in Win MediaPlayer i end up with this errormessage:
--------------------------------------------

Evaluate: Unrecognized exception!
(E:\Movies\DVD\Jarrett trio Japan-86.mpg, Line 2)
Obviously i'm doing something wrong..:confused:
Thx

Boulder
29th December 2004, 19:47
Try using DGIndex to create a d2v project out of the MPEG-2 file, then load it in your script with MPEG2Source("path\clip.d2v"). You'll need to load the plugin dgdecode.dll in your script or place it in your Avisynth plugins folder.

http://www.avisynth.org/warpenterprises/files/dgmpgdec1012.zip

storebror
29th December 2004, 22:11
Thanks for your reply:) But i was lucky and fooled around with my Fit2Disc -software for a while, and voila'.. it came up with a solution. I simply tried to load my .mpeg2 into Fit2Disc which created a .d2v-file that i used for loading the .avs-script into CCE . At last i can start recover my old music VHS tapes,,Greeeaaaaaaaaaat:D

storebror
29th December 2004, 22:12
Originally posted by storebror
Hyyvää!!