I want to do message embedding in audio/video files using Python. Does anyone have information about some libraries I can use for bit manipulation in audio/video ?

link|improve this question

0% accept rate
feedback

2 Answers

There is a list of audio-related modules on the python website (as well as this list), and there are other questions dealing with video here, here and here. From looking further into it, GStreamer appears to have support for both audio and video editing, and also seems quite favored.

Also, if you're interested in steganography in images as well, there is the Python Imaging Library.

link|improve this answer
feedback

I read a article on

http://hareenlaks.blogspot.com/2010/05/what-is-steganography.html

it describes message embedding in audio/video files .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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