Silence some logging

This commit is contained in:
Gabe Kangas
2020-06-16 19:08:34 -07:00
parent c6e4ea8349
commit cbe37d68ce
3 changed files with 5 additions and 7 deletions

View File

@@ -159,7 +159,7 @@ func startFfmpeg(configuration Config) {
ffmpegCmd := "cat " + pipePath + " | " + configuration.FFMpegPath + " " + ffmpegFlagsString
fmt.Println(ffmpegCmd)
// fmt.Println(ffmpegCmd)
_, err := exec.Command("sh", "-c", ffmpegCmd).Output()
fmt.Println(err)