mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Remove borken save_as_gif lines
This commit is contained in:
parent
36be369901
commit
61bb4944fa
1 changed files with 2 additions and 11 deletions
|
@ -313,18 +313,9 @@ class SceneFileWriter(object):
|
||||||
'-safe', '0',
|
'-safe', '0',
|
||||||
'-i', file_list,
|
'-i', file_list,
|
||||||
'-loglevel', 'error',
|
'-loglevel', 'error',
|
||||||
|
'-c', 'copy',
|
||||||
|
movie_file_path
|
||||||
]
|
]
|
||||||
if not self.save_as_gif:
|
|
||||||
commands +=[
|
|
||||||
'-c', 'copy',
|
|
||||||
movie_file_path
|
|
||||||
]
|
|
||||||
if self.save_as_gif:
|
|
||||||
movie_file_path=self.gif_file_path
|
|
||||||
commands +=[
|
|
||||||
movie_file_path,
|
|
||||||
]
|
|
||||||
if not self.includes_sound:
|
if not self.includes_sound:
|
||||||
commands.insert(-1, '-an')
|
commands.insert(-1, '-an')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue