Log in

View Full Version : Compiling DVD2AVI


VidHack
10th February 2003, 19:09
Exactly what compilier is needed and Exactly what switch options are needed to compile V 1.76 ? Cleanly. I have tried a few, and it spits out errors everywhere. This is without modifying the source code at all.

I would like to hack DVD2AVI with a simple modification to show the current LBA frame in DECIMAL, so cutting off the credits in a VOB would be a snap. Perhaps merging some vStrip code in to do this automatically. Since the file pointer always shows the current location in the VOB, I figure this cant be too tough, but when it creates the .D2V file the output is in HEX. Any thoughts?

Thanks in advance,

VidHack

trbarry
10th February 2003, 19:55
You might try the one on Sourceforge in the save-oe project. The (mostly current) source with a .dsp file is also included in my version of that at www.trbarry.com/DVD2AVIT3.zip .

- Tom

VidHack
10th February 2003, 20:39
Thanks for the quick reply, I will check out your link.
If you dont mind though....What compilier are you currently using to produce a 'Clean' i386 build?

Thanks again,

VidHack

trbarry
10th February 2003, 21:19
Clean?

As long as I've had it DVD2AVI always compiles with a bunch of warnings. As far as which cpu is required, that is determined by the IDCT parm in the DVD2AVI.ini file.

And I use VS6 with a fairly recent SP, I forget which one (SP 5?). I also have the MMX processor pack installed.

- Tom