Talk:MPEG decoder in Java ME
This is a great piece of code. I tried and works excelent width provided sample video file. I had to make small modifications to the code. But unfortunately i can't make this code run width any other MPEG 1 video.
Christian,
Thanks for your comments. Note that the example code decodes mpeg files as per the 11172-2 standard. The problems you're probably experiencing are because the mpeg files you're using are MPEG layer I (11172-1) consisting of packs and packets. This functionality would need to be added to support such files.
Great code!
Thanx for this awesome code! Is there somewhere a H264 example like this? Do you know where I can find one? --cipiripper 09:48, 1 November 2010 (UTC)
Rajtendulkar -
Is it possible for you to give us the test video which was used to test this code? Thanks !rajtendulkar 17:55, 9 January 2013 (EET)
Hamishwillee - Article written in 2008
The article was written in 2008 (see articlemetadata) so the author may not be monitoring it. I suggest you try using private messaging (hover over author name in articlemetadata) to raise your question.hamishwillee 08:29, 23 January 2013 (EET)

