inversesoft123 Posted June 25, 2010 Share Posted June 25, 2010 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 More sharing options...
inversesoft123 Posted June 25, 2010 Author Share Posted June 25, 2010 Solved just updated bitrate 16000 Link to comment https://forums.phpfreaks.com/topic/205839-help-3gp-to-3gp-ffmpeg-conversion/#findComment-1077118 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.