我想使用 easy_thumbnails_ffmpeg 库在 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