Skip to content

Instantly share code, notes, and snippets.

View 10kmotorola's full-sized avatar

orchid 10kmotorola

View GitHub Profile
@bbbradsmith
bbbradsmith / itunes_m4a_strip.py
Last active May 22, 2025 04:37
Removes iTunes fingerprinting and metadata from M4A files
#!/usr/bin/env python3
#
# iTunes M4A Strip
#
# Brad Smith, 2024
# https://rainwarrior.ca
#
# This program will search for all M4A files under the current directory,
# remove all unnecessary metadata, keeping only the AAC music data,
# then restoring only the desired tags from the original metadata.
@tatumroaquin
tatumroaquin / archlinux-qemu-kvm.md
Last active June 29, 2025 06:14
QEMU-KVM Installation for Arch Linux

QEMU-KVM in Arch Linux

Check Virtualization Support

lscpu | grep -i Virtualization
  • VT-x for Intel
  • AMD-Vi for AMD

Ensure that your kernel includes KVM modules

@MuhammadSaim
MuhammadSaim / rarreg.key
Last active June 29, 2025 19:58
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@mikoim
mikoim / README.md
Last active March 30, 2025 06:04
[Updated! Aug 14 2020] YouTube recommended encoding settings on ffmpeg (+ libx264)

Parameters

Container: MP4

Parameter YouTube recommends setting
-movflags faststart moov atom at the front of the file (Fast Start)

Video codec: H.264