bugfix(meta): 添加视频帧率信息解析支持

- 添加自定义格式中关于fps的内容
This commit is contained in:
noone
2026-03-12 14:51:23 +08:00
parent 3be29f36a7
commit 3156b43739

View File

@@ -164,6 +164,8 @@ class TemplateContextBuilder:
"part": meta.part,
# 自定义占位符
"customization": meta.customization,
# fps
"fps": meta.fps,
}
tech_metadata = {