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 ?
Asked
Active
Viewed 2,660 times
2 Answers
0
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.
0
I read a article on
http://hareenlaks.blogspot.com/2010/05/what-is-steganography.html
it describes message embedding in audio/video files .

nethmi
- 1