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

[eluser]Sky Warden[/eluser]
[quote author="TheFuzzy0ne" date="1364177432"]
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.[/quote]
It doesn't work. You deleted the celestial_stream from the command string because it returns the wrong path (double celestial_stream) and I'm sure the path is correct now. This is what it prints :

/usr/bin/ffmpeg -itsoffset -7 -i /opt/lampp/htdocs/celestial_stream/video/test.mp4 -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 /opt/lampp/htdocs/celestial_stream/thumbnails/test.jpg

I've checked it. There's test.mp4 in the video directory indeed, and I've given full permission to both video and thumbnails directory.

Maybe I need to give permission to execute in /usr/bin?

I also put shell_exec($command) without echo, just to make sure, but still doesn't work.


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