[MEncoder-users] Mencoder -vf bmovl php

James Hastings-Trew jimht at shaw.ca
Fri Jul 2 15:50:16 CEST 2010


  On 10-07-02 6:56 AM, davis right wrote:
> I am trying to watermark uploaded videos using mencoder -vf bmovl command.
>
> I have to execute the below command everytime a video is uploaded to
> ensure that the logo is showing.
>
> ( echo "RGBA32 171 80 5 160 0 1" ; cat mylogo.rgba )>  mylogo.fifo&
>
> My problem is how can I execute the above command in php ?
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>
exec ("( echo \"RGBA32 171 80 5 160 0 1\" ; cat mylogo.rgba ) > 
mylogo.fifo &");

doesn't do it?


More information about the MEncoder-users mailing list