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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -