vpost_plugins

diff hullsdr/encode @ 0:7f7342bfbb25

vpost plugin for that video: http://www.youtube.com/watch?v=txt6SGL483E
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 19 Oct 2011 06:23:32 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hullsdr/encode	Wed Oct 19 06:23:32 2011 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +ffmpeg -i output/frame%4d.png -vpre libvpx-720p -b 3900k -pass 1 -an -f webm -y output.webm
     1.7 +
     1.8 +ffmpeg -i output/frame%4d.png -vpre libvpx-720p -b 3900k -pass 2 -an -f webm -y output.webm
     1.9 +#ffmpeg -i output/frame%4d.png -vpre libvpx-720p -b 3900k -pass 2 -acodec libvorbis -ab 100k -f webm -y output.webm