diff --git a/src/core/ppt_parser.py b/src/core/ppt_parser.py index 844c037..0a927d3 100644 --- a/src/core/ppt_parser.py +++ b/src/core/ppt_parser.py @@ -1054,6 +1054,8 @@ class PPTParser: """创建配置字典""" return { "video_src": self.video_path, + "ppt_path": self.ppt_path, + "max_total_duration": self.max_total_duration, "clips": clips, "output_dir": self.output_dir, "term_corrections": self.term_corrections,