Skip to content

Commit 7548e86

Browse files
authored
Add ffmpeg task for media conversion
Added a task to convert media from dark mode to light mode using ffmpeg.
1 parent b3fc2e8 commit 7548e86

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

day-1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
- [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github).
55
- [ ] Convert my first blog post into an actual webpage.
66
## 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

Comments
 (0)