优化动态图视频合成 -处理多尺寸视频合并时变形的问题

This commit is contained in:
jianzhichu
2026-01-17 00:51:33 +08:00
parent dc38a25239
commit d9cb721f64
6 changed files with 277 additions and 117 deletions
+11
View File
@@ -0,0 +1,11 @@
namespace dy.net.dto
{
public class DouyinDynamicVideoDto
{
public string Path { get; set; }
public int Height { get; set; }
public int Width { get; set; }
}
}