mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
Fix file problem when combine videos on Windows
This commit is contained in:
@@ -719,7 +719,7 @@ class Scene(Container):
|
||||
)
|
||||
with open(file_list, 'w') as fp:
|
||||
for pf_path in partial_movie_files:
|
||||
fp.write("file {}\n".format(pf_path))
|
||||
fp.write("file {}\n".format(pf_path).replace('\\', '/'))
|
||||
|
||||
movie_file_path = self.get_movie_file_path()
|
||||
commands = [
|
||||
|
||||
Reference in New Issue
Block a user