- 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
