Skip to content

Commit 7a9af5b

Browse files
authored
Merge pull request #2 from MarioC1996/start-blog
Create day-1.md
2 parents 267d9fc + 61cf00f commit 7a9af5b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

day-1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)