Way to disable startmovie from recording sound?

chilledsanity

Newbie
Joined
Nov 4, 2006
Messages
59
Reaction score
0
Hey, I'm having a really weird bug where if I use the "startmovie" function in the console, it will freeze up, record a 1.6GB .wav file, THEN start recording the .tga's. The .wav file is completely useless (empty) and takes up my time, but I can resync the audio if I record the exact same segment using the avi extention (startmovie workdamnit avi). This is a real pain in the ass to do, but it's the only way I know of for me to get around the 2GB cap on recording avi's.

To make things short, can I prevent startmovie from recording ANY sound (and thus save myself the time it takes to record the 1.6GB of emptiness)?
 
Are you using only the startmovie command? Make sure you run host_framerate 30 when you start a movie.

When I do this on css it creates a normal sized wav file.. about 10mb per minute or so.

I use
bind f7 "host_framerate 30;startmovie temp"
bind f8 "endmovie; host_framerate 0"
for this.
 
Back
Top