Add thumbnail to the list of files
I used video tag. Not a good idea semantically but it works for now
Looks good, but somehow now the browser takes forever to load the list of videos. What could be the problem?
Well the browser must still load a part of the video I guess... the only other option would be to use python to generate the thumbnail. On another project I used ffmpeg to generate picture from the video with php, I think it would probably work with python... (i found that : https://github.com/senko/python-video-converter)
Thanks! I'll view it soon and let you know.
I was trying this with ffmpeg, let me know if that's an option and I'll continue.
@sjhuff Sure. I’m open to it. Go for ffmpeg!