Skip to content

Commit 3e9660e

Browse files
Add Option -framerate
1 parent 4c80f28 commit 3e9660e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/convert.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ async fn encode_gif(
120120
"-start_number", &start_frame.to_string(),
121121
"-frames:v", &frames.to_string(),
122122
"-f", "gif",
123+
"-framerate", "24",
123124
"pipe:1"
124125
]
125126
)

0 commit comments

Comments
 (0)