Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

as title.. how to read bit of file mpeg video using java..

I use it for encryption file video.

Regards

share|improve this question
Please give more details. Is it MPEG-1 (.MPG) or MPEG-2 (.TS) or MPEG-4 (.MP4)? Do you get it encrrypted or you yourself do the encryption? – vbence Mar 18 '11 at 9:14
it is MPEG-1 (.MPG). i do encryption by myself.. thanks ya :) – Sthepen Mar 18 '11 at 10:21
If my answer does not help please clarify your question. – vbence Mar 21 '11 at 9:40

1 Answer

Check the PS container format if you are interested how the different (audio and video) streams are multiplexed to a single file.

share|improve this answer
I see the format of the header but what is the format of the frames that follow the header? I assume there is some complicated interpolation that requires decoding. – Douglas Treadwell Sep 19 '11 at 3:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.