我的问题与Adding text to videos using MLT Framework类似,但我使用的是其他命令。
我的命令是:
melt SampleVideo_1280x720_5mb.mp4 -attach watermark:title.txt producer.bgcolor=transparent in=50 out=500
这会生成title.txt中的文本,覆盖在原始剪辑的顶部,但是在一个黑色背景的框中。
melt -query filters
表明我安装了dynatext过滤器,但没有安装pango。
如何使用dynatext过滤器实现我想要的效果呢?
答案 0 :(得分:1)
melt SampleVideo_1280x720_5mb.mp4 -attach dynamictext:"Some text I want to show" bgcolour=0x00000000 in=50 out=100
注意: