优化动态图视频合成 -处理多尺寸视频合并时变形的问题
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user