mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29:09 +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],
|
*[s for s in additional_streams if s is not None],
|
||||||
str(self.output_path),
|
str(self.output_path),
|
||||||
vcodec="libx264",
|
vcodec="libx264",
|
||||||
|
scodec="copy",
|
||||||
vsync="cfr",
|
vsync="cfr",
|
||||||
pix_fmt="yuv420p",
|
pix_fmt="yuv420p",
|
||||||
crf=17,
|
crf=17,
|
||||||
|
Loading…
Reference in New Issue
Block a user