0

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 ?

sril
  • 53
  • 1
  • 7

2 Answers2

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.

Community
  • 1
  • 1
Nate
  • 12,499
  • 5
  • 45
  • 60
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