r8700 - trunk/darkplaces

divverent at icculus.org divverent at icculus.org
Tue Feb 10 08:23:48 EST 2009


Author: divverent
Date: 2009-02-10 08:23:48 -0500 (Tue, 10 Feb 2009)
New Revision: 8700

Modified:
   trunk/darkplaces/cl_screen.c
Log is attached.
remove two debug prints

Working way to encode from darkplaces using mencoder without writing a huge dpvideo...avi:

mkfifo ~/.nexuiz/data/video/dpvideo001.avi
perl -e 'while(read STDIN, my $var, 1048576) { print $var; }' < ~/.nexuiz/data/video/dpvideo001.avi | mencoder -o outfile.avi - .....options......

while running DarkPlaces with cl_capturevideo from another shell



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20090210.132348.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20090210/28c76665/attachment.diff>


More information about the twilight-commits mailing list