[Feature Dev] Waveform progress bar #89
Replies: 5 comments 13 replies
-
So this is basically a "trickplay but for music" to me. My main concern is that the output of ffmpeg is relatively hard to use. Can you be more specific on how you want to implement this, like where you want to store those data and how you want it it be passed back to the clients? |
Beta Was this translation helpful? Give feedback.
-
I recall that there were already some clients doing this without server-side support? |
Beta Was this translation helpful? Give feedback.
-
It seems like there is a
Which is exactly what is needed to draw a waveform (a list of amplitudes) Would this be a good data format to return then ? |
Beta Was this translation helpful? Give feedback.
-
PR opened here : jellyfin/jellyfin#13486 |
Beta Was this translation helpful? Give feedback.
-
Following this feature request : https://features.jellyfin.org/posts/432/waveform-for-audio#
I'd like to develop this feature, here is how I thought I'd do it :
The goal would be to have an API endpoint to retrieve music data, and the client will draw the waveform bar.
Create a function in
AudioController
(entry), use the ffmpeg command to generate music data.Let me know if there are specific things I should take into account, specific parameters, or things that might go wrong.
Beta Was this translation helpful? Give feedback.
All reactions