分辨率和裁切

This commit is contained in:
2025-03-04 17:13:03 +08:00
parent 9d178a3d34
commit 4549b0ab44
3 changed files with 25 additions and 5 deletions

View File

@ -90,7 +90,7 @@ def get_template_info(template_id):
'updateTime': remote_template_info.get('updateTime', template_id),
'scenic_name': remote_template_info.get('scenicName', '景区'),
'name': remote_template_info.get('name', '模版'),
'video_size': '1920x1080',
'video_size': remote_template_info.get('resolution', '1920x1080'),
'frame_rate': 25,
'overall_duration': 30,
'video_parts': [