Merge from master

This commit is contained in:
WithoutPants
2019-10-18 08:15:45 +11:00
216 changed files with 817 additions and 35896 deletions

View File

@@ -113,7 +113,7 @@ func (e *Encoder) run(probeResult VideoFile, args []string) (string, error) {
err = waitAndDeregister(probeResult.Path, cmd)
if err != nil {
logger.Errorf("ffmpeg error when running command <%s>", strings.Join(cmd.Args, " "))
logger.Errorf("ffmpeg error when running command <%s>: %s", strings.Join(cmd.Args, " "), stdoutString)
return stdoutString, err
}