Skip to content

Instantly share code, notes, and snippets.

View Klrfl's full-sized avatar
💚
I love Vue

Efraim Munthe Klrfl

💚
I love Vue
View GitHub Profile
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active May 17, 2025 15:40
Building a react native app in WSL2
@steven2358
steven2358 / ffmpeg.md
Last active May 23, 2025 16:42
FFmpeg cheat sheet
@lukehedger
lukehedger / ffmpeg-compress-mp4
Last active May 24, 2025 07:49
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4