Commit da79ffae4a1716955deaee2858bba95aaeae884b

Authored by Geoffrey PREUD'HOMME
1 parent 2d2f4e85

Corrections Makefile vidéos

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
vid/Makefile
1   -all: pres2014.mp4 pres2014.jpg
  1 +all: pres2014.mp4 pres2014.jpg pres2014.ogg pres2014.webm
2 2  
3 3 pres2014.mp4: orig/CREP\ mai\ 2014.mp4
4 4 ffmpeg -i "$<" -strict -2 $@ -y
... ... @@ -13,5 +13,5 @@ pres2014.jpg: pres2014.mp4
13 13 ffmpeg -ss 00:01:49 -i $< -frames:v 1 $@ -y
14 14 convert -strip -interlace Plane -gaussian-blur 0.05 -quality 90% $@ $@
15 15  
16   -clear:
  16 +clean:
17 17 rm pres2014.*
... ...