优化,以及增加视频编码选择

This commit is contained in:
jianzhichu
2026-01-24 21:50:37 +08:00
parent e92e290a4e
commit b63621593b
11 changed files with 93 additions and 38 deletions
+6
View File
@@ -109,6 +109,12 @@ namespace dy.net.model.entity
///// </summary>
//[SugarColumn(Length = 500, IsNullable = true)]
//public string SeriesPath { get; set; }
/// <summary>
/// 264 265 0-默认0=264
/// </summary>
[SugarColumn(IsNullable = true)]
public int? VideoEncoder { get; set; } = 265;
}
}