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 October 15, 2025 00:28
Building a react native app in WSL2
@steven2358
steven2358 / ffmpeg.md
Last active October 18, 2025 13:57
FFmpeg cheat sheet
@lukehedger
lukehedger / ffmpeg-compress-mp4
Last active October 14, 2025 10:14
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4