Fixed ffmpeg 'Impossible to Open' and 'Protocol not found' (#1057)

This commit is contained in:
NavpreetDevpuri
2020-05-14 10:43:56 +05:30
committed by GitHub
parent dbdd799696
commit 7f1a15b6ba

View File

@ -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 = [