s/vrames/frames:v

This commit is contained in:
asonix 2023-02-04 17:47:03 -06:00
parent 40f57be0c7
commit 88ca9793e8
1 changed files with 1 additions and 1 deletions

View File

@ -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(),