pip install matplotlib librosa audioread pydub futures mutagen pillow eyed3 tinytag moviepy
git clone https://github.com/Michael-Sebero/Media-Tools
python3 /home/$USER/Media-Tools/media-tools.py
This script compares two audio files using a spectrogram during the first 8 minutes or less.
This script changes the volume of audio files in a given directory to in a seperate folder.
This script converts all audio files in a given directory to .opus in a seperate folder.
This script sorts songs in an album according to their CD metadata.
This script separates .flac and .ape files based off of their metadata.
This script mass crops images to an output folder.
This script adds thumbnails of the user's choice to .flac and .mp3 files in a given directory.
This script removes audio from video files in a given directory.
This script removes metadata from video files in a given directory.
This script rotates a video by 90, 180 or 270 degrees depending on the user's choice.
This script detects the sample rate of audio which is playing.
This script scales an image to any given dimension.
This script organizes songs within a specified directory by creating folders named after their album metadata.
This script organizes songs within a specified directory by creating folders named after their artist and album metadata.
This script organizes songs by their genre, artist and albums associated with the artist.
This script organizes media based off their resolution.
This script displays metadata associated with media files.

