Commit a39e932c authored by Ilya Simonov's avatar Ilya Simonov

delete get video duration

parent f3d091bf
...@@ -37,7 +37,7 @@ def send_video_to_s3(video_id=None): ...@@ -37,7 +37,7 @@ def send_video_to_s3(video_id=None):
local_video.local_file = None local_video.local_file = None
local_video.status = READY local_video.status = READY
local_video.s3_file = upload_file(video_file, key, 'video/mp4') local_video.s3_file = upload_file(video_file, key, 'video/mp4')
local_video.duration = get_video_duration(video_name) # local_video.duration = get_video_duration(video_name)
try: try:
log.info('Generating thumbnail...') log.info('Generating thumbnail...')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment