Vbrfix Snesnopic
Use this command to install Vbrfix:
winget install --id=Snesnopic.Vbrfix -e Simple utility to repair MP3 VBR file headers to fix seek issues
winget install --id=Snesnopic.Vbrfix -e Simple utility to repair MP3 VBR file headers to fix seek issues
A command-line tool to repair MP3 Variable Bit Rate (VBR) headers. It regenerates the Xing/LAME tag to correct duration and seekability issues in VBR files.
vbrfix [options]
| Flag | Description |
|---|---|
-makevbr | Force writing of the VBR tag (Recommended) |
-always | Process the file even if it appears correct |
-lameinfo | Keep existing LAME info if possible |
Example:
vbrfix -makevbr podcast.mp3 podcast_fixed.mp3
Requirements:
Compilation:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
Installation (Optional):
sudo cmake --install .
GPL-2.0-or-later. See LICENSE for details. Original code by William Pye (2006). Modernized fork.