ffmpeg can crash when a title has subs

This commit is contained in:
Steve Nixon 2022-04-05 23:26:31 -07:00
parent e0dc8237f5
commit 51c0c38b34

View File

@ -108,6 +108,7 @@ class VideoEncoder(threading.Thread):
*[s for s in additional_streams if s is not None],
str(self.output_path),
vcodec="libx264",
scodec="copy",
vsync="cfr",
pix_fmt="yuv420p",
crf=17,