2 parents 267d9fc + 61cf00f commit 7a9af5bCopy full SHA for 7a9af5b
1 file changed
day-1.md
@@ -0,0 +1,12 @@
1
+# Daily Learning
2
+## Morning Planning
3
+<img alt="Cloudy morning" src="https://octodex.github.com/images/cloud.jpg" width="100" align="right">
4
+- [ ] Check out the [github blog](https://github.blog/) for topic ideas.
5
+- [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github).
6
+- [ ] Convert my first blog post into an actual webpage.
7
+## Review
8
+Convert an image or video from dark mode to light mode using [ffmpeg](https://www.ffmpeg.org)
9
+
10
+```bash
11
+ffmpeg -i input.mp4 -vf "negate,hue=h=180,eq=contrast=1.2:saturation=1.1" output.mp4
12
+```
0 commit comments