reset video fps/codec
This commit is contained in:
parent
f51036ed00
commit
8bd4cd6305
2 changed files with 2 additions and 1 deletions
|
|
@ -138,6 +138,8 @@ class File(models.Model):
|
|||
else:
|
||||
self.is_video = False
|
||||
self.display_aspect_ratio = "4:3"
|
||||
self.framerate = ''
|
||||
self.video_codec = ''
|
||||
self.width = 0
|
||||
self.height = 0
|
||||
if 'audio' in self.info and self.info['audio'] and self.duration > 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue