Hello All,

     So this is my first time posting to this and it is also a first time
for a lot of things. It's my first time decoding an mpeg, working with video
in C and using this library. I don't know even where to begin. I looked at
the sample1 and sample2.c files and then I tried to compile and run the
mpeg2dec...mostly to see if it compiled and when it compiled if it did
anything at all...It didn't compile. Instead it threw up this:

--------------------Configuration: libmpeg2 - Win32
Debug--------------------
Creating library...
Microsoft (R) Library Manager Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
LINK : fatal error LNK1181: cannot open input file ".\cpu_accel.obj"
Error executing link.exe.

libmpeg2.lib - 1 error(s), 0 warning(s)

When I try to click on cpu_accel.obj (which I can only assume is an Assembly
file from it's .c counterpart located in the libmpeg2 folder) in the
source/header file explorer tab on the side, I just get the following:

Project "blah blah blah/cpu_accel.obj" does not exist. Would you like to
create it?

What I really want to learn how to do with this library is the following:

1) How do I use it effectively in windows.
2) Can it be used to take in an mpeg, and give me a series of pictures (that
I can actually open up in photoshop or paint)?
3) How do I make it run in VC++. I know it's a C program so I'm wondering if
this is why problems are occurring.
4) What exactly does mpeg2dec do? There are brief overviews of it's function
being a test program for libmpeg, but what pops up when you run it I mean?
Is it a sample video? A message saying everything works and is ready to use?
A debug/test screen?

There is no documentation that is good for beginners using this lib, so I
appeal to you all in the mailing list service.

Thanks for your time.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Libmpeg2-devel mailing list
Libmpeg2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel

Reply via email to