Skip to content

Instantly share code, notes, and snippets.

View kachidk's full-sized avatar

Victor Nwanguma kachidk

View GitHub Profile
@kachidk
kachidk / ffmpeg-compress-mp4
Created November 24, 2023 15:00 — forked from lukehedger/ffmpeg-compress-mp4
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4
@kachidk
kachidk / NextLink.tsx
Last active March 8, 2024 15:53
How to add styling to an active link in NextJS