Tutorials

How to use ffplay

To cut a section of a wav file with a certain starting position and playing duration use the following:

ffplay -ss position -t duration -i file.wav out.wav

Options: