mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +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",
|
"-i",
|
||||||
input_file_str,
|
input_file_str,
|
||||||
"-vframes",
|
"-frames:v",
|
||||||
"1",
|
"1",
|
||||||
"-codec",
|
"-codec",
|
||||||
format.as_ffmpeg_codec(),
|
format.as_ffmpeg_codec(),
|
||||||
|
|
Loading…
Reference in a new issue