Log in

View Full Version : How toCompile xvid CVS with Microsoft Visual Studio .net 2003


ChronoCross
18th October 2004, 02:16
Hi,

i finally decided that I wanted to do CVS testing on xvid. However when I try to open the project files in Microsoft Visual Studio .net 2003 it gives me a "error in project file".

Perhaps I'm doing it wrong could someone give me a step by step guide for compiling Xvid in this program or suggest an alternative.

Thanks in advance.

celtic_druid
18th October 2004, 06:31
How to Compile XviD with Microsoft Visual C++ 6.0 (http://www.discdude.net/xvid/compile.html)

Bit old now I guess (and probably been posted numerous times before :search: ), but still hopefully of some use.

ChronoCross
18th October 2004, 07:12
I tired that before. MS VS .net differs greatly from visual C++ 6. Anyone else got any ideas...thanks for the effort though. =)

Koepi
18th October 2004, 08:49
Look at the forums over at www.xvid.org - there you'll find what you're looking for.

I'm releasing a 1.1-binary very soon though (one oddity is left with the dshow decoder, it won't do forced aspect ratio and I didn't check if bitstream aspect ratio is at least working yet), so no need to compile yourself ;) Just Kidding, head over and search the forum.

Regards
Koepi

Sharktooth
18th October 2004, 13:55
Bitstream aspect ratio IS working... or at least AR data is there... :)

MPEG4Modifier info from the sample i encoded with xvid 1.1:

Packed bitstream: Yes
QPel: No
GMC: No
Interlaced: No
Aspect ratio: 16:9 PAL pixel shape
Quant type: H.263


I think the problem is in the decoder.

EDIT: sorry for the OT.