Archive

Posts Tagged ‘videos ffmpeg’

Watermark Flv Videos – Ffmpeg

October 24th, 2009 Comments off

I need to watermark my flv videos, also i need a text based watermark as well just in case i want to go that way. This is a fairly easy job, i just dont have the time to research it at the moment.

I also require the correct command for converting flv to 3gp for mobiles

Currently i have this, but i need to make sure first
exec (‘ffmpeg -i test.flv -ar 8000 -ac 1 -ab 12.2k -s 176×144 test.3gp);

Bear