Home > Backend Development > PHP Tutorial > How to merge video files in php

How to merge video files in php

WBOY
Release: 2016-09-30 09:37:28
Original
5285 people have browsed it

How to merge video files in php, or use any third-party tool to merge videos?

Reply content:

How to merge video files in php, or use any third-party tool to merge videos?

Merging two videos is not just about connecting two files. It needs to be decoded, spliced ​​and then encoded. I don’t know if ffmpeg can complete it, and then call its API. The transcoding will take a long time, so it is better to complete it asynchronously, otherwise the experience will not be good.
It would be better to use similar services provided by some cloud service providers.
ps. I haven’t tried it

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template