Commit 74e56c390b674a6390432bf916cd59ee355d5b30

Authored by Geoffrey PREUD'HOMME
1 parent 10aeca7b

2014 video compression

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
vid/Makefile 0 → 100644
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +pres2014.mp4: orig/CREP\ mai\ 2014.mp4
  2 + ffmpeg -i "$<" -strict -2 $@ -y
  3 +
  4 +clear:
  5 + rm pres2014.mp4