Faster ffmpeg video encoder options

pull/357/head
nyanpasu64 2018-07-29 05:34:47 -07:00
rodzic 5dfeca7a23
commit 4b231eaf5d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -105,7 +105,7 @@ class ProcessOutput(Output):
@register_config
class FFmpegOutputConfig(IOutputConfig):
path: str
video_template: str = '-c:v libx264 -crf 18 -bf 2 -flags +cgop -pix_fmt yuv420p -movflags faststart'
video_template: str = '-c:v libx264 -crf 18 -preset superfast'
audio_template: str = '-c:a aac -b:a 384k'