php - Combine an Image File with an Audio File -


i have requirement in php site join image(jpg or png) audio(wav) , output should video (like mpeg ,mp4 or wav itself).

is there tool available this?

ffmpeg quite easily. can create video set of images (in case, one) , attach audio it. have @ documentation.


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -