annotate 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 |
|
rev |
line source |
nuclear@0
|
1 #!/bin/sh
|
nuclear@0
|
2
|
nuclear@0
|
3 ffmpeg -i output/frame%4d.png -vpre libvpx-720p -b 3900k -pass 1 -an -f webm -y output.webm
|
nuclear@0
|
4
|
nuclear@0
|
5 ffmpeg -i output/frame%4d.png -vpre libvpx-720p -b 3900k -pass 2 -an -f webm -y output.webm
|
nuclear@0
|
6 #ffmpeg -i output/frame%4d.png -vpre libvpx-720p -b 3900k -pass 2 -acodec libvorbis -ab 100k -f webm -y output.webm
|