Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | Convert flv to mp4 video convert without FFMPEG in PHP | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by ashvin - 8 months ago (2015-06-01) flv to mp4 video convert in php
+1 | I have requirement to convert flv to mp4 video using PHP code. I have searched on search engine. but I didn't find a proper solution. Please help me how can i do this? |
6. by Dave Smith - 7 months ago (2015-06-21) Reply
There is already a full implementation in a PHP class available for cloud convert, the link can be found on their website.
3. by Manuel Lemos - 8 months ago (2015-06-15) Reply
One alternative solution is to use some Web service API that performs that conversion.
Right now I do not see a class here that can do that, but it would probably not be hard to write one based on a Web service that exists out there.
4. by Dave Smith - 8 months ago (2015-06-16) in reply to comment 3 by Manuel Lemos Comment
I have checked around and was not able to find a totally free conversion service. The one I am leaning toward is cloudconvert which provides limited free access to their rest api and converts many document and media types.
If someone is already working on this, or knows of a better conversion service, let me know.
5. by Manuel Lemos - 8 months ago (2015-06-17) in reply to comment 4 by Dave Smith Comment
Yes, cloudconvert is one option although I did not see if there are any limits for a free service.
Zamzar is another option although their free account limits to 1MB files.
Then there is a myriad of Web sites that just provide forms to upload files to convert. Those could be scraped, although that is not a reliable solution as the owners may not intend to allow automated conversions and can add CAPTCHA inputs or other restrictions.
1. by Dave Smith - 8 months ago (2015-06-01) Reply
I don't think it is possible without an application like ffmpeg. I am not a sound expert, so they can correct me if I am wrong, but my understanding is that licensing fees or royalties would have to be paid by PHP to implement conversion using pure PHP.
2. by ashvin - 8 months ago (2015-06-02) in reply to comment 1 by Dave Smith Comment
Thanks Dave.
Recommend package | |
|