DEV Community

Murahashi [Matt] Kenichi
Murahashi [Matt] Kenichi

Posted on

Split audio file and fade out by ffmpeg

Use first 60 seconds. Fade out from 57 seconds per 3 seconds.

ffmpeg -i source.mp3 -af "afade=t=out:st=57:d=3" -to 60 result.mp3
Enter fullscreen mode Exit fullscreen mode

References

Top comments (0)

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide