PDA

View Full Version : DVD2AVI Problem?


lineman
27th August 2002, 07:36
I am having a problem with some mpeg files from a DVB card, the problem is that when I open them in dvd2avi the look like they should but when I make the .d2v and add it to a avs script the resulting video is completely green. If i make a vfapi avi,the resulting video is normal(not all green). I am not sure what is causing this as I have had it work with out using vfapi but I am no longer able too. Any help is appreciated


lineman

trbarry
28th August 2002, 07:08
The only time I've seen something like this was using the save-oe versions that specified a P4 IDCT. Then when I tried to frame serve using an older mpeg2dec.dll it could not handle it.

If so you can use a new mpeg2dec2.dll or make sure IDCT= something other than 5 in your .d2v file.

Just a wild guess, maybe not even close.

- Tom

mb1
29th August 2002, 01:21
I think that comes from a wrong dvd2avi version with incompatible d2v structure.

Use Jackeis last dvd2avi 1.76 with its dv2avi.vfp and the problems should be gone ...

All mpeg2dec(2).dlls are based on that d2v-structure. Especially 1.74, a 1.76 first and the new 1.77.1 and 1.77.3 don't work in mpeg2dec mode.

lineman
1st September 2002, 23:12
I have tried both suggestions and I still get the same results. I have taken some screen caps of my problem.

Samples 1&4 are what I see in Virtual Dub and TMPEnc when I open the .avs file.
http://users.accesscomm.ca/lineman/sample1.jpg
http://users.accesscomm.ca/lineman/sample4.jpg

SetMemoryMax(64)
LoadPlugin("D:\Decomb\decomb.dll")
LoadPlugin("D:\Decomb\MPEG2DEC.dll")
Video = Mpeg2source("g:\sample.d2v")
Audio = WAVSource("g:\final-sample 48KHz DELAY -66ms compensated.wav")
AudioDub(Video,Audio)
DelayAudio(-0.066)
Telecide()
Decimate(mode=0)

Samples 2&3 are what I see in Virtual Dub and TMPEnc when I open the .avs file.
http://users.accesscomm.ca/lineman/sample2.jpg
http://users.accesscomm.ca/lineman/sample3.jpg

SetMemoryMax(64)
LoadPlugin("D:\Decomb\decomb.dll")
LoadPlugin("D:\Decomb\MPEG2DEC.dll")
Video = Avisource("g:\sample_d2v-vfapi.avi")
Audio = WAVSource("g:\final-sample 48KHz DELAY -66ms compensated.wav")
AudioDub(Video,Audio)
DelayAudio(-0.066)
Telecide()
Decimate(mode=0)

I can open the.d2v in TMPGEnc without avs script and the color is fine also. Any ideas!

Lineman

vlad59
2nd September 2002, 13:59
Can you post the very first lines of your D2v file (If I remember well 12 or 15 lines are enought).

lineman
2nd September 2002, 19:50
vlad59 here are the lines you requested, I hope!

DVD2AVIProjectFile
1
11 F:\test.mpg

Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=0
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=0
Frame_Rate=29970
Location=0,0,0,B2C0


lineman

JuanC
3rd September 2002, 06:12
@lineman:

I would suggest you to make sure you are using "stable" versions of the utilities. Right now i'm using:

DVD2AVI 1.86 (1.76 + some features )
AVIsynth 2.05
Decomb 3.91
mpeg2dec Created Thursday, August 16, 2001, 00:58:38

To reencode lots of mpeg2 (ATi AIW Radeon) captures to DivX 5.02 + lame mp3 using VirtualDub 1.4.10, and I haven't had any problem.

Another thought: Have you updated the drivers for your capture card ???

vlad59
5th September 2002, 11:51
Originally posted by lineman
vlad59 here are the lines you requested, I hope!

DVD2AVIProjectFile
1
11 F:\test.mpg

Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=0
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=0
Frame_Rate=29970
Location=0,0,0,B2C0


lineman

I'm sorry but I really got no idea (the d2v is normal AFAIK).
Have you tried to decode it with Nic's MpegSource.dll ?