From eb1ea4adb7a3481aba3dbfc314115904450e93d4 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:26:41 -0400 Subject: [PATCH] passes tests by converting a series to a webm --- testdata/ffmpeg.d/cmd/prune/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testdata/ffmpeg.d/cmd/prune/main.go b/testdata/ffmpeg.d/cmd/prune/main.go index e8dfbc7..c6a867c 100644 --- a/testdata/ffmpeg.d/cmd/prune/main.go +++ b/testdata/ffmpeg.d/cmd/prune/main.go @@ -68,7 +68,8 @@ func Run(ctx context.Context, args []string) error { } else if seriesHasMovement { outd := strings.ReplaceAll(cam, "record", "movement") os.MkdirAll(outd, os.ModePerm) - cmd := exec.CommandContext(ctx, "ffmpeg", + cmd := exec.CommandContext(ctx, + "ffmpeg", "-y", "-framerate", "1", "-pattern_type", "glob",