viewtyconv (the ffmpeg way)

Here’s the new viewtyconv script. It can be used to convert movies into DivX format for LG KU990 Viewty or similar phones from a Bash Shell. Now it’s using [[ffmpeg]], no longer [[mencoder]]. To use this script you’ll need to have installed ffmpeg and also lame. Ffmpeg must be configured with –enable-libmp3lame, otherwise the script will not work.

#!/bin/bash
#
#by otzy_007 http://oprod.net
#
ffmpeg -i $1 -vcodec mpeg4 -s 400x240 -acodec libmp3lame -ab 128k -vtag DIVX $2

You can also download the scripts from here: http://oprod.net/index.php/downloads/category/3-viewtyconv