FFMpeg based FLV to 3gp batch converter scripts

A friend from #fakap asks me to create a dead simple FLV to 3gp batch converter for him to port youtube clips to mobile phone.

As a result I complied, and created flvto3gp bash script for the job.

Usage
Using it is simple, just run this script inside a directory full of FLV (or any video files supported by ffmpeg) and execute it using this command :

sh flvto3gp.sh *

The script will convert all video files to 3gp file format one by one. The script requires
ffmpeg in order to run.

Ubuntu users might have to refer to this post before using this utility : Enable mp3 and amr support in ffmpeg ( Ubuntu )

[tags]ubuntu,flv,linux,ffmpeg,open source[/tags]

9 Replies to “FFMpeg based FLV to 3gp batch converter scripts”

  1. hi: good work. Do you have anything that will convert the other direction? -i.e. from 3gp to flv.
    Stephen.

Comments are closed.