Skip to content

Commit

Permalink
Code Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 committed Mar 10, 2020
1 parent cfc0526 commit ea6618a
Show file tree
Hide file tree
Showing 11 changed files with 544 additions and 553 deletions.
2 changes: 1 addition & 1 deletion NotEnoughAV1Encodes/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
3 changes: 1 addition & 2 deletions NotEnoughAV1Encodes/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
xmlns:local="clr-namespace:NotEnoughAV1Encodes"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
</Application>
</Application>
10 changes: 2 additions & 8 deletions NotEnoughAV1Encodes/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;

namespace NotEnoughAV1Encodes
{
Expand All @@ -14,4 +8,4 @@ namespace NotEnoughAV1Encodes
public partial class App : Application
{
}
}
}
9 changes: 2 additions & 7 deletions NotEnoughAV1Encodes/ConcatVideo.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace NotEnoughAV1Encodes
{
class ConcatVideo
internal class ConcatVideo
{
public static void Concat()
{
Expand Down Expand Up @@ -35,8 +31,7 @@ public static void Concat()
process.StartInfo = startInfo;
process.Start();
process.WaitForExit();

}
}
}
}
}
12 changes: 3 additions & 9 deletions NotEnoughAV1Encodes/EncodeAudio.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace NotEnoughAV1Encodes
namespace NotEnoughAV1Encodes
{
class EncodeAudio
internal class EncodeAudio
{
public static void AudioEncode()
{
//Place Holder for future Implementation
}
}
}
}
500 changes: 245 additions & 255 deletions NotEnoughAV1Encodes/MainWindow.xaml

Large diffs are not rendered by default.

Loading

0 comments on commit ea6618a

Please sign in to comment.