tnfe / FFCreator

A fast video processing library based on node.js (一个基于node.js的高速视频制作库)
http://tnfe.github.io/FFCreator/
MIT License
2.78k stars 392 forks source link

关于subTitle字幕换行的问题 #390

Open zjqiudan opened 11 months ago

zjqiudan commented 11 months ago

尝试了setWrap里的wordWrapWidth方法报错,尝试了setStyle里的width不生效,请问字幕实现换行如何实现?

huipengo commented 11 months ago

const _style = { wordWrap: true, wordWrapWidth: _width, breakWords: true, align: 'center', };