We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b46c0 commit 7693564Copy full SHA for 7693564
day-1.md
@@ -5,3 +5,8 @@
5
- [ ] Convert my first blog post into an actual webpage.
6
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