小波matlab代码视觉麦克风:从视频中被动恢复声音
麻省理工学院视觉麦克风的Python实现[1]。
我们的代码基于原始代码。
它依靠OpenCV来处理视频,依靠SciPy来进行信号处理和写入音频文件,[2]可以计算复杂的可控金字塔。
其他要求是NumPy和Matplotlib。
用法
python
video2sound.py
[-h]
[-o
OUTPUT]
[-s
SAMPLING_RATE]
input_video
positional
arguments:
input_video
The
path
of
the
input
video
optional
arguments:
-h,
--help
Show
this
help
message
and
exit
-o
OUTPUT,
--output
OUTPUT
The
path
of
the
output
file
-s
SAMPLING_RATE,
--sampling-rate
SAMPLING_RATE
The
frame
rate
of
the
input
video
作者
和
。
参考
[1]
DAVIS,Abe
2023-07-10 18:28:48
14.24MB
系统开源
1