We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fc2e8 commit 7548e86Copy full SHA for 7548e86
1 file changed
day-1.md
@@ -4,3 +4,8 @@
4
- [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github).
5
- [ ] Convert my first blog post into an actual webpage.
6
## Review
7
+Convert an image or video from dark mode to light mode using [ffmpeg](https://www.ffmpeg.org)
8
+
9
+```bash
10
+ffmpeg -i input.mp4 -vf "negate,hue=h=180,eq=contrast=1.2:saturation=1.1" output.mp4
11
+```
0 commit comments