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 1157707..e36c05b 100644
--- a/ffmpeg.go
+++ b/ffmpeg.go
@@ -13,7 +13,7 @@ func cutoutClipAndTranscode(ut *Utterance) error {
"to": ut.RightTime,
},
).Output(ut.OutPath, ffmpeg.KwArgs{
- "ar": "22050",
+ // "ar": "22050",
"metadata": fmt.Sprintf(`source="%s"`, ut.FD.VttPath),
}).OverWriteOutput().ErrorToStdOut().Run()
return err