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
你好,直接使用这个库的时候,再往视频中添加图片感觉过于慢了,一个10m的视频编辑完成需要一分钟,不知道是否是正常?请教一下。 下面是使用的FFmpeg命令: ffmpeg -i videoPath -i imagePath -filter_complex overlay=0:0 -vcodec libx264 -profile:v baseline -preset ultrafast -b:v 3000k -g 30 -f mp4 outPath
ffmpeg -i videoPath -i imagePath -filter_complex overlay=0:0 -vcodec libx264 -profile:v baseline -preset ultrafast -b:v 3000k -g 30 -f mp4 outPath
The text was updated successfully, but these errors were encountered:
preset superfast 试试这个
Sorry, something went wrong.
No branches or pull requests
你好,直接使用这个库的时候,再往视频中添加图片感觉过于慢了,一个10m的视频编辑完成需要一分钟,不知道是否是正常?请教一下。
下面是使用的FFmpeg命令:
ffmpeg -i videoPath -i imagePath -filter_complex overlay=0:0 -vcodec libx264 -profile:v baseline -preset ultrafast -b:v 3000k -g 30 -f mp4 outPath
The text was updated successfully, but these errors were encountered: