mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 02:37:00 -07:00
linux support ffmpeg aac "strict": "experimental"
This commit is contained in:
parent
c1bf3f53ba
commit
72797ce406
1 changed files with 2 additions and 1 deletions
|
@ -198,7 +198,8 @@ def video_from_sequence( input_dir, output_file, reference_file=None, ext=None,
|
|||
if include_audio and ref_in_a is not None:
|
||||
output_kwargs.update ({"c:a": "aac",
|
||||
"b:a": "192k",
|
||||
"ar" : "48000"
|
||||
"ar" : "48000",
|
||||
"strict": "experimental"
|
||||
})
|
||||
|
||||
job = ( ffmpeg.output(*output_args, **output_kwargs).overwrite_output() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue