PDA

View Full Version : PLEASE HELP::MPEG2 decoded code needed


tarekeldeeb
11th January 2006, 05:52
Hello all ..

I really need help from u..
In my graduation project I need a free MPEG-2 decoder..
I got many codes..but they all decoded the video stream only..
I searched for the audio decoder part..but it is a seperate code..
and with no synchronization !! :scared:

i need a code that does all the story, does it exist ??
i mean video and audio decoding and sync.

i dont need extra codecs..or anything extra,,i want to implement the MPEG2 decoder on an FPGA..

Can any1 help.. u look like a professional forum !:D

Thanks in advance...

Yours,
Tarek;)

dani82
11th January 2006, 08:55
try ffdshow, it's one of those all-in-one codec pack (or whatever the correct term is), can't say if it works, cause i also have powerdvd installed

celtic_druid
11th January 2006, 09:05
ffdshow uses mp3lib or libmad for mp2 audio decoding and libavcodec or libmpeg2 for mpeg2 decoding. Then again mp3lib is included in libavcodec.

tarekeldeeb
13th January 2006, 07:20
thanks a lot.. ill try it..

please if any1 had tried an MPEG-2 code..please help me..

Thanks in advance..