Mute when thumbnailing
This commit is contained in:
parent
2ee05bf8a6
commit
ceb8f57ec7
3 changed files with 11 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ pub fn main(
|
|||
) -> Result<(), Box<dyn Error>> {
|
||||
let mut image = {
|
||||
let thumbnails = {
|
||||
let mut video = match video::new_video(input) {
|
||||
let mut video = match video::new_video(input, video::VideoSettings { mute: true }) {
|
||||
Ok(ok) => ok,
|
||||
Err(_err) => return Err(Into::into(format!("missing required plugin"))),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue