Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.H2V
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.H2V
Commits
1bdf3fb8
Commit
1bdf3fb8
authored
Apr 06, 2023
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1:1 裁切
parent
a5abb281
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
VIZ.H2V.Module/SystemSetting/ViewModel/StyleSettingPanelViewModel.cs
+1
-0
VIZ.H2V/config/config.ini
+1
-1
No files found.
VIZ.H2V.Module/SystemSetting/ViewModel/StyleSettingPanelViewModel.cs
View file @
1bdf3fb8
...
@@ -322,6 +322,7 @@ namespace VIZ.H2V.Module
...
@@ -322,6 +322,7 @@ namespace VIZ.H2V.Module
this
.
VideoClipModeItems
.
Add
(
new
VideoClipModeModel
{
Name
=
"4:3"
,
Value
=
810
});
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
=
"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
.
SelectedVideoClipMode
=
this
.
VideoClipModeItems
.
FirstOrDefault
(
p
=>
p
.
Value
==
ApplicationDomainEx
.
VIDEO_CLIP_BOX_WIDTH
)
??
this
.
VideoClipModeItems
[
0
];
??
this
.
VideoClipModeItems
[
0
];
...
...
VIZ.H2V/config/config.ini
View file @
1bdf3fb8
...
@@ -33,7 +33,7 @@ VIDEO_FRAME_SELECTION_BORDER_WIDTH=4
...
@@ -33,7 +33,7 @@ VIDEO_FRAME_SELECTION_BORDER_WIDTH=4
;视频框选边框颜色(格式:#AARRGGBB)
;视频框选边框颜色(格式:#AARRGGBB)
VIDEO_FRAME_SELECTION_BORDER_COLOR
=
#FFFF6D87
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_WIDTH=607
;视频剪切边框宽度(单位:像素)
;视频剪切边框宽度(单位:像素)
VIDEO_CLIP_BOX_BORDER_WIDTH
=
4
VIDEO_CLIP_BOX_BORDER_WIDTH
=
4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment