Merge pull request #629 from snixon/ffmpeg_subs_crash

ffmpeg can crash if source title has subtitles
This commit is contained in:
K4YT3X
2022-04-09 05:16:27 -04:00
committed by GitHub

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,