github地址:https://github.com/solusipse/spectrology
該工具可以將圖像轉(zhuǎn)換為具有相應(yīng)光譜圖編碼的音頻文件渔工,這允許您通過(guò)音頻文件中的圖像隱藏隱藏的消息拂苹。
使用此工具可以選擇要使用的頻率范圍,并支持所有流行的圖像編解碼器暖释。
Usage
usage: spectrology.py [-h] [-o OUTPUT] [-b BOTTOM] [-t TOP] [-p PIXELS]
[-s SAMPLING]
INPUT
positional arguments:
INPUT Name of the image to be convected.
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Name of the output wav file. Default value: out.wav).
-b BOTTOM, --bottom BOTTOM
Bottom frequency range. Default value: 200.
-t TOP, --top TOP Top frequency range. Default value: 20000.
-p PIXELS, --pixels PIXELS
Pixels per second. Default value: 30.
-s SAMPLING, --sampling SAMPLING
Sampling rate. Default value: 44100.
例如:
python spectrology.py test.bmp -b 13000 -t 19000