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
Post a Comment