Overlay audio over video FFMEPG - development

Overlay audio over video FFMEPG

I’m wanting to overlay an audio recording over a video using FFMEPG PHP or more specially Laravel (if possible). The audio clip will need to replace the videos audio, or better if possible set the videos audio volume to a predefined value and overlay the audio.

The audio clip will always be longer than or the same length as the video and can not be clipped. Side note, how will this be handled? Black screen or frozen last frame, or?

Would appreciate someone pointing me in the right direction.

Much appreciated!



from Laravel Questions and Answers https://laravelquestions.com/php/overlay-audio-over-video-ffmepg/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome