gpt4 book ai didi

php - FFMPEG utf-8 特殊字符在视频水印文本中不起作用

转载 作者:行者123 更新时间:2023-12-04 23:16:10 25 4
gpt4 key购买 nike

关闭。这个问题需要details or clarity .它目前不接受答案。












想改进这个问题?通过 editing this post 添加详细信息并澄清问题.


6年前关闭。







Improve this question



$input = "input.flv";
$output = "output.mp4";
$font = "arial.ttf";
$text = "ମୋ ପ୍ରତିଭା";

$command = "ffmpeg -i $input -vf \"format=yuv444p, drawbox=y=ih/PHI:color=black@0.4:width=iw:height=48:t=max, drawtext=fontfile=$font:text='$text':fontcolor=white:fontsize=24:x=w-tw:y=(h/PHI)+th, format=yuv420p\" -c:v libx264 -c:a copy -movflags +faststart $output";

结果:

enter image description here

这里我想放 utf-8 字符。但我能够在我的视频输出中获得正确的文本。请帮我。

最佳答案

带有 Unicode 字符的 Arial 字体文件称为 arialuni.ttf . Odia 字符在此处使用该字体正确打印。

关于php - FFMPEG utf-8 特殊字符在视频水印文本中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38266469/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com