lmcgartland / graphene-file-upload

Enhances Graphene Django GraphQL Server for intuitive file uploads via GraphQL mutations.
MIT License
287 stars 50 forks source link

Example uploading a video #51

Closed GabrielGhe closed 3 years ago

GabrielGhe commented 3 years ago

I've been trying to find an example of uploading an mp4 using this library and I haven't been able to find anything.

These tickets are relevant: https://github.com/lmcgartland/graphene-file-upload/issues/29 (Has examples for images and text, but not video) https://github.com/lmcgartland/graphene-file-upload/issues/38

GabrielGhe commented 3 years ago

Used this flask example and ffmpeg-python.