mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fix audio doesn't copying
This commit is contained in:
parent
527aa05d82
commit
c14e6c015a
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ pub fn concatenate_ffmpeg(temp: &Path, output: &Path, encoder: Encoder) {
|
|||
&concat_file,
|
||||
])
|
||||
.args(audio_cmd)
|
||||
.args(["-c", "copy", "-sn", "-map", "0", output.to_str().unwrap()]),
|
||||
.args(["-c", "copy", output.to_str().unwrap()]),
|
||||
};
|
||||
let out = cmd.output().unwrap();
|
||||
|
||||
|
|
Loading…
Reference in a new issue