Video convert script
Today I’ve made my account on snipt :) And my first contribution to the comunity is a video converter script to convert movies for the LG KU990 Viewty phone. Here’s the script:
!/bin/bash
#convert movies into divx format for lg ku990 viewty
mencoder "$1" -ovc lavc -oac lavc -lavcopts acodec=libmp3lame:abitrate=128 \
-vf scale=400:240 -ffourcc DX50 -fps 23 -o "$2"
You can download it at: http://oprod.net/index.php/downloads/category/3-viewtyconv