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!! Quote 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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.