我想使用easy_thumbnails_fmpeg库获取Python中视频的缩略图,但是,我收到一个奇怪的错误,说找不到该文件。我一直在寻找如何使用该库的示例,但没有运气,也没有文档。知道吗?非常感谢。
日志:
File "C:\Python27\lib\site-packages\easy_thumbnails_ffmpeg-0.1.1-py2.7.egg\easy_thumbnails_ffmpeg\source_generators.py", line 24, in ffmpeg_frame
], stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate(source.read())[0]
File "C:\Python27\lib\subprocess.py", line 679, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 896, in _execute_child
startupinfo)
WindowsError: [Error 2] Specified file not found