remove circleci (#83)

This commit is contained in:
Fran
2023-09-29 18:16:18 +02:00
committed by GitHub
parent ec40467798
commit 803a7842ee
7 changed files with 10 additions and 51 deletions

View File

@@ -263,12 +263,12 @@ func (t *Transcoder) Run(progress bool) <-chan error {
}
err = proc.Wait()
go t.closePipes()
if err != nil {
err = fmt.Errorf("failed finish ffmpeg (%s) with %s message %s %s", command, err, outb.String(), errb.String())
}
go t.closePipes()
done <- err
close(done)
}(err)