Removed extraneous comment
This commit is contained in:
parent
b07339a04c
commit
c8bed93b92
1 changed files with 1 additions and 1 deletions
2
utils.go
2
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue