We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FFCreator上的的FFVideo 有截取视频功能 ss: '00:00:03', to: '00:00:13',
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 去添加; 谢谢您!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 去添加; 谢谢您!
The text was updated successfully, but these errors were encountered: