# HG changeset patch # User unC0Rr@gmail.com # Date 1349624370 0 # Node ID 4c988142513158c523455d6193fdb7d1145a9cbd # Parent 103e54e77c6fa0cc6ad3a2f3e78a5b403e0d3fce Edited wiki page VideoRecorder through web user interface. diff -r 103e54e77c6f -r 4c9881425131 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.