From 8e3c22eaf1cc06eaedaa7442d67c59dc1ad0e0ca Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 28 May 2017 18:52:07 +0200 Subject: [PATCH] change_rate() now works a bit more like expected. --- video.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/video.rst b/video.rst index d42fce3..c41099d 100644 --- a/video.rst +++ b/video.rst @@ -88,11 +88,9 @@ You can also change its rate, e.g. by:: video:change_rate(2.0) This will make it play at twice its usual speed. Your rate should not be -negative nor exactly zero. Be aware that once you've set a rate, the player -will wait for the next frame before considering any other commands, -so if you set your rate to e.g. 0.001 to nearly stop it, you will indeed -need to wait 16.67 seconds (assuming 60 fps video) before you can speed it -up again. This restriction may be lifted in the future. +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. Integration with CasparCG -- 2.39.2