Skip to content

Commit

Permalink
v1.7.7.0-alpha
Browse files Browse the repository at this point in the history
Added Valid Path Checker
Improved Audio Bitrate Converter Calculator using Normalizer
Fixed `FLAC` Batch Auto Quality
  • Loading branch information
MattMcManis committed Oct 22, 2019
1 parent 7115f44 commit 3162daf
Show file tree
Hide file tree
Showing 37 changed files with 845 additions and 686 deletions.
12 changes: 6 additions & 6 deletions source/Axiom/Axiom/Controls/AudioControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace Axiom
public class AudioControls
{
/// <summary>
/// Set Controls
/// Set Controls
/// </summary>
public static void SetControls(string codec_SelectedItem)
{
Expand Down Expand Up @@ -423,7 +423,7 @@ public static void SetControls(string codec_SelectedItem)


/// <summary>
/// Audio BitRate Display
/// Audio BitRate Display
/// </summary>
public static void AudioBitRateDisplay(
List<AudioViewModel.AudioQuality> items,
Expand Down Expand Up @@ -457,7 +457,7 @@ string selectedQuality


/// <summary>
/// Quality Controls
/// Quality Controls
/// <summary>
public static void QualityControls()
{
Expand Down Expand Up @@ -514,7 +514,7 @@ public static void QualityControls()


/// <summary>
/// Auto Copy Conditions Check
/// Auto Copy Conditions Check
/// <summary>
public static bool AutoCopyConditionsCheck(
string inputExt,
Expand Down Expand Up @@ -552,7 +552,7 @@ public static void QualityControls()


/// <summary>
/// Copy Controls
/// Copy Controls
/// <summary>
public static void CopyControls()
{
Expand Down Expand Up @@ -684,7 +684,7 @@ public static void CopyControls()


/// <summary>
/// Auto Codec Copy
/// Auto Codec Copy
/// <summary>
public static void AutoCopyAudioCodec()
{
Expand Down
10 changes: 5 additions & 5 deletions source/Axiom/Axiom/Controls/Configure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Configure


/// <summary>
/// INI Reader
/// INI Reader
/// </summary>
/*
* Source: GitHub Sn0wCrack
Expand Down Expand Up @@ -79,7 +79,7 @@ public string Read(string Section, string Key)


/// <summary>
/// Import axiom.conf file
/// Import axiom.conf file
/// </summary>
public static void ImportConfig(MainWindow mainwindow)
{
Expand Down Expand Up @@ -204,7 +204,7 @@ public static void ImportConfig(MainWindow mainwindow)


/// <summary>
/// Import Read Config
/// Import Read Config
/// </summary>
public static void ReadConfig(MainWindow mainwindow, /*MainView vm, */INIFile conf)
{
Expand Down Expand Up @@ -307,7 +307,7 @@ public static void ReadConfig(MainWindow mainwindow, /*MainView vm, */INIFile co


/// <summary>
/// Export axiom.conf
/// Export axiom.conf
/// </summary>
public static void ExportConfig(MainWindow mainwindow, string path)
{
Expand Down Expand Up @@ -463,7 +463,7 @@ public static void ExportConfig(MainWindow mainwindow, string path)


/// <summary>
/// Export Write Config
/// Export Write Config
/// </summary>
//public static void WriteConfig(MainWindow mainwindow, MainViewModel vm, INIFile conf)
//{
Expand Down
12 changes: 6 additions & 6 deletions source/Axiom/Axiom/Controls/FormatControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ public class FormatControls
{
// --------------------------------------------------------------------------------------------------------
/// <summary>
/// ComboBoxes Item Sources
/// ComboBoxes Item Sources
/// </summary>
// --------------------------------------------------------------------------------------------------------

/// <summary>
/// Set Controls
/// Set Controls
/// </summary>
public static void SetControls(string container_SelectedItem)
{
Expand Down Expand Up @@ -417,7 +417,7 @@ public static void SetControls(string container_SelectedItem)


/// <summary>
/// Get Output Extension
/// Get Output Extension
/// </summary>
public static void OutputFormatExt()
{
Expand All @@ -428,7 +428,7 @@ public static void OutputFormatExt()


/// <summary>
/// MediaType Controls Controls
/// MediaType Controls Controls
/// </summary>
public static void MediaTypeControls()
{
Expand Down Expand Up @@ -844,7 +844,7 @@ public static void MediaTypeControls()


/// <summary>
/// Audio Stream Controls
/// Audio Stream Controls
/// </summary>
public static void AudioStreamControls()
{
Expand Down Expand Up @@ -969,7 +969,7 @@ public static void AudioStreamControls()


/// <summary>
/// Cut Controls
/// Cut Controls
/// </summary>
public static void CutControls()
{
Expand Down
2 changes: 1 addition & 1 deletion source/Axiom/Axiom/Controls/ScriptView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ScriptView
public static bool sort = false;

/// <summary>
/// Clear RichTextBox
/// Clear RichTextBox
/// </summary>
public static void ClearScriptView()
{
Expand Down
8 changes: 4 additions & 4 deletions source/Axiom/Axiom/Controls/SubtitleControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Axiom
public class SubtitleControls
{
/// <summary>
/// Set Controls
/// Set Controls
/// </summary>
public static void SetControls(string selectedCodec)
{
Expand Down Expand Up @@ -251,7 +251,7 @@ public static void SetControls(string selectedCodec)


/// <summary>
/// Auto Copy Conditions Check
/// Auto Copy Conditions Check
/// <summary>
public static bool AutoCopyConditionsCheck(
string inputExt,
Expand Down Expand Up @@ -280,7 +280,7 @@ public static void SetControls(string selectedCodec)


/// <summary>
/// Copy Controls
/// Copy Controls
/// <summary>
public static void CopyControls()
{
Expand Down Expand Up @@ -402,7 +402,7 @@ public static void CopyControls()


/// <summary>
/// Auto Codec Copy
/// Auto Codec Copy
/// <summary>
public static void AutoCopySubtitleCodec()
{
Expand Down
22 changes: 11 additions & 11 deletions source/Axiom/Axiom/Controls/VideoControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ public class VideoControls


/// <summary>
/// Controls
/// Controls
/// </summary>
public static bool passUserSelected = false; // Used to determine if User manually selected CRF, 1 Pass or 2 Pass


/// <summary>
/// Set Controls
/// Set Controls
/// </summary>
public static void SetControls(string codec_SelectedItem)
{
Expand Down Expand Up @@ -572,7 +572,7 @@ public static void SetControls(string codec_SelectedItem)


/// <summary>
/// BitRate Display
/// BitRate Display
/// </summary>
public static void VideoBitRateDisplay(List<VideoViewModel.VideoQuality> items,
string selectedQuality,
Expand Down Expand Up @@ -660,7 +660,7 @@ public static void SetControls(string codec_SelectedItem)


/// <summary>
/// Quality Controls
/// Quality Controls
/// <summary>
public static void QualityControls()
{
Expand Down Expand Up @@ -829,7 +829,7 @@ public static void QualityControls()


/// <summary>
/// Pixel Format Controls
/// Pixel Format Controls
/// </summary>
public static void PixelFormatControls(string mediaType,
string codec,
Expand Down Expand Up @@ -944,7 +944,7 @@ string quality


/// <summary>
/// Optimize Controls
/// Optimize Controls
/// <summary>
public static void OptimizeControls()
{
Expand Down Expand Up @@ -1016,7 +1016,7 @@ public static void OptimizeControls()


/// <summary>
/// Encoding Pass Controls
/// Encoding Pass Controls
/// <summary>
public static void EncodingPassControls()
{
Expand Down Expand Up @@ -1162,7 +1162,7 @@ public static void EncodingPassControls()


/// <summary>
/// Auto Copy Conditions Check
/// Auto Copy Conditions Check
/// <summary>
public static bool AutoCopyConditionsCheck(string inputExt,
string outputExt
Expand Down Expand Up @@ -1248,7 +1248,7 @@ string outputExt


/// <summary>
/// Copy Controls
/// Copy Controls
/// <summary>
public static void CopyControls()
{
Expand Down Expand Up @@ -1371,10 +1371,10 @@ public static void CopyControls()


/// <summary>
/// Auto Codec Copy
/// Auto Codec Copy
/// <summary>
/// <remarks>
/// Input Extension is Same as Output Extension and Video Quality is Auto
/// Input Extension is Same as Output Extension and Video Quality is Auto
/// </remarks>
public static void AutoCopyVideoCodec()
{
Expand Down
30 changes: 15 additions & 15 deletions source/Axiom/Axiom/CropWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ public partial class CropWindow : Window
private MainWindow mainwindow = (MainWindow)System.Windows.Application.Current.MainWindow;

// Temp save settings when Crop Window is closed
public static int? divisibleCropWidth;
public static int? divisibleCropHeight;
public static string cropWidth;
public static string cropHeight;
public static string cropX;
public static string cropY;
public static string crop; // Combined Width, Height, X, Y
public static int? divisibleCropWidth { get; set; }
public static int? divisibleCropHeight { get; set; }
public static string cropWidth { get; set; }
public static string cropHeight { get; set; }
public static string cropX { get; set; }
public static string cropY { get; set; }
public static string crop { get; set; } // Combined Width, Height, X, Y


public CropWindow(MainWindow mainwindow)
Expand Down Expand Up @@ -122,7 +122,7 @@ public CropWindow(MainWindow mainwindow)


/// <summary>
/// Close All
/// Close All
/// </summary>
private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
Expand All @@ -131,7 +131,7 @@ private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs
}

/// <summary>
/// Crop Width
/// Crop Width
/// </summary>
private void tbxVideo_Crop_Width_KeyDown(object sender, KeyEventArgs e)
{
Expand All @@ -143,7 +143,7 @@ private void tbxVideo_Crop_Width_KeyDown(object sender, KeyEventArgs e)
}

/// <summary>
/// Crop Height
/// Crop Height
/// </summary>
private void tbxVideo_Crop_Height_KeyDown(object sender, KeyEventArgs e)
{
Expand All @@ -155,7 +155,7 @@ private void tbxVideo_Crop_Height_KeyDown(object sender, KeyEventArgs e)
}

/// <summary>
/// Crop X
/// Crop X
/// </summary>
private void tbxVideo_Crop_X_KeyDown(object sender, KeyEventArgs e)
{
Expand All @@ -167,7 +167,7 @@ private void tbxVideo_Crop_X_KeyDown(object sender, KeyEventArgs e)
}

/// <summary>
/// Crop Y
/// Crop Y
/// </summary>
private void tbxVideo_Crop_Y_KeyDown(object sender, KeyEventArgs e)
{
Expand All @@ -180,7 +180,7 @@ private void tbxVideo_Crop_Y_KeyDown(object sender, KeyEventArgs e)


/// <summary>
/// SET Button
/// SET Button
/// </summary>
public void btnSet_Click(object sender, RoutedEventArgs e)
{
Expand Down Expand Up @@ -291,15 +291,15 @@ public void btnSet_Click(object sender, RoutedEventArgs e)


/// <summary>
/// Clear Button
/// Clear Button
/// </summary>
public void btnClear_Click(object sender, RoutedEventArgs e)
{
CropClear();
}

/// <summary>
/// Crop Clear (Method)
/// Crop Clear (Method)
/// </summary>
public static void CropClear()
{
Expand Down

0 comments on commit 3162daf

Please sign in to comment.