Skip to content

Commit

Permalink
maybe better luck with this one
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh committed Feb 21, 2025
1 parent 6ecbeb3 commit efcb9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/ai_live_video.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ func ffmpegOutput(ctx context.Context, outputUrl string, r io.ReadCloser, params
cmd := exec.Command("ffmpeg",
"-loglevel", "debug",
"-analyzeduration", "2500000", // 2.5 seconds
"-skip_estimate_duration_from_pts", "true",

Check warning on line 263 in server/ai_live_video.go

View check run for this annotation

Codecov / codecov/patch

server/ai_live_video.go#L261-L263

Added lines #L261 - L263 were not covered by tests
"-i", "pipe:0",
"-c:a", "copy",
"-c:v", "copy",
Expand Down

0 comments on commit efcb9f3

Please sign in to comment.