mirror of
git://git.savannah.gnu.org/guix/videos.git
synced 2024-12-29 11:40:23 +01:00
Don't automatically clean after video creation.
* Makefile(clino.webm): Comment out automatic cleaning.
This commit is contained in:
parent
1cf452a892
commit
669abd65e9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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 ########################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue