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.
写真と音楽をビデオに結合するために使用できる API を備えた Linux 上のビデオ作成ツールはありますか? 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