Skip to content

Instantly share code, notes, and snippets.

@b4tman
b4tman / ffmpeg-mp4-to-animated-webp.md
Created March 31, 2026 12:21 — forked from witmin/ffmpeg-mp4-to-animated-webp.md
Convert MP4 file to animated WebP in ffmpeg

Convert MP4 file to animated WEBP file in ffmpeg CLI

1. Install ffmpeg CLI through homebrew

In terminal.app, install ffmpeg through homebrew

brew install ffmpeg

Validate the installation:

@b4tman
b4tman / kmskeys10.txt
Created March 4, 2024 06:24 — forked from azhe403/kmskeys10.txt
Windows 10 KMS Keys
Windows.10.and.Office.2016.gVLK
#####################################################################
# Install/Uninstall keys #
#####################################################################
1.) Uninstall the current product by entering the “uninstall product key” extension:
slmgr.vbs /upk
2.) Install the key that you obtained above for “Windows Srv 2012R2 DataCtr/Std KMS for Windows 10”
@b4tman
b4tman / office_unlocker.pyw
Last active August 29, 2020 20:06 — forked from arrowinaknee/office_unlocker.pyw
Снимает защиту от редактирования с файлов MS Word (.docx) и MS Excel (.xlsx)
import os
import shutil
import sys
import tempfile
import tkinter as tk
from tkinter import filedialog
from tkinter import messagebox
from xml.sax import make_parser
from xml.sax.saxutils import XMLFilterBase, XMLGenerator
from zipfile import ZipFile, is_zipfile