Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th May 2008, 09:22   #1  |  Link
SUPERIOR
Registered User
 
Join Date: Jun 2007
Location: Syria
Posts: 81
How to deal With Vob & M2v Files just to add text

I installed the latest version of AviSynth 2.5.7 and downloaded mpeg2dec3.dll & MPEG2DEC.dll and MPEGDecoder.dll as plugins

1) when I used mpeg2dec3.dll I got error :
("plugin MPEG2DEC.dll is not an AviSynth 2.5 plugin")
I can guess that plugin doesn't belong to this version of AviSynth

2) and when using mpeg2dec3.dll I got this error:
("unable to load "mpeg2dec3.dll")

3) now, when MPEGDecoder.dll chance comes, this script works fine ..No error

Loadplugin("mpeg2dec3.dll")
MPEGSource("F:\RAMBO\Demux2\Video.M2V")
Subtitle("Hello world!", font="georgia", size=16, text_color=$ffbba6, align=7, first_frame = 0, last_frame = 1444)

but the output screen is toooo bad as if the encoder is sick..... I tried this on Vob files too but the same problem


all I want from script is showing text during the text and burning them to DVD...... so what I've to do??

Thanks in advance
SUPERIOR is offline   Reply With Quote
Old 14th May 2008, 09:53   #2  |  Link
jeffy
Registered User
 
Join Date: Jan 2007
Posts: 943
Get DGIndex:
http://neuron2.net/dgmpgdec/dgmpgdec150rc5.zip

Unpack, run DGIndex.exe, index your m2v video (File->Save Project), you will get the d2v (Video.d2v) file.
Copy the dll file "DGDecode.dll" into the directory plugins ("C:\Program Files\AviSynth 2.5\plugins").

edit your first two lines of the script:
Code:
Loadplugin("DGDecode.dll")
MPEG2Source("F:\RAMBO\Demux2\Video.d2v")
More info here:
http://neuron2.net/dgmpgdec/DGIndexManual.html
jeffy is offline   Reply With Quote
Old 14th May 2008, 10:03   #3  |  Link
SUPERIOR
Registered User
 
Join Date: Jun 2007
Location: Syria
Posts: 81
Thanks alot for quick responding
I'll try it and see
my best regards
SUPERIOR is offline   Reply With Quote
Old 14th May 2008, 10:37   #4  |  Link
SUPERIOR
Registered User
 
Join Date: Jun 2007
Location: Syria
Posts: 81
woow.....it works like charm
Jeffy ....many many thanks
SUPERIOR is offline   Reply With Quote
Old 14th May 2008, 11:08   #5  |  Link
jeffy
Registered User
 
Join Date: Jan 2007
Posts: 943
You're welcome.
jeffy is offline   Reply With Quote
Old 14th May 2008, 18:24   #6  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,988
Yeah, all those other MPEG 2 decoders are rather old

Donald Graft's marvelous DGIndex is always up to date, and is a really terrific program!

~MiSfit
__________________
These are all my personal statements, not those of my employer :)
Blue_MiSfit is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:47.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.