Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=vmexam.git;a=commitdiff;h=56d9dfaaa177eb6ffd5bfb52f525e3fae812fe69
commit 56d9dfaaa177eb6ffd5bfb52f525e3fae812fe69 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Fri Dec 7 02:18:09 2007 +0100 video/mobile-convert: *->phone converter diff --git a/video/mobile-convert b/video/mobile-convert new file mode 100755 index 0000000..53bc2c4 --- /dev/null +++ b/video/mobile-convert @@ -0,0 +1,5 @@ +#!/bin/bash + +# a simple script to convert any video to a 3gp format which can be played by phones + +ffmpeg -i $1 -acodec amr_nb -ar 8000 -ac 1 -ab 12.2k -vcodec h263 -s qcif -r 15 `basename $1`.3gp _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
