From 7009ea77993e67f7c228af03a9997151cfe969a8 Mon Sep 17 00:00:00 2001 From: Sarah <127451212+SarahSyntax@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:03:06 -0500 Subject: [PATCH 1/4] Create day-1.md --- day-1.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 day-1.md diff --git a/day-1.md b/day-1.md new file mode 100644 index 0000000..5ff2195 --- /dev/null +++ b/day-1.md @@ -0,0 +1,4 @@ +# Daily Learning +## Morning Planning + +## Review From 363dfd04045a06a378ca7f60211618e118f6776a Mon Sep 17 00:00:00 2001 From: Sarah <127451212+SarahSyntax@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:05:11 -0500 Subject: [PATCH 2/4] Update day-1.md --- day-1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/day-1.md b/day-1.md index 5ff2195..3b99c2d 100644 --- a/day-1.md +++ b/day-1.md @@ -1,4 +1,6 @@ # Daily Learning ## Morning Planning - +- [ ] Check out the [github blog](https://github.blog/) for topic ideas. +- [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github). +- [ ] Convert my first blog post into an actual webpage. ## Review From 7c2bcd9136b58c3b1ef0468688e8b9e127016b57 Mon Sep 17 00:00:00 2001 From: Sarah <127451212+SarahSyntax@users.noreply.github.com> Date: Wed, 11 Jun 2025 18:32:33 -0500 Subject: [PATCH 3/4] Update day-1.md --- day-1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/day-1.md b/day-1.md index 3b99c2d..317e287 100644 --- a/day-1.md +++ b/day-1.md @@ -4,3 +4,8 @@ - [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github). - [ ] Convert my first blog post into an actual webpage. ## Review +Convert an image or video from dark mode to light mode using [ffmpeg](https://www.ffmpeg.org) + +```bash +ffmpeg -i input.mp4 -vf "negate,hue=h=180,eq=contrast=1.2:saturation=1.1" output.mp4 +``` From 2ec60455402b603a23a77a91b143201a1a35c4e2 Mon Sep 17 00:00:00 2001 From: Sarah <127451212+SarahSyntax@users.noreply.github.com> Date: Wed, 11 Jun 2025 18:34:52 -0500 Subject: [PATCH 4/4] Update day-1.md --- day-1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/day-1.md b/day-1.md index 317e287..25055be 100644 --- a/day-1.md +++ b/day-1.md @@ -1,5 +1,7 @@ # Daily Learning ## Morning Planning +Cloudy morning + - [ ] Check out the [github blog](https://github.blog/) for topic ideas. - [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github). - [ ] Convert my first blog post into an actual webpage.