File: gource-generator

package info (click to toggle)
gemrb 0.9.0%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 20,168 kB
  • sloc: cpp: 127,105; python: 30,385; ansic: 2,526; objc: 733; sh: 315; java: 105; perl: 98; xml: 69; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
#
# Use Q in gource to see the "log position" to be used with --start-position and
# --stop-position .
#
# Use -c with a value greater than 1.0 to speed up the animation even further.
#
# Use -H to see all the possible gource options.
#
# FFMpeg encoding quality and options are practically arbitrary. Now the video is
# 720p (-1280x720), but consider increasing the bitrate (-b) or improve quality some
# other way.
#
gource --logo artwork/gemrb-logo.png --title "GemRB development $(date +%Y)" \
  --seconds-per-day 1 --auto-skip-seconds 1 \
  --bloom-intensity 0.001 \
  -p 0.9447  -1280x720 --multi-sampling -o - |
ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - \
  -vcodec libvpx -preset ultrafast -b:v 10000K gource.webm