Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
linux上是否有一个视频制作工具,它有一个api,我可以用它来将图片和音乐组合成一个视频?我刚刚找到了 youtube 编辑器。我可以添加多张图片并制作视频。不幸的是,它没有 api。有没有类似的?
从图像创建视频幻灯片
# each image will have a duration of 5 seconds ffmpeg -f image2 -r 1/5 -i img%03d.png -i music.m4a -r 30 out.mp4