Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qypt15 opened this issue Mar 21, 2023 · 0 comments

Comments

@qypt15
Copy link

qypt15 commented Mar 21, 2023

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 去添加; 谢谢您!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant