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 ... Link to comment https://forums.phpfreaks.com/topic/80587-ffmpeg/ 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"); ?> Link to comment https://forums.phpfreaks.com/topic/80587-ffmpeg/#findComment-409516 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.