Commit 1bdf3fb8 by liulongfei

1:1 裁切

parent a5abb281
......@@ -322,6 +322,7 @@ namespace VIZ.H2V.Module
this.VideoClipModeItems.Add(new VideoClipModeModel { Name = "4:3", Value = 810 });
this.VideoClipModeItems.Add(new VideoClipModeModel { Name = "16:9", Value = 607 });
this.VideoClipModeItems.Add(new VideoClipModeModel { Name = "1:1", Value = 1080 });
this.SelectedVideoClipMode = this.VideoClipModeItems.FirstOrDefault(p => p.Value == ApplicationDomainEx.VIDEO_CLIP_BOX_WIDTH)
?? this.VideoClipModeItems[0];
......
......@@ -33,7 +33,7 @@ VIDEO_FRAME_SELECTION_BORDER_WIDTH=4
;视频框选边框颜色(格式:#AARRGGBB)
VIDEO_FRAME_SELECTION_BORDER_COLOR=#FFFF6D87
;视频剪切宽度(单位:像素)
;4:3 ==> 810 16:9 ==> 607
;4:3 ==> 810 16:9 ==> 607 1:1 ==> 1080
VIDEO_CLIP_BOX_WIDTH=607
;视频剪切边框宽度(单位:像素)
VIDEO_CLIP_BOX_BORDER_WIDTH=4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment