Fixed framerate setting not being used
Some checks failed
CI / Rust check (push) Has been cancelled
CI / Frontend check (push) Has been cancelled
CI / Build Docker image (push) Has been cancelled
CI / Build and push Docker image (push) Has been cancelled

This commit is contained in:
Arnaud_Cayrol 2026-02-16 18:00:22 +01:00
parent 152e16d9ed
commit 4b388b5bae

View file

@ -114,6 +114,8 @@ where
.arg("0") // Allow absolute paths
.arg("-i")
.arg(concat_path)
.arg("-r")
.arg(config.framerate.to_string())
.arg("-c:v")
.arg(&config.codec)
.arg("-crf")