VideoRecorder: fix grammar
authorWuzzy
Wed, 30 Oct 2019 14:02:31 +0000
changeset 2097 0408e1f3aff6
parent 2096 b148683f5046
child 2098 ead873175f4f
VideoRecorder: fix grammar
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 ==