mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
ffmpeg can crash when a title has subs
This commit is contained in:
parent
e0dc8237f5
commit
51c0c38b34
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user