Add comment about avoiding `-movflags faststart`

pull/357/head
nyanpasu64 2018-07-31 02:17:49 -07:00
rodzic fc7014750b
commit c8aa456136
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -105,6 +105,8 @@ class ProcessOutput(Output):
@register_config
class FFmpegOutputConfig(IOutputConfig):
path: str
# Do not use `-movflags faststart`, I get corrupted mp4 files (missing MOOV)
video_template: str = '-c:v libx264 -crf 18 -preset superfast'
audio_template: str = '-c:a aac -b:a 384k'