图片合成视频 尺寸优化

This commit is contained in:
jianzhichu
2026-02-12 12:30:06 +08:00
parent 3439a7ad38
commit 650e1ac3fc
6 changed files with 308 additions and 118 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
namespace dy.net.model.dto
{
public class DouyinDynamicVideoDto
public class DouyinMergeVideoDto
{
public string Path { get; set; }
+1 -1
View File
@@ -3,7 +3,7 @@
public class MediaMergeRequest
{
/// <summary>网络图片地址数组(必填)</summary>
public List<string> ImageUrls { get; set; }
public List<DouyinMergeVideoDto> ImageUrls { get; set; }
/// <summary>网络MP3地址数组(必填)</summary>
public List<string> AudioUrls { get; set; }