使用 Python 对音频/视频进行隐写术
我想使用 Python 在音频/视频文件中嵌入消息。有人有关于我可以用于音频/视频位操作的一些库的信息吗?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
python 网站上有一个 音频相关模块 的列表(以及 此列表),还有其他有关视频的问题这里,这里 和此处。进一步来看,GStreamer 似乎同时支持音频和视频编辑,而且似乎也颇受青睐。
另外,如果您也对图像中的隐写术感兴趣,可以使用 Python 图像库。
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.
我读了一篇关于
的文章
http://hareenlaks.blogspot.com/2010/05 /what-is-steganography.html
它描述了音频/视频文件中的消息嵌入。
I read a article on
http://hareenlaks.blogspot.com/2010/05/what-is-steganography.html
it describes message embedding in audio/video files .