I use Django and django-rest-framework.
I need to implement a rest-api to upload a video file.
This is easy but I need also to generate a thumbnail image when the video is uploaded.
I googled about it and I found django-videothumbs app but it is not recommended to use it in production.
Is there something that I can use/see about generating a thumbnail from a video file using Django?