extract videos again
This commit is contained in:
parent
67af01db75
commit
b62b5026ec
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ def encode(filename, prefix, profile, info=None):
|
||||||
frames.append(frame_f)
|
frames.append(frame_f)
|
||||||
video_f = os.path.join(cache, profile)
|
video_f = os.path.join(cache, profile)
|
||||||
if not os.path.exists(video_f):
|
if not os.path.exists(video_f):
|
||||||
return False
|
|
||||||
extract.video(filename, video_f, profile, info)
|
extract.video(filename, video_f, profile, info)
|
||||||
return {
|
return {
|
||||||
'info': info,
|
'info': info,
|
||||||
|
|
Loading…
Reference in a new issue