new cron functions
This commit is contained in:
parent
6ecd8c234e
commit
f58ed28f01
2 changed files with 11 additions and 3 deletions
|
|
@ -488,7 +488,7 @@ class ArchiveFile(SQLObject):
|
|||
options += " -ovc lavc -lavcopts vcodec=mjpeg"
|
||||
options += " -af volnorm=1 -oac mp3lame -lameopts br=64:mode=3 -af resample=44100"
|
||||
options += " -vf scale -zoom -xy 128"
|
||||
options += ' "%s"' % movie_file
|
||||
options += ' "%s"' % movie_file.replace('"', '\\"')
|
||||
options += ' -o "%s"' % mini_movie_file
|
||||
cmd = "mencoder %s >/dev/null 2>&1" % options
|
||||
print cmd.encode('utf-8')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue