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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

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

Reply
 
Thread Tools Search this Thread
Old 22nd April 2004, 02:04   #1  |  Link
Jeff D
Registered User
 
Join Date: Feb 2003
Posts: 152
DVD VOB source at 352x240 and I can't get it into AVISynth...

I've got a DVD with animation that's at 352x240, I've tried everything I know to get this file into AVISynth.

I've tried DVD2AVI 1.76 and the latest with Don's fixes, Nic's MPEGDecoder and MPEG2Dec3 none of these work. Each time there's a different issue.

DVD2AVI tries to use a full sized 720x480 image, no matter what I do to resize or crop the image I get nothing but a green screen.

MPEGDecoder give me a video area that doesn't seem to exist, media player opens up a window that seems to be just slightly larger than the controls.

MPEG2Dec3 won't even open the file because it's a VOB and not a d2v file.

Anyone have any suggestions?

Note: VirtualDub can open the .vob files correctly, I just don't have the filters for vdub that I want to use. This may end up the only solution...
Jeff D is offline   Reply With Quote
Old 22nd April 2004, 02:28   #2  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,868
Post a link to a VOB fragment that exhibits the problem.
Guest is offline   Reply With Quote
Old 22nd April 2004, 03:35   #3  |  Link
Jeff D
Registered User
 
Join Date: Feb 2003
Posts: 152
Ok, I placed a small 2MB clip up here thanks for the time.
Jeff D is offline   Reply With Quote
Old 22nd April 2004, 04:10   #4  |  Link
trevlac
budala
 
Join Date: Oct 2003
Location: U.S.
Posts: 545
Can't say I know what I'm doing ... but ...

I demuxed your sample with vobedit and used the following to open it in vdub via avs.

Code:
v = DirectShowSource("test.m2v")
a = WavSource("test.wav")
AudioDub(v,a)
trevlac is offline   Reply With Quote
Old 22nd April 2004, 04:35   #5  |  Link
Jeff D
Registered User
 
Join Date: Feb 2003
Posts: 152
Thanks for the idea trevlac, but I haven't been able to get the directshowsource to work with 2.5. Even tho directshowsource is a built in function, I always get the "function is unknown" error. I'll have to look into that again.
Jeff D is offline   Reply With Quote
Old 22nd April 2004, 20:09   #6  |  Link
Jeff D
Registered User
 
Join Date: Feb 2003
Posts: 152
trevlac, good idea, works for now.
thanks
Jeff D is offline   Reply With Quote
Old 27th April 2004, 00:04   #7  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,868
I analyzed your VOB. It has MPEG1 video, which is not surprising given the frame size. Not too many people know that the DVD spec allows for MPEG1 video. But DVD2AVI and MPEG2DEC3 (and my versions of them) currently do not support MPEG1 video.

Even though VobEdit (incorrectly) named the demuxed file *.m2v, it is really MPEG1. You can prove this by dropping it onto VirtualDub 1.5.10, which decodes it just fine. VirtualDub doesn't support MPEG2.

Last edited by Guest; 27th April 2004 at 00:12.
Guest is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 18:44.


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