get big still for mov, mpg, mpeg
This commit is contained in:
parent
fbb08dd770
commit
c080c2b22e
1 changed files with 0 additions and 2 deletions
|
@ -744,8 +744,6 @@ class ArchiveFile(SQLObject):
|
|||
if not exists(still):
|
||||
oxdb_makedir(dirname(still))
|
||||
movieFile = self.absolutePath
|
||||
if os.path.splitext(movieFile)[-1] in ('.mov', '.mpg', '.mpeg'):
|
||||
movieFile = self.mini_movie_file
|
||||
extract_frame(movieFile, position, self.stillFolder, -1)
|
||||
if exists(still):
|
||||
return cache.loadFile(still)
|
||||
|
|
Loading…
Reference in a new issue