Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Can't Load M2v File Thru Avisynth
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
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
 
  Top
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...
 
     Top
hartford
Posted: Feb 8 2004, 02:30 AM


Unregistered









Thankyou. Much appricated.
 
  Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
2 replies since Feb 6 2004, 02:54 AM Track this topic | Email this topic | Print this topic

<< Back to Avisynth Filtering, Processing and Scripts Discussion