diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-05-15 23:18:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-15 23:18:04 +0200 |
commit | 8dca8ee42ab9325c8ac70e012eede8d4c24a7602 (patch) | |
tree | 13df36ddcec756f8d7923625559914e1016d64d6 /bin | |
parent | 9cafa26481a3a6873d06f2c743c04635f21ab77a (diff) | |
download | jenkins.debian.net-8dca8ee42ab9325c8ac70e012eede8d4c24a7602.tar.xz |
g-i-installation: ignore ffmpeg2theora output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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 |