[FFmpeg-user] Question regarding Sample Rates and Formats

Michael Koch astroelectronic at t-online.de
Mon Jul 26 15:45:15 EEST 2021


Am 26.07.2021 um 14:27 schrieb tim.russell at med-associates.com:
> Does FFMPEG support sample rates (using the '-ar' parameter) of 192k?
> I don't see it listed in the documentation.

yes that works, here is an example:

ffmpeg -f lavfi -i sine=1000:d=10 -ar 192000 sine.wav

Michael



More information about the ffmpeg-user mailing list