andyjimmy Posted December 19, 2006 Share Posted December 19, 2006 I don't know if this is even possible, but I knew that this would be the best place to ask.What i'm looking to do it to have users upload their AVIs (divx or xvid etc) and have my script convert them into FLV, obviously behind the scenes as it would take quite some time to do.Does anyone know of any resources, perhaps ready made scripts, additional librarys that would make it possible, anything to shed some light on this area would be most appreciated as i didn't turn anything up googling.Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/31203-solved-avi-conversion-to-flv-using-php/ Share on other sites More sharing options...
drifter Posted December 19, 2006 Share Posted December 19, 2006 I know I am not going to be much help, but this sounds to me like a non php item - but you can look out site php and find something in c for example and call it is a system() or exec() that what I do with a voice synthesizer Link to comment https://forums.phpfreaks.com/topic/31203-solved-avi-conversion-to-flv-using-php/#findComment-144262 Share on other sites More sharing options...
trq Posted December 19, 2006 Share Posted December 19, 2006 If your server has mencoder installed it shouldn't be too difficult. Link to comment https://forums.phpfreaks.com/topic/31203-solved-avi-conversion-to-flv-using-php/#findComment-144263 Share on other sites More sharing options...
andyjimmy Posted December 19, 2006 Author Share Posted December 19, 2006 Thanks for the quick replies already... What actually is mencoder? I checked my phpinfo() and it isn't listed in there Link to comment https://forums.phpfreaks.com/topic/31203-solved-avi-conversion-to-flv-using-php/#findComment-144264 Share on other sites More sharing options...
trq Posted December 19, 2006 Share Posted December 19, 2006 mencoder is a Linux (command line) utility for encoding video in different formats. Link to comment https://forums.phpfreaks.com/topic/31203-solved-avi-conversion-to-flv-using-php/#findComment-144266 Share on other sites More sharing options...
andyjimmy Posted December 19, 2006 Author Share Posted December 19, 2006 Awesome! I will have to look into it with my host and also look into how it all works.Thanks everyone for your help Link to comment https://forums.phpfreaks.com/topic/31203-solved-avi-conversion-to-flv-using-php/#findComment-144342 Share on other sites More sharing options...
gooogle Posted February 7, 2007 Share Posted February 7, 2007 I know this [url=http://www.flash-video-mx.com/flv_encoder_sdk/]flv encoder sdk[/url] can help you convert avi to flv using PHP. Link to comment https://forums.phpfreaks.com/topic/31203-solved-avi-conversion-to-flv-using-php/#findComment-178981 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.