mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Fixed ffmpeg 'Impossible to Open' and 'Protocol not found' (#1057)
This commit is contained in:
parent
dbdd799696
commit
7f1a15b6ba
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue