From d2cba281e9454254e7b3fe46802c706ed9f64c2a Mon Sep 17 00:00:00 2001 From: Parth Aggarwal Date: Tue, 28 Apr 2026 20:21:24 +0530 Subject: [PATCH 1/4] Add daily learning structure to day-1.md --- day-1.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 day-1.md diff --git a/day-1.md b/day-1.md new file mode 100644 index 0000000..20af769 --- /dev/null +++ b/day-1.md @@ -0,0 +1,5 @@ +# Daily Learning + +## Morning Planning + +## Review From 8a25af7740b296049bba442007df1fdb96be4fd4 Mon Sep 17 00:00:00 2001 From: Parth Aggarwal Date: Tue, 28 Apr 2026 20:22:07 +0530 Subject: [PATCH 2/4] Add tasks for daily learning and planning --- day-1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/day-1.md b/day-1.md index 20af769..51355ee 100644 --- a/day-1.md +++ b/day-1.md @@ -2,4 +2,8 @@ ## 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 c895ecf271b5d65d9d9d37c8866754bffa918fbf Mon Sep 17 00:00:00 2001 From: Parth Aggarwal Date: Tue, 28 Apr 2026 20:23:07 +0530 Subject: [PATCH 3/4] Add ffmpeg task for media conversion Added a task to convert media from dark mode to light mode using ffmpeg. --- day-1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/day-1.md b/day-1.md index 51355ee..1c94797 100644 --- a/day-1.md +++ b/day-1.md @@ -7,3 +7,9 @@ - [ ] 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 3f5fe55782a5ffc8f73f6ea7302de30d6d52c088 Mon Sep 17 00:00:00 2001 From: Parth Aggarwal Date: Tue, 28 Apr 2026 20:23:30 +0530 Subject: [PATCH 4/4] Add image to daily learning markdown --- day-1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/day-1.md b/day-1.md index 1c94797..97a8520 100644 --- a/day-1.md +++ b/day-1.md @@ -2,6 +2,8 @@ ## 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.