0

I wonder is there any method to merge subtitle to a video? both of them stored on the server...

I'm trying to create an apps that will have custom subtitle and then upload the subtitle to the server and merge it up with the video. Final step is to upload the video to the user's YouTube account.

Is there any way I could do this? With PHP alone maybe not, but extension/plugin maybe?

Thanks!

Fadli
  • 976
  • 9
  • 24
  • 1
    Hi Ahmad, welcome to SO! This site lives with the fact, that also the askers put some effort into their questions. You will more likely get an answer if you do some researches and explain, what you already found out. Otherwise your question might be closed unanswered. – Nippey Feb 24 '14 at 10:46
  • http://trac.ffmpeg.org/wiki/How%20to%20burn%20subtitles%20into%20the%20video You will need ffmpeg, but if you are on shared hosting, i am not sure that provider will install it/allow you to use it... – sinisake Feb 24 '14 at 10:46
  • @nevermind so ffmpeg is not like just putting it on the directory of the host then run the script? – Fadli Feb 26 '14 at 06:54

1 Answers1

0

You Could Use http://www.ffmpeg.org

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library

Ramin Mousavi
  • 486
  • 1
  • 5
  • 19