Steganography on audio/video with Python
I want to do message embedding in audio/video files using Python. Does anyone have informatio开发者_开发技巧n about some libraries I can use for bit manipulation in audio/video ?
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.
I read a article on
http://hareenlaks.blogspot.com/2010/05/what-is-steganography.html
it describes message embedding in audio/video files .
精彩评论