diff --git a/source/Saver.cs b/source/Saver.cs index f64d951..aeb12f3 100644 --- a/source/Saver.cs +++ b/source/Saver.cs @@ -634,7 +634,7 @@ int FixCreateMedia(string outputPath, out int ffmpegExitCode) var arguments = "-loglevel fatal" + " " + "-stats" + " " + - "-i " + outputPathTmp + ".audio" + " " + + "-i " + "\"" + outputPathTmp + ".audio" + "\"" + " " + videoSource + " " + "-metadata comment=\"Saved with " + Constants.Name + "\"" + " " + "-metadata title=\"" + metadataTitle + "\"" + " " + @@ -735,4 +735,4 @@ void FixDownloadM3U(string content, string path) } #endregion } -} \ No newline at end of file +}