Collection of self written bash scripts to ease everyday life mainly in Linux environment
Convert audio file into a video file with black frames.
- ffmpeg
Count BPM (Beats Per Minute) in a given audio file.
- sox
- bpm-tools
In the event of catasthropic storage failure, your filesystem might lose some installed files that pacman still holds information for. This will help checking which files are missing for a given package.
- pacman
Do integrity check for all packages matching given filter.
- pacman
Fast transcoding videos using Nvidia GPU encoder.
- ffmpeg
Fast transcoding videos using Intel VA API.
- ffmpeg
Loops over all .jpg in current directory then sets its orientation right based on its EXIF data. Some Android camera softwares have this problem where photo orientation is correct when viewed using the gallery app, but is incorrect when viewed elsewhere, such as after being transferred to a computer.
- ImageMagick
List installed kernel modules that are not currently in use.
- hwdetect
- awk
Merge 2 videos into 1, with horizontal left and right layout.
- ffmpeg
Merge 2 videos into 1, with vertical top and bottom layout.
- ffmpeg
Reinstall all packages previously built by yay.
- pacman
Single command to restart all 3 pipewire user services.
- pipewire
Behave like a mini top, useful as a desktop widget where you don't want too many informations.
- procps-ng
Categorize (read: put into folders) files in the current folder based on creation (or is it last modified? I'm not sure) year and month.
- grep
Remove vocals from audio files to make a minus one audio.
- demucs
- sox
- ffmpeg