Jump to content

HELP! 3gp to 3gp FFMPEG conversion


inversesoft123

Recommended Posts

Help needed.

 

I am converting 3gp to watermarked 3gp using FFMPEG. and using following command

 

$command1 = "ffmpeg -i test.3gp -vhook '/usr/lib/vhook/watermark.so -f watery.png -m 1 -t 222222' -s qcif -vcodec h263 -r 10 -b 180 -sameq -ab 64 -acodec aac -ac 1 -ar 8000 OutputVid.3gp";
shell_exec( $command1 );

 

No 3gp file is created. when I create FLV everything works fine but FLV is not showin time while playing.

Link to comment
https://forums.phpfreaks.com/topic/205839-help-3gp-to-3gp-ffmpeg-conversion/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.