You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The waveform component is very sensitive. It would be more useful if it moved slower. I consider this a bug because the current sensitivity is just ugly, not really suitable to be called a "visualizer".
Create some FFmpeg complex_filter command that smooths that audio stream before the showwaves filter
I tried this but I don't know if it's even possible
Option 2:
Give FFmpeg some wrong parameters (i.e., draw frame too small). You can create a smoother effect this way but it results in a blurry image. Maybe we could do something with it, though
Option 3:
Take the FFmpeg input every 30 frames (for example) and do some interpolation/smoothing/fading between the frames to make a smoother, more unique visualization outside of FFmpeg (easiest option, I'll probably try this eventually)
The text was updated successfully, but these errors were encountered:
The waveform component is very sensitive. It would be more useful if it moved slower. I consider this a bug because the current sensitivity is just ugly, not really suitable to be called a "visualizer".
It's using FFmpeg filters called showwaves and showfreqs.
Any input/feedback/help is appreciated :)
Option 1:
Option 2:
Option 3:
The text was updated successfully, but these errors were encountered: