Skip to content

Commit

Permalink
Allow retries
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Mar 13, 2024
1 parent 2d76c41 commit baa2642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/transcode/audio.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ func TrimFile(inFile, outFile paths.Path, start, end float64, cb ffmpeg.Progress
params := []string{
"-progress", "pipe:1",
"-hide_banner",
"-y",
"-i", inFile.Local(),
"-ss", fmt.Sprintf("%f", start),
"-to", fmt.Sprintf("%f", end),
Expand Down

0 comments on commit baa2642

Please sign in to comment.