FFCreatorLite icon indicating copy to clipboard operation
FFCreatorLite copied to clipboard

作者您好! FFCreatorLite的FFVideo 模块可以加上 视频截取功能吗?谢谢您!

Open qypt15 opened this issue 1 year ago • 0 comments

FFCreator上的的FFVideo 有截取视频功能 ss: '00:00:03', to: '00:00:13',

` const fvideo = new FFVideo({ path: video1, width: width * 0.7, height: 423 * 0.7, x: width / 2, y: height / 2, ss: '00:00:03', to: '00:00:13', });

`

希望 FFCreatorLite 也加上 ss 和 to

还有另外个问题: 我个人建议可以加一个 :可以拼接FFMPEG语句, 如果不满足开发需求,开发者可以自由拼接ffmpeg 去添加; 谢谢您!

qypt15 avatar Mar 21 '23 11:03 qypt15