summaryrefslogtreecommitdiff
path: root/ffmpeg.go
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.go')
-rw-r--r--ffmpeg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.go b/ffmpeg.go
index 4dead58..0e45f86 100644
--- a/ffmpeg.go
+++ b/ffmpeg.go
@@ -31,7 +31,7 @@ func cutoutClipAndTranscode(ut *Utterance) error {
func cutOnEqualParts(filepath, outname, segment string) error {
err := ffmpeg.Input(filepath).
- Output(outname+"%02d.opus",
+ Output(outname+"_%02d.opus",
ffmpeg.KwArgs{
"c": "copy",
"map": 0,