normalize outpoint too

This commit is contained in:
j 2007-08-12 10:35:58 +00:00
commit 73bb16c31d
3 changed files with 4 additions and 2 deletions

View file

@ -452,6 +452,8 @@ class ArchiveFile(SQLObject):
outpoint = s['stop']
else:
outpoint = shift_time(5000, inpoint)
else:
outpoint = outpoint.replace('.', ':')
extract_flash(movie_file, flash_movie, inpoint, outpoint, width, height, offset = 0)
#extract_flash_ng(self.absolutePath, flash_movie, inpoint, outpoint, width, height, offset)