Edited wiki page VideoRecorder through web user interface.
authorunC0Rr@gmail.com
Sun, 07 Oct 2012 15:39:30 +0000
changeset 252 4c9881425131
parent 251 103e54e77c6f
child 253 d7db074d6efa
Edited wiki page VideoRecorder through web user interface.
VideoRecorder.wiki
--- a/VideoRecorder.wiki	Wed Sep 26 15:40:03 2012 +0000
+++ b/VideoRecorder.wiki	Sun Oct 07 15:39:30 2012 +0000
@@ -46,7 +46,7 @@
 
 = Notes =
 
- * If you will press ‘R’ multiple times during one game then you will get several videos. They all will be encoded simultaneously, and each instance of game engine will use hundreds of megabytes so be careful.
+ * If you press ‘R’ multiple times during one game, you will get several videos. They all will be encoded simultaneously, and each instance of game engine will use hundreds of megabytes so be careful.
  * It is supposed to use H.264 (MPEG-4 AVC) video codec. Binaries of ffmpeg for Windows include it. However, on Linux you may have stripped libavcodec without libx264, then different codec will be used which will generate several times larger files. For Ubuntu this may help: http://ubuntuforums.org/showthread.php?t=1117283
  * Logs from ffmpeg/libav are written to game log (Logs/game0.txt).
  * Tested only on Windows and Linux.