Also,
The production server is running under linux. so i used the above statement.

But, at our machine it is windows and i could able to run
shell_exec("ffmpeg2theora -o output.ogg Jul_03.mp4");
and i can get output.ogg, which playing very well at browsers.

It is the problem at our production server, for which i'm
using shell_exec("ffmpeg -i Jul_03.mp4 output.ogg &"); and
litheora enabled. Do i need to ask the hosting provider anything on this? I
already talked to them and i think everything is there in place.
What else i'm missing.

Please let me know.

Thanks


On Wed, Jul 17, 2013 at 3:50 PM, Chaitanya Gopathi <
chaitan...@gopalsystems.com> wrote:

> Hi,
>
> I am working on ffmpeg very first time. I could able to convert an ogg
> file from a mp4. But it is not playing in the browser. All other videos are
> playing fine. Related add-ons are installed to the browser.
>
> I used following:
>
> <?php
> shell_exec("ffmpeg -i Jul_03.mp4 output.ogg &");
> ?>
>
> I followed the archived records and googled on it, but could not find the
> solution.
> Which one i missed? Please help me.
>
> Thanks in advance,
>
> Chaitanya.
>
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to