use ogv / video/ogg

This commit is contained in:
j 2007-12-12 21:09:07 +00:00
commit fcfe8b446b
3 changed files with 5 additions and 5 deletions

View file

@ -475,7 +475,7 @@ class ArchiveFile(SQLObject):
clip_folder = self.frameFolder
movie_file = self.mini_movie_file
position = inpoint.replace(':', '.')
clip_movie = join(self.frameFolder, '%s.%s' % (position, 'ogg'))
clip_movie = join(self.frameFolder, '%s.%s' % (position, 'ogv'))
width = 128
height = int(width / self.frameAspect)
height = height - height % 2