diff --git a/utils.go b/utils.go index a0ec794..3df9d9d 100644 --- a/utils.go +++ b/utils.go @@ -42,7 +42,7 @@ func ffprobe(filename, stype string) map[string]string { cmd := exec.Command( "ffprobe", "-show_streams", - "-select_streams", stype, // Only show video data + "-select_streams", stype, "-print_format", "compact", "-loglevel", "quiet", filename,