I'm triying to use ffmpeg to encode videos when they are uploaded to elgg. I managed to install ffmpeg and php_ffmpeg under xampp (I'm using windows 7), I create a test.php file to test the conversion outside the elgg app and It works fine, but when I call ffmpeg inside elgg nothing happens. This is the command that I use:
$command = "$ffmpegpath -i $input $output";
@exec( $command, $ret );
Any ideas?
Thanks!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- pavilat@pavilat
pavilat - 0 likes
- itstheshawnp@itstheshawnp
itstheshawnp - 0 likes
You must log in to post replies.I solved it, elgg didn't have the proper rights to access the files to convert.
you should post a tutorial for how you got this working. Ive still been trying to get ffmpeg to work for me...also using xampp but on windows 8 x64. getting it working in elgg would be amazing coupled with either nubeso player or veeplayer.