PDA

View Full Version : Demo DVD


bira
18th January 2003, 14:58
Hi,

I'm trying to create a demo DVD with short clips from movies.

So, correct me if I am wrong. (That's all for NTSC)

I should set DVD2AVI to no field operation, so I'll have a 29.97 framerate .d2v file.

Then, since I want the clip to fade from black and fade to black I load the script below in any NLE and create the trasition.

LoadPlugin("C:\PROGRA~1\DVD\GORDIA~1\mpeg2dec.dll")
mpeg2source("N:\DEEPIMPACT3\VIDEO_TS\deep.d2v")


Whats' next, how should I encode the clip? How do I deal with progressive and interlaced?

Any help?

bira
18th January 2003, 16:42
I'm getting more information already.

It appears that I have to set DVD2AVI to force film if the video is progressive and encode at 23.976. Then, use pulldown.exe to set the flags to 29.97.

What else?