默认使用libwebp_anim编码器
This commit is contained in:
@@ -25,7 +25,7 @@ namespace SpineViewer.Exporter
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 编码器
|
/// 编码器
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Codec { get; set; } = "libwebp";
|
public string Codec { get; set; } = "libwebp_anim";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否无损
|
/// 是否无损
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ namespace SpineViewer.PropertyGridWrappers.Exporter
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 编码器
|
/// 编码器
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[StringEnumConverter.StandardValues("libwebp", Customizable = true)]
|
[StringEnumConverter.StandardValues("libwebp_anim", "libwebp", Customizable = true)]
|
||||||
[TypeConverter(typeof(StringEnumConverter))]
|
[TypeConverter(typeof(StringEnumConverter))]
|
||||||
[Category("[3] 格式参数"), DisplayName("编码器"), Description("-c:v, 要使用的编码器")]
|
[Category("[3] 格式参数"), DisplayName("编码器"), Description("-c:v, 要使用的编码器")]
|
||||||
public string Codec { get => Exporter.Codec; set => Exporter.Codec = value; }
|
public string Codec { get => Exporter.Codec; set => Exporter.Codec = value; }
|
||||||
|
|||||||
Reference in New Issue
Block a user