Gmunky Posted July 5, 2009 Share Posted July 5, 2009 I'm having issues trying to convert videos using exec('ffmpeg..'); without having to wait for the exec command to finish! I have tried usingĀ exec('ffmpeg... > /dev/null &') but that doesn't work. Can anyone help??! Thank you in advance!! Link to comment https://forums.phpfreaks.com/topic/164844-does-anyone-know-how-to-run-ffmpeg-in-the-background/ Share on other sites More sharing options...
.josh Posted July 5, 2009 Share Posted July 5, 2009 php does not have multi-thread capabilities. You can sort of kind of simulate it with forking but it's not really the same thing. Link to comment https://forums.phpfreaks.com/topic/164844-does-anyone-know-how-to-run-ffmpeg-in-the-background/#findComment-869219 Share on other sites More sharing options...
Gmunky Posted July 5, 2009 Author Share Posted July 5, 2009 That's not what I wanted to hear. =/..thanks. Link to comment https://forums.phpfreaks.com/topic/164844-does-anyone-know-how-to-run-ffmpeg-in-the-background/#findComment-869225 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.