精易论坛

标题: ffmpeg [打印本页]

作者: 仙游    时间: 2024-5-26 23:11
标题: ffmpeg
ffmpeg 5张图片转成视频 +1个MP3文件 要怎么写命令

作者: fire9    时间: 2024-5-26 23:15
https://blog.csdn.net/xindoo/article/details/121451318
作者: Cayenne    时间: 2024-5-26 23:22
`ffmpeg -framerate 24 -i image%02d.png -i 音频.MP3 -c:v libx264 -crf 20 -shortest output.mp4`
作者: 雨田9527    时间: 2024-5-27 02:29
我也来学习一下
作者: 仙游    时间: 2024-5-27 18:19
Cayenne 发表于 2024-5-26 23:22
`ffmpeg -framerate 24 -i image%02d.png -i 音频.MP3 -c:v libx264 -crf 20 -shortest output.mp4`

你好 画面9:16要怎么写?
作者: 745885260    时间: 2024-5-27 19:55
一看就是整抖音的
作者: Cayenne    时间: 2024-5-28 13:17
ffmpeg -framerate 24 -i image%02d.png -i 音频.MP3 -vf "scale=1080:1920" -c:v libx264 -crf 20 -shortest output.mp4   
作者: kk2apple    时间: 2024-7-30 22:53
Cayenne 发表于 2024-5-28 13:17
ffmpeg -framerate 24 -i image%02d.png -i 音频.MP3 -vf "scale=1080:1920" -c:v libx264 -crf 20 -shorte ...

好的,不错,谢谢。




欢迎光临 精易论坛 (https://125.confly.eu.org/) Powered by Discuz! X3.4