Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,


I'm doing a video steganography project.I'm trying to do is extract Frames from video file, encrypt data to the frame and replace the frame with encrypted frame.
I was successful to extract frame and encrypt data into it.

But I can't find a way to replace the original frame with the encrypted bitmap.
Please somebody help me to find a way to do so ....
Posted
Comments
MarqW 26-Mar-12 5:14am    
What method are you using to extract the frame? Also, what type of videos are you working with?

Also, one thing to be aware of, some video codecs do not store the whole frame "bitmap", but rather changes from the previous frame (except for "key frames", which do. These are what allow you to seek videos)

An option you can try - depending on what container you're using is add a secondary video (or audio) stream into the container. Most players won't play them without being "selected". So it'd be relatively unknown, and easy to parse back out

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900