django-videothumbs icon indicating copy to clipboard operation
django-videothumbs copied to clipboard

Adds support for a video field in Django. This field will auto generate thumbnails for the uploaded video.

Results 8 django-videothumbs issues
Sort by recently updated
recently updated
newest added

if VideoThumbnailField is blank raise error 500 fix

Hi; Uploading video is successful but thumnail folder is empty. I can making a thumbnail from video with: ffmpeg -itsoffset -4 -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo...

Hi; VideoFiled uploading video but after uploading I have this error: Exception Value: list index out of range Exception Location:/library/videothumbs.py in generate_thumb, line 51 line 51: for c in range(len(histogram[0])):...

modify some code like follows framemask = u"%s%s%s%s" % (settings.FILE_UPLOAD_TEMP_DIR, video.name.split('/')[-1].split('.')[0] + str(time.time()), '.%d.', format)

the delete method thow a none error

it should return `/path/video_url.widthxheight.jpg` instead it returns `/path/video_url.widthxheight.video_type_extension` example: `/media/video.320x180.avi`