This commit is contained in:
2025-03-27 23:58:26 -04:00
parent a0c07364d1
commit e973404c82
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ fn main() {
// Setup ffmpeg
let mut ffmpeg = std::process::Command::new("ffmpeg")
.args(&[
.args([
"-y",
"-f",
"rawvideo",