mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
s/vrames/frames:v
This commit is contained in:
parent
40f57be0c7
commit
88ca9793e8
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ pub(crate) async fn thumbnail<S: Store>(
|
|||
&[
|
||||
"-i",
|
||||
input_file_str,
|
||||
"-vframes",
|
||||
"-frames:v",
|
||||
"1",
|
||||
"-codec",
|
||||
format.as_ffmpeg_codec(),
|
||||
|
|
Loading…
Reference in a new issue