2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/videos.git synced 2023-12-14 05:53:00 +01:00

Don't automatically clean after video creation.

* Makefile(clino.webm): Comment out automatic cleaning.
This commit is contained in:
Björn Höfling 2019-02-26 23:11:15 +01:00
parent 1cf452a892
commit 669abd65e9
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -67,8 +67,8 @@ $(NUMBER).clino.$(VIDEO).webm: \
-i $(VIDEO)/$(LOCALE_LANG)/audios/all.mp3 \
-c:a libopus -b:a 192k \
-c:v libvpx-vp9 -crf 31 -b:v 0 -pix_fmt gbrp \
-threads 4 -shortest -vf fps=30 $(VIDEO)/$(LOCALE_LANG)/videos/$@; \
make clean_noCli
-threads 4 -shortest -vf fps=30 $(VIDEO)/$(LOCALE_LANG)/videos/$@;
# make clean_noCli
############################ CREATE CLI VIDEO ########################################################