feat: add ppt_path and max_total_duration to generated_config.yaml
This commit is contained in:
@@ -1054,6 +1054,8 @@ class PPTParser:
|
|||||||
"""创建配置字典"""
|
"""创建配置字典"""
|
||||||
return {
|
return {
|
||||||
"video_src": self.video_path,
|
"video_src": self.video_path,
|
||||||
|
"ppt_path": self.ppt_path,
|
||||||
|
"max_total_duration": self.max_total_duration,
|
||||||
"clips": clips,
|
"clips": clips,
|
||||||
"output_dir": self.output_dir,
|
"output_dir": self.output_dir,
|
||||||
"term_corrections": self.term_corrections,
|
"term_corrections": self.term_corrections,
|
||||||
|
|||||||
Reference in New Issue
Block a user