diff --git a/vid/Makefile b/vid/Makefile index f7fe963..23eea7c 100755 --- a/vid/Makefile +++ b/vid/Makefile @@ -1,4 +1,4 @@ -all: pres2014.mp4 pres2014.jpg +all: pres2014.mp4 pres2014.jpg pres2014.ogg pres2014.webm pres2014.mp4: orig/CREP\ mai\ 2014.mp4 ffmpeg -i "$<" -strict -2 $@ -y @@ -13,5 +13,5 @@ pres2014.jpg: pres2014.mp4 ffmpeg -ss 00:01:49 -i $< -frames:v 1 $@ -y convert -strip -interlace Plane -gaussian-blur 0.05 -quality 90% $@ $@ -clear: +clean: rm pres2014.* -- libgit2 0.21.2