summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-05-15 23:18:04 +0200
committerHolger Levsen <holger@layer-acht.org>2013-05-15 23:18:04 +0200
commit8dca8ee42ab9325c8ac70e012eede8d4c24a7602 (patch)
tree13df36ddcec756f8d7923625559914e1016d64d6 /bin/g-i-installation.sh
parent9cafa26481a3a6873d06f2c743c04635f21ab77a (diff)
downloadjenkins.debian.net-8dca8ee42ab9325c8ac70e012eede8d4c24a7602.tar.xz
g-i-installation: ignore ffmpeg2theora output
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 01b71d12..705b2ba0 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -97,7 +97,7 @@ cleanup_all() {
#
# create video
#
- ffmpeg2theora --videobitrate 700 --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size 800x600 -o g-i-installation-$NAME.ogv
+ ffmpeg2theora --videobitrate 700 --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size 800x600 -o g-i-installation-$NAME.ogv > /dev/null
rm snapshot_??????.ppm
# rename .bak files back to .ppm
if find . -name "*.ppm.bak" > /dev/null ; then