Welcome Guest, Not a member yet? Register   Sign In
Running FFmpeg in Code Igniter
#13

[eluser]TheFuzzy0ne[/eluser]
[quote author="Sky Warden" date="1364175590"]
Well, how can I do that? This is really my first time in doing this kind of things. I think it's like loading a kind of library then execute it. I've searched the internet and found nothing. I really have no idea. Why is my ffmpeg no in /usr/local/bin anyway?[/quote]

Different distros store files in different places.

I was thinking something like this, but I'm just guessing:
Code:
$command = '/usr/bin/ffmpeg -itsoffset -7 -i '.FCPATH.'celestial_stream/video/test.mp4 -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 '.FCPATH.'celestial_stream/thumbnails/test.jpg';

echo $command; // Check that this contains the correct paths.
echo shell_exec($command);

[quote author="Sky Warden" date="1364175590"]
Random question : You don't sleep or what? :lol:[/quote]

Yes, I sleep. I just don't sleep very much since I suffer from severe pain.


Messages In This Thread
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 04:09 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 06:24 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 06:39 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 07:14 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 07:24 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 07:37 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 07:43 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 08:18 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 08:22 AM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 05:32 PM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 06:08 PM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 06:39 PM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 07:10 PM
Running FFmpeg in Code Igniter - by El Forum - 03-24-2013, 07:48 PM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 03:50 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 04:27 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 05:16 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 05:31 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 05:58 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 06:08 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 06:22 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 07:29 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 07:31 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 07:44 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 07:47 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 07:57 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 08:11 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 08:16 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 08:20 AM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 05:50 PM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 06:31 PM
Running FFmpeg in Code Igniter - by El Forum - 03-25-2013, 06:40 PM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 06:03 AM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 06:16 AM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 07:36 AM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 07:58 AM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 08:43 AM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 08:50 AM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 09:05 AM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 09:09 AM
Running FFmpeg in Code Igniter - by El Forum - 03-28-2013, 09:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB