video

Audio and Video

April 14, 2024
linux, ubuntu, audio, video

Audio and Video # Audio # DeaDBeeF # https://deadbeef.sourceforge.io/download.html https://github.com/DeaDBeeF-Player/deadbeef DeaDBeeF is a multiple-platform music player for desktop operating systems. MP3Gain # MP3Gain analyzes and adjusts mp3 files so that they have the same volume. sudo apt install mp3gain mp3gain -r -d 3 -p *.mp3 How to convert MP3 ID3 tag encodings # https://www.xmodulo.com/convert-mp3-id3-tag-encodings-linux.html Install mid3iconv on Linux # The mid3iconv tool is part of python3-mutagen package, which is universally available on major Linux platforms. ...