extract videos again

This commit is contained in:
j 2011-12-31 12:58:56 +05:30
parent 67af01db75
commit b62b5026ec

View file

@ -41,7 +41,6 @@ def encode(filename, prefix, profile, info=None):
frames.append(frame_f)
video_f = os.path.join(cache, profile)
if not os.path.exists(video_f):
return False
extract.video(filename, video_f, profile, info)
return {
'info': info,