summaryrefslogtreecommitdiff
path: root/ffmpeg.go
diff options
context:
space:
mode:
authorGrailFinder <wohilas@gmail.com>2023-02-16 14:45:10 +0300
committerGrailFinder <wohilas@gmail.com>2023-02-16 14:45:10 +0300
commit08f3748a34fe4d7d42da4670c8c46b7b73fbb720 (patch)
tree91721b5986f63956893c5d87bbce0284dc9c43f7 /ffmpeg.go
parentf7fd6d7e5877f96c605137ae185626ac6f85eebc (diff)
Feat: attempt concurrency
Diffstat (limited to 'ffmpeg.go')
-rw-r--r--ffmpeg.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.go b/ffmpeg.go
index 329ae01..1157707 100644
--- a/ffmpeg.go
+++ b/ffmpeg.go
@@ -16,6 +16,5 @@ func cutoutClipAndTranscode(ut *Utterance) error {
"ar": "22050",
"metadata": fmt.Sprintf(`source="%s"`, ut.FD.VttPath),
}).OverWriteOutput().ErrorToStdOut().Run()
-
return err
}