sokheng Posted September 15, 2006 Share Posted September 15, 2006 Hi, does anyone knows where to get a script that allows you to convert video to 3gp format for mobile. I would like to have a script that could convert video file to 3gp format just like this site here and maybe convert between other formats as well.http://media-convert.com/anyone can help me with this script. Just take that site as an example the convertion. Link to comment https://forums.phpfreaks.com/topic/20881-3gp-converter/ Share on other sites More sharing options...
sokheng Posted September 16, 2006 Author Share Posted September 16, 2006 Anyone can help? I can offer US$20 for such a script written like the one on media-convert.com Link to comment https://forums.phpfreaks.com/topic/20881-3gp-converter/#findComment-92912 Share on other sites More sharing options...
SDraconis Posted September 16, 2006 Share Posted September 16, 2006 I am not really familiar with media-convert.com, but I have made a page before where users can submit video clips and my site converts them into Windows Media. I don't think you can do this using just a PHP script. Our solution was to have the server run an encoder program in the background. Link to comment https://forums.phpfreaks.com/topic/20881-3gp-converter/#findComment-93262 Share on other sites More sharing options...
lisawebs Posted December 16, 2006 Share Posted December 16, 2006 Hi can you explain me how to convert an avi video into a wmv,is just to run the converter in the server background?How can I do this?What converter do you use?Thanks, Lisa.[email protected][quote author=SDraconis link=topic=108192.msg435776#msg435776 date=1158447787]I am not really familiar with media-convert.com, but I have made a page before where users can submit video clips and my site converts them into Windows Media. I don't think you can do this using just a PHP script. Our solution was to have the server run an encoder program in the background.[/quote] Link to comment https://forums.phpfreaks.com/topic/20881-3gp-converter/#findComment-142549 Share on other sites More sharing options...
Nicklas Posted December 16, 2006 Share Posted December 16, 2006 use [b]ffmpeg[/b] to convert between movie formats. If you dont know what it is, search the forum or just google it ;)simple syntax example[color=blue][b]ffmpeg -i original.avi newfile.3gp[/b][/color] Link to comment https://forums.phpfreaks.com/topic/20881-3gp-converter/#findComment-142563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.