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
@lukehedger
lukehedger / ffmpeg-compress-mp4
Last active November 12, 2025 11:39
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4
@steven2358
steven2358 / ffmpeg.md
Last active November 19, 2025 23:49
FFmpeg cheat sheet
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active November 20, 2025 12:39
Building a react native app in WSL2