Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit a8f67af

Browse files
committed
Version 1.2 - Stable
1 parent c36fb9d commit a8f67af

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

HandBrakeCLIBatchEncode/Business/Processes/Encoder.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ private bool PerformVideoEncode(string inputFile, string outputFile, string pres
106106
{
107107
string arguments = @"-i """ + inputFile + @""" -o """ + outputFile + @""" --preset-import-file """ + presetPath + @""" -Z """ + presetName + @""" - B " + audioByteRate;
108108

109-
Console.Out.WriteLine(arguments);
110-
111109
using (Process process = new Process())
112110
{
113111
process.StartInfo.FileName = Global.HandrakeCLIPath;

HandBrakeCLIBatchEncode/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.1.0")]
36-
[assembly: AssemblyFileVersion("1.0.1.0")]
35+
[assembly: AssemblyVersion("1.0.2.0")]
36+
[assembly: AssemblyFileVersion("1.0.2.0")]

0 commit comments

Comments
 (0)