Skip to content

Commit

Permalink
Try to get file diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbang committed Sep 26, 2020
1 parent d13fb18 commit 13a9121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gene-pool-backend/FileHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ public static class FileHelper {
private static string PathToFfmpeg = "ffmpeg.exe";

public static void ToWavFormat(string pathToMp4, string pathToWav) {
System.Diagnostics.Trace.TraceInformation("TESTINGTESTINGTESTING");

var ffmpeg = new Process {
StartInfo = { UseShellExecute = false, RedirectStandardError = true, FileName = PathToFfmpeg }
};
Expand Down

0 comments on commit 13a9121

Please sign in to comment.