]> icculus.org git repositories - divverent/darkplaces.git/commit
remove two debug prints
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 10 Feb 2009 13:23:48 +0000 (13:23 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 10 Feb 2009 13:23:48 +0000 (13:23 +0000)
commit629119cdd6b01d4443cacf6b9c82263c0b44ae1c
tree65cf769ee326e6a5eccdce27cc350eedeb1b0c4f
parentc9e9a4b88a5f2034aecc71939e6d768f551498b7
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

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8700 d7cf8633-e32d-0410-b094-e92efae38249
cl_screen.c