1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2026-06-29 15:56:31 -05:00

Subregions auto update. ButterflowWrapper now calls butterflow.exe

This commit is contained in:
Jordan Wages 2018-07-02 23:31:16 -05:00
commit d0b29f20fd
11 changed files with 604 additions and 35 deletions

View file

@ -129,6 +129,9 @@
<data name="AdvancedOptionsGroupBox" xml:space="preserve">
<value>Advanced Options</value>
</data>
<data name="ClipTooltip" xml:space="preserve">
<value>Clip a subregion in the video.</value>
</data>
<data name="CommonOptionsGroupBox" xml:space="preserve">
<value>Common Options</value>
</data>
@ -138,6 +141,9 @@
<data name="EditMenu" xml:space="preserve">
<value>_Edit</value>
</data>
<data name="EndLabel" xml:space="preserve">
<value>E</value>
</data>
<data name="FileInputGroupBox" xml:space="preserve">
<value>Input</value>
</data>
@ -171,15 +177,39 @@
<data name="PlaybackRateLabel" xml:space="preserve">
<value>Playback Rate</value>
</data>
<data name="PlayPauseTooltip" xml:space="preserve">
<value>Play/Pause the video.</value>
</data>
<data name="RenderingLabel" xml:space="preserve">
<value>Video Rendering</value>
</data>
<data name="ResolutionLabel" xml:space="preserve">
<value>Output Resolution</value>
</data>
<data name="SkipBackTooltip" xml:space="preserve">
<value>Skip backward in the video.</value>
</data>
<data name="SkipForwardTooltip" xml:space="preserve">
<value>Skip forward in the video.</value>
</data>
<data name="StartLabel" xml:space="preserve">
<value>S</value>
</data>
<data name="StopTooltip" xml:space="preserve">
<value>Stop the video.</value>
</data>
<data name="SubregionsDescription" xml:space="preserve">
<value>Individual regions of the video to process.</value>
</data>
<data name="SubregionsLabel" xml:space="preserve">
<value>Subregions</value>
</data>
<data name="Title" xml:space="preserve">
<value>butterflow-ui</value>
</data>
<data name="ToEndLabel" xml:space="preserve">
<value>To End</value>
</data>
<data name="WidthLabel" xml:space="preserve">
<value>Width</value>
</data>