mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Advanced options and documentation
Added a lot of new advanced options and documented a lot of functions and members.
This commit is contained in:
parent
d0b29f20fd
commit
2e73a77538
10 changed files with 566 additions and 31 deletions
148
butterflow-ui/Localization/Localization.Designer.cs
generated
148
butterflow-ui/Localization/Localization.Designer.cs
generated
|
|
@ -124,7 +124,7 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to More about butterflow....
|
||||
/// Looks up a localized string similar to butterflow on github....
|
||||
/// </summary>
|
||||
public static string AboutButterflowMenu {
|
||||
get {
|
||||
|
|
@ -133,7 +133,7 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to More about butterflow-ui....
|
||||
/// Looks up a localized string similar to butterflow-ui on github....
|
||||
/// </summary>
|
||||
public static string AboutButterflowUIMenu {
|
||||
get {
|
||||
|
|
@ -204,6 +204,24 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use Fast Pyramids.
|
||||
/// </summary>
|
||||
public static string FastPyramidsLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("FastPyramidsLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to .
|
||||
/// </summary>
|
||||
public static string FastPyramidsTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("FastPyramidsTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Input.
|
||||
/// </summary>
|
||||
|
|
@ -249,6 +267,24 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pyramid iterations.
|
||||
/// </summary>
|
||||
public static string IterationsLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("IterationsLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The number of iterations to use for each pyramid layer..
|
||||
/// </summary>
|
||||
public static string IterationsTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("IterationsTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Renders the output video with the audio from the original video. In unchecked, no sound will be included in the output video..
|
||||
/// </summary>
|
||||
|
|
@ -267,6 +303,24 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Levels.
|
||||
/// </summary>
|
||||
public static string LevelsLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("LevelsLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The number of pyramid layers..
|
||||
/// </summary>
|
||||
public static string LevelsTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("LevelsTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Renders the video without lossy compression. The video will not lose any visual quality, but it will result in a very large output file..
|
||||
/// </summary>
|
||||
|
|
@ -285,6 +339,24 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pixel Neighborhood.
|
||||
/// </summary>
|
||||
public static string PixelNeighborhoodLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("PixelNeighborhoodLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Size of the pixel neighborhood..
|
||||
/// </summary>
|
||||
public static string PixelNeighborhoodTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("PixelNeighborhoodTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Controls the new framerate of the output video. This can be set in both absolute and relative terms..
|
||||
/// </summary>
|
||||
|
|
@ -312,6 +384,24 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pyramid Scale Factor.
|
||||
/// </summary>
|
||||
public static string PyramidScaleLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("PyramidScaleLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to .
|
||||
/// </summary>
|
||||
public static string PyramidScaleTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("PyramidScaleTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Video Rendering.
|
||||
/// </summary>
|
||||
|
|
@ -348,6 +438,42 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Smooth Derivative.
|
||||
/// </summary>
|
||||
public static string SmoothDerivativeLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("SmoothDerivativeLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Size of the standard deviation used for smooth derivatives..
|
||||
/// </summary>
|
||||
public static string SmoothDerivativeTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("SmoothDerivativeTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Smooth Motion.
|
||||
/// </summary>
|
||||
public static string SmoothMotionLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("SmoothMotionLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set to tune for smooth motion. This mode yields artifact-less frames by emphasizing blended frames over warping pixels..
|
||||
/// </summary>
|
||||
public static string SmoothMotionTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("SmoothMotionTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to S.
|
||||
/// </summary>
|
||||
|
|
@ -410,5 +536,23 @@ namespace butterflow_ui.Localization {
|
|||
return ResourceManager.GetString("WidthLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Window Size.
|
||||
/// </summary>
|
||||
public static string WindowSizeLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("WindowSizeLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to .
|
||||
/// </summary>
|
||||
public static string WindowSizeTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("WindowSizeTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,10 +118,10 @@
|
|||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AboutButterflowMenu" xml:space="preserve">
|
||||
<value>More about butterflow...</value>
|
||||
<value>butterflow on github...</value>
|
||||
</data>
|
||||
<data name="AboutButterflowUIMenu" xml:space="preserve">
|
||||
<value>More about butterflow-ui...</value>
|
||||
<value>butterflow-ui on github...</value>
|
||||
</data>
|
||||
<data name="AboutMenu" xml:space="preserve">
|
||||
<value>About butterflow-ui</value>
|
||||
|
|
@ -234,4 +234,52 @@
|
|||
<data name="_60fpsLabel" xml:space="preserve">
|
||||
<value>60 fps</value>
|
||||
</data>
|
||||
<data name="FastPyramidsLabel" xml:space="preserve">
|
||||
<value>Use Fast Pyramids</value>
|
||||
</data>
|
||||
<data name="FastPyramidsTooltip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="IterationsLabel" xml:space="preserve">
|
||||
<value>Pyramid iterations</value>
|
||||
</data>
|
||||
<data name="IterationsTooltip" xml:space="preserve">
|
||||
<value>The number of iterations to use for each pyramid layer.</value>
|
||||
</data>
|
||||
<data name="LevelsLabel" xml:space="preserve">
|
||||
<value>Levels</value>
|
||||
</data>
|
||||
<data name="LevelsTooltip" xml:space="preserve">
|
||||
<value>The number of pyramid layers.</value>
|
||||
</data>
|
||||
<data name="PixelNeighborhoodLabel" xml:space="preserve">
|
||||
<value>Pixel Neighborhood</value>
|
||||
</data>
|
||||
<data name="PixelNeighborhoodTooltip" xml:space="preserve">
|
||||
<value>Size of the pixel neighborhood.</value>
|
||||
</data>
|
||||
<data name="PyramidScaleLabel" xml:space="preserve">
|
||||
<value>Pyramid Scale Factor</value>
|
||||
</data>
|
||||
<data name="PyramidScaleTooltip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="SmoothDerivativeLabel" xml:space="preserve">
|
||||
<value>Smooth Derivative</value>
|
||||
</data>
|
||||
<data name="SmoothDerivativeTooltip" xml:space="preserve">
|
||||
<value>Size of the standard deviation used for smooth derivatives.</value>
|
||||
</data>
|
||||
<data name="SmoothMotionLabel" xml:space="preserve">
|
||||
<value>Smooth Motion</value>
|
||||
</data>
|
||||
<data name="SmoothMotionTooltip" xml:space="preserve">
|
||||
<value>Set to tune for smooth motion. This mode yields artifact-less frames by emphasizing blended frames over warping pixels.</value>
|
||||
</data>
|
||||
<data name="WindowSizeLabel" xml:space="preserve">
|
||||
<value>Window Size</value>
|
||||
</data>
|
||||
<data name="WindowSizeTooltip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
||||
Loading…
Add table
Add a link
Reference in a new issue