mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Processing Videos
Can now actually process a video. Needs some safety checks to make sure the user doesn't select something that causes it to go haywire.
This commit is contained in:
parent
3af7fd2b2c
commit
da04af543b
7 changed files with 124 additions and 26 deletions
27
butterflow-ui/Localization/Localization.Designer.cs
generated
27
butterflow-ui/Localization/Localization.Designer.cs
generated
|
|
@ -249,6 +249,15 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Output.
|
||||
/// </summary>
|
||||
public static string FileOutputGroupBox {
|
||||
get {
|
||||
return ResourceManager.GetString("FileOutputGroupBox", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Flow Filter.
|
||||
/// </summary>
|
||||
|
|
@ -420,6 +429,24 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Process.
|
||||
/// </summary>
|
||||
public static string ProcessLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("ProcessLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Process the video. This may be a long process..
|
||||
/// </summary>
|
||||
public static string ProcessTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("ProcessTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pyramid Scale Factor.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -240,6 +240,9 @@
|
|||
<data name="FastPyramidsTooltip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="FileOutputGroupBox" xml:space="preserve">
|
||||
<value>Output</value>
|
||||
</data>
|
||||
<data name="FlowFilterLabel" xml:space="preserve">
|
||||
<value>Flow Filter</value>
|
||||
</data>
|
||||
|
|
@ -270,6 +273,12 @@
|
|||
<data name="PixelNeighborhoodTooltip" xml:space="preserve">
|
||||
<value>Size of the pixel neighborhood.</value>
|
||||
</data>
|
||||
<data name="ProcessLabel" xml:space="preserve">
|
||||
<value>Process</value>
|
||||
</data>
|
||||
<data name="ProcessTooltip" xml:space="preserve">
|
||||
<value>Process the video. This may be a long process.</value>
|
||||
</data>
|
||||
<data name="PyramidScaleLabel" xml:space="preserve">
|
||||
<value>Pyramid Scale Factor</value>
|
||||
</data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue