kishan Posted December 7, 2007 Share Posted December 7, 2007 hi all, i have installed ffmpeg in my local system and when i type ffmpeg its working fine there, now how can i use this ffmpeg command in php files in my project exec so that from when where ever i run it should work ...do i need to set the path or need to have some entries in the ini file ... Quote Link to comment Share on other sites More sharing options...
trq Posted December 8, 2007 Share Posted December 8, 2007 Simply put the path to ffmpeg in your call to exec. eg; <?php exec("/usr/bin/ffmpeg foo"); ?> Quote Link to comment 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.