diff options
Diffstat (limited to 'ffmpeg.go')
-rw-r--r-- | ffmpeg.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |