diff options
author | GrailFinder <wohilas@gmail.com> | 2023-02-16 14:45:10 +0300 |
---|---|---|
committer | GrailFinder <wohilas@gmail.com> | 2023-02-16 14:45:10 +0300 |
commit | 08f3748a34fe4d7d42da4670c8c46b7b73fbb720 (patch) | |
tree | 91721b5986f63956893c5d87bbce0284dc9c43f7 /ffmpeg.go | |
parent | f7fd6d7e5877f96c605137ae185626ac6f85eebc (diff) |
Feat: attempt concurrency
Diffstat (limited to 'ffmpeg.go')
-rw-r--r-- | ffmpeg.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,6 +16,5 @@ func cutoutClipAndTranscode(ut *Utterance) error { "ar": "22050", "metadata": fmt.Sprintf(`source="%s"`, ut.FD.VttPath), }).OverWriteOutput().ErrorToStdOut().Run() - return err } |