Am 26.07.2021 um 14:27 schrieb [email protected]:
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 _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
