attempt to fix 中華フォント現象 on some systems
This commit is contained in:
parent
579e28c5f9
commit
5d0e4f4415
|
@ -249,6 +249,9 @@ encoder.mkargs_video = function(clip_filename)
|
||||||
'--oacopts-add=application=voip',
|
'--oacopts-add=application=voip',
|
||||||
'--oacopts-add=compression_level=10',
|
'--oacopts-add=compression_level=10',
|
||||||
'--vf-add=format=yuv420p',
|
'--vf-add=format=yuv420p',
|
||||||
|
'--sub-font-provider=auto',
|
||||||
|
'--embeddedfonts=yes',
|
||||||
|
'--sub-font=Noto Sans CJK JP',
|
||||||
table.concat { '--ovc=', config.video_codec },
|
table.concat { '--ovc=', config.video_codec },
|
||||||
table.concat { '--oac=', config.audio_codec },
|
table.concat { '--oac=', config.audio_codec },
|
||||||
table.concat { '--start=', main_menu.timings['start'] },
|
table.concat { '--start=', main_menu.timings['start'] },
|
||||||
|
|
Loading…
Reference in a new issue