# HG changeset patch # User Wuzzy # Date 1572444151 0 # Node ID 0408e1f3aff6e4a3d68fccc6d3a0417f35945554 # Parent b148683f504612b2b5f1b6890280a6a28b965847 VideoRecorder: fix grammar diff -r b148683f5046 -r 0408e1f3aff6 VideoRecorder.wiki --- a/VideoRecorder.wiki Wed Oct 30 14:02:14 2019 +0000 +++ b/VideoRecorder.wiki Wed Oct 30 14:02:31 2019 +0000 @@ -7,7 +7,7 @@ == How it works == -Video recording does not happen in not real-time. Instead it works as follows: +Video recording does not happen in real-time. Instead it works as follows: When you play game or watch a demo press ‘R’, game then will start to record camera positions to `VideoTemp/?.txtout` and sound to `VideoTemp/?.sw`. Press ‘R’ again to stop recording. After you will close game engine, `QTfrontend` will rename `?.txtout` to `?.txtin` and run an invisible instance of game engine which will actually encode video using prerecorded camera positions and sound; during encoding video file will be in `VideoTemp` and after encoding, it finishes it and moves it to `Videos/` and the files `?.txtin` and `?.sw` will be automatically removed. == Notes ==