Pull Request Overview
- Opened on August 3, 2026
- Status Open
- Commit count 7 with first commit August 3, 2026
Total Delta
Open Days
Test Delta
How long has this pull request spent in each phase of its lifecycle?
Data pending calculation for pull request
Add track volume control and audio level indicator in timeline
Track volume control is now available in each timeline track header and updates the track gain via a hidden volume filter.
A per-track audio level indicator shows the audio level for each track in the timeline UI. The indicator color mapping follows the audio meter gradient and updates in real time with incoming levels.
The the audiolevel and volume filters are hidden and are added after all the user filters. So some refactoring was necessary to keep track of normalizing filters (hidden), pre-user filters (subtitle feed - hidden), user filters (not hidden), and post-user filters (track volumen and level - hidden)
Depends on https://github.com/mltframework/mlt/pull/1278
Volume control:
Level indicators:
No comments have been left on this PR.