subtitle.py: dodaj -pix_fmt yuv420p v burn-in encode (subtitle re-encode je perpetuiral broadcast yuv422p iz prej\u0161nje stopnje)
This commit is contained in:
parent
46ec0cec9c
commit
6279b0ec03
@ -261,6 +261,7 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
|
|||||||
"ffmpeg", "-y", "-i", str(video),
|
"ffmpeg", "-y", "-i", str(video),
|
||||||
"-vf", vf,
|
"-vf", vf,
|
||||||
"-c:v", "libx264", "-preset", "medium", "-crf", "21",
|
"-c:v", "libx264", "-preset", "medium", "-crf", "21",
|
||||||
|
"-pix_fmt", "yuv420p", # web/mobile compat (Instagram/FB/web players)
|
||||||
"-c:a", "copy",
|
"-c:a", "copy",
|
||||||
"-movflags", "+faststart",
|
"-movflags", "+faststart",
|
||||||
str(output),
|
str(output),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user