passes tests by converting a series to a webm
parent
38ea2b8128
commit
eb1ea4adb7
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue