feat: add ppt_path and max_total_duration to generated_config.yaml
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user