quanticc / lawena-recording-tool

Simple movie recording tool for Source Engine games
http://lawena.github.io/
GNU General Public License v3.0
80 stars 16 forks source link

Add support for JPEG output in startmovie #37

Closed quanticc closed 10 years ago

quanticc commented 10 years ago

Implement an option to select between TGA and JPEG output for the Source Recorder command startmovie. Feature request by Quadstrike.

Details about the command:

] startmovie
startmovie <filename>
 [
 (default = TGAs + .wav file)
 h264 = H.264-encoded audio and video (must have QuickTime installed!)
 raw = TGAs + .wav file, same as default
 tga = TGAs
 jpg/jpeg = JPegs
 wav = Write .wav audio file
 jpeg_quality nnn = set jpeq quality to nnn (range 1 to 100), default 50
 ]
examples:
   startmovie testmovie jpg wav jpeg_quality 75
   startmovie testmovie h264   <--- requires QuickTime
AVI is no longer supported.
quanticc commented 10 years ago

Works fine, difference in quality is expected but the reduction in disk usage is huge.

Pushing to development update channel..