Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 667 Bytes

File metadata and controls

19 lines (13 loc) · 667 Bytes

Daily Learning

Morning Planning

Cloudy morning

Review

  • Check out the github blog for topic ideas.
  • Learn about GitHub Pages.
  • Convert my first blog post into an actual webpage.

Convert an image or video from dark mode to light mode using ffmpeg

ffmpeg -i input.mp4 -vf "negate,hue=h=180,eq=contrast=1.2:saturation=1.1" output.mp4

Mona the Octocat