From: vincent@cubedesigners.com Date: Mon, 11 Jul 2011 17:30:15 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=45f7c9ec6d2f2b142e568b97d3407bf4c9e07235;p=cubeextranet.git --- diff --git a/fluidbook/tools/fwstk.jar b/fluidbook/tools/fwstk.jar index eb2da9a56..19addbb21 100644 Binary files a/fluidbook/tools/fwstk.jar and b/fluidbook/tools/fwstk.jar differ diff --git a/fluidbook/tools/webvideo b/fluidbook/tools/webvideo new file mode 100644 index 000000000..27d249f36 --- /dev/null +++ b/fluidbook/tools/webvideo @@ -0,0 +1,9 @@ +#!/bin/sh + +filename=$(basename $1) +extension=${filename##*.} +filename=${filename%.*} + + +/usr/bin/ffmpeg -i $1 -acodec aac -ab 128k -vcodec mpeg4 -b 1200k -mbd 2 -cmp 2 -subcmp 2 -strict experimental $2/$filename.mp4 +/usr/local/bin/ffmpeg2theora $1 -o $2/$filename.ogv \ No newline at end of file