Skip to content

Commit

Permalink
v1.6.7.0-alpha
Browse files Browse the repository at this point in the history
Fixed Cut 2 Pass
Fixed Screen Format Tooltip
  • Loading branch information
MattMcManis committed Apr 1, 2019
1 parent be2ca61 commit ae4617a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions source/Axiom/Axiom/FFmpeg/FFmpeg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -467,14 +467,12 @@ public static String TwoPassArgs(ViewModel vm)
vm.Format_HWAccel_SelectedItem
),

"\r\n\r\n" +
Format.trimStart,

"\r\n\r\n" +
"-i " + "\"" + MainWindow.InputPath(vm, "pass 2") + "\"",
//"-i " + "\"" + MainWindow.input + "\"",

"\r\n\r\n" +
Format.trimStart,
Format.trimEnd,

"\r\n\r\n" +
Expand Down
2 changes: 1 addition & 1 deletion source/Axiom/Axiom/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@
Width="105"
ToolTipService.InitialShowDelay="1000"
ToolTipService.ShowOnDisabled="True"
ToolTip="Aspect Ratio"
ToolTip="Screen Format"
Grid.Row="21"
Grid.Column="2"
Height="22"
Expand Down

0 comments on commit ae4617a

Please sign in to comment.