GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
74e56c390b674a6390432bf916cd59ee355d5b30
Authored by
Geoffrey PREUD'HOMME
2015-03-25 18:36:30 +0100
1 parent
10aeca7b
2014 video compression
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
vid/Makefile
Inline
Side-by-side
vid/Makefile
0 → 100644
Wrap text
Show/Hide comments
View file @
74e56c3
...
...
@@ -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
...
...