An open API service indexing awesome lists of open source software.

https://github.com/charlie0129/bitrate-visualizer

Visualize the bitrate distribution of a VBR audio file in realtime.
https://github.com/charlie0129/bitrate-visualizer

audio-visualizer bitrate encoder visualization

Last synced: 10 months ago
JSON representation

Visualize the bitrate distribution of a VBR audio file in realtime.

Awesome Lists containing this project

README

          

# Bitrate Visualizer

Bitrate Visualizer is a tool to visualize the bitrate of an audio file in realtime, so you can inspect how the audio encoder allocates bitrate at any instant.

image

scrrec

Q: Why the prebuilt binary is so big?

A: I bundled `ffprobe` in the app so you don't need to install it manually. Over 90% of the size is from `ffprobe`. The app itself is built using Tauri, which has only a few megabytes in size. It is possible to build one without `ffprobe` to significantly reduce disk size footprint but that would sacrifice convenience since the user need to install `ffprobe` by himself.