I want to use the easy_thumbnails_ffmpeg library to get Thumbnails for videos in Python, however, I get a weird error saying that the file was not found. I have been looking for examples of how to use the library, but no luck and no documentation either. Any idea ? thank you
Log:
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