Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix ffmepge audio aac
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Aug 27, 2019
1 parent 85eb73e commit 8c6fc6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gnes/preprocessor/io_utils/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ def scale_video(input_fn: str = 'pipe:',
'vcodec': vcodec,
'pix_fmt': pix_fmt,
'crf': crf,
'framerate': frame_rate
'framerate': frame_rate,
'acodec': 'aac',
'strict': 'experimental', # AAC audio encoder is experimental
}

if scale:
Expand Down

0 comments on commit 8c6fc6c

Please sign in to comment.