pip install matplotlib librosa audioread pydub futures mutagen pillow eyed3 tinytag moviepy
git clone https://github.com/Michael-Sebero/Media-Tools
sh /home/$USER/Media-Tools/media-tools
This script compares two audio files using a spectrogram during the first 8 minutes or less.
## Change Volume 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 rotates a video by 90, 180 or 270 degrees depending on the user's choice.
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, sort-by-artist-r
does this recursively.
This script organizes songs by their genre, artist and albums associated with the artist.
This script organizes media based off their resolution.
The script view-metadata
displays metadata associated with media files.