How to ffplay reversed audio?

624 Views Asked by At

How can I play the audio backwards with ffplay?

ffplay -af reverse file.mp3 gives the error "Media type mismatch between the 'ffplay_abuffer' filter output pad 0 (audio) and the 'Parsed_reverse_0' filter input pad 0 (video)"

1

There are 1 best solutions below

0
On

Pass a filtergraph to the libavfilter input virtual device:

ffplay -f lavfi amovie=file.mp3,areverse