mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 04:26:36 +00:00
More VP9 tweaks
This commit is contained in:
parent
d1eecf19c2
commit
3039e3105c
@ -281,7 +281,7 @@ def download_media(
|
||||
if 'av1-' in ofn:
|
||||
codec_options.extend(['-c:v', 'libsvtav1', '-preset', '8', '-crf', '35'])
|
||||
elif 'vp9-' in ofn:
|
||||
codec_options.extend(['-c:v', 'libvpx-vp9', '-b:v', '0', '-crf', '31', '-row-mt', '1'])
|
||||
codec_options.extend(['-c:v', 'libvpx-vp9', '-b:v', '0', '-crf', '31', '-row-mt', '1', '-tile-columns', '2'])
|
||||
if '-opus' in ofn:
|
||||
codec_options.extend(['-c:a', 'libopus'])
|
||||
set_ffmpeg_codec = not (
|
||||
|
Loading…
Reference in New Issue
Block a user