diff --git a/transcoder/src/extract.go b/transcoder/src/extract.go index ff1a0237..6f2e00ca 100644 --- a/transcoder/src/extract.go +++ b/transcoder/src/extract.go @@ -43,6 +43,8 @@ func (e *Extractor) Extract(path string, subs *[]Subtitle) (<-chan struct{}, err cmd := exec.Command( "ffmpeg", "-dump_attachment:t", "", + // override old attachments + "-y", "-i", path, ) cmd.Dir = attachment_path