how to add text watermark and convert video to 3gp with FFMPEG?

1.4k Views Asked by At

how to add text watermark and convert a video flv to 3gp with FFMPEG?

1

There are 1 best solutions below

3
On

Below is the code to convert flv to 3gp:

ffmpeg -i input.flv -s 176x144 -vcodec h263 -r 15 -b 200 -ab 12.8 -acodec amr_nb -ar 8000 output.3gp