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.
PHP サイトで画像 (jpg または png) を音声 (wav) に結合する必要があり、出力はビデオ (mpeg、mp4、または wav 自体など) である必要があります。
これに利用できるツールはありますか?
ffmpegはそれを非常に簡単に行うことができます。一連の画像(この場合は1つのみ)からビデオを作成し、それにオーディオを添付することができます。ドキュメントをご覧ください。