From 4d5be6764bb14202533bc359af916c38987e9d2e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 28 Apr 2018 17:03:48 +0200 Subject: [PATCH] Document video rate changes + audio caveats. --- video.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/video.rst b/video.rst index 4f1ebca..ed565f8 100644 --- a/video.rst +++ b/video.rst @@ -94,7 +94,9 @@ You can also change its rate, e.g. by:: This will make it play at twice its usual speed. Your rate should not be negative nor exactly zero. You can set a rate to e.g. 1e-6 if you want to in practice stop the video; once you change it back to normal speed, -the next frame will resume playing. +the next frame will resume playing. Be aware that changing the rate may +make the audio behave unpredictably; there are no attempts to do time +stretching or change the pitch accordingly. Finally, if you want to forcibly abort the playing of a video, even one that is blocking on I/O, you can use (since Nageru 1.7.2):: -- 2.39.2