Added strict option for forcing built-in experimental aac encoder while encoding mp4 (needed with some ffmpeg / avconv configurations)
This commit is contained in:
@@ -70,7 +70,7 @@ _DEFAULT_CONFIG = {
|
||||
'video_format': 'webm',
|
||||
'webm_options': ['-crf', '10', '-b:v', '1.6M',
|
||||
'-qmin', '4', '-qmax', '63'],
|
||||
'mp4_options': ['-crf', '23' ],
|
||||
'mp4_options': ['-crf', '23', '-strict', '-2' ],
|
||||
'write_html': True,
|
||||
'zip_gallery': False,
|
||||
'zip_media_format': 'resized',
|
||||
|
||||
Reference in New Issue
Block a user