I need to create thumbnails for a video file once I\'ve uploaded to a webapp running python.
How would I go about this... I need a library that can basically either
You can use the Python script pyvideothumbnailer found on GitHub, which uses MoviePy, MediaInfo and the PIL fork Pillow. It should do the complete job for you.