Fixed framerate setting not being used
This commit is contained in:
parent
152e16d9ed
commit
4b388b5bae
1 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue