|
|
| hartford |
| Posted: Feb 6 2004, 02:54 AM |
 |
|
Unregistered

|
Am I missing something?
I can load the file into VdubMod, but if I try to use AviSynth to do it, I get an error (can't read line ..such..and..such..)
Here's my Avisynth script:
--- Mpeg2source("g:\clip.m2v") ColorYUV(analyze=true) ---
Versions:
AviSynth 1.5.4 VdubMod 1.5.10
TIA |
 |
| fccHandler |
| Posted: Feb 6 2004, 05:05 AM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
The "Mpeg2Source" command is a function provided by the MPEG2DEC plugin, but it can't read an .m2v file directly; instead, it requires a .d2v map file. You create the .d2v file with DVD2AVI, then open that with Mpeg2Source().
The tools for this are available here, and there is a forum at Doom9 (with an excellent FAQ) if you need more help.
-------------------- May the FOURCC be with you... |
 |
| hartford |
| Posted: Feb 8 2004, 02:30 AM |
 |
|
Unregistered

|
Thankyou. Much appricated. |
 |