mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Fixed ffmpeg 'Impossible to Open' and 'Protocol not found' (#1057)
This commit is contained in:
@ -286,7 +286,7 @@ class SceneFileWriter(object):
|
||||
for pf_path in partial_movie_files:
|
||||
if os.name == 'nt':
|
||||
pf_path = pf_path.replace('\\', '/')
|
||||
fp.write("file \'{}\'\n".format(pf_path))
|
||||
fp.write("file \'file:{}\'\n".format(pf_path))
|
||||
|
||||
movie_file_path = self.get_movie_file_path()
|
||||
commands = [
|
||||
|
Reference in New Issue
Block a user