blitzloop
blitzloop copied to clipboard
Reference to record.py should be removed from INSTALL.md
This line in INSTALL.md
should be updated as record.py
is no more
ffms (optional, for record.py)
Thank you. ffmsvideo.py
still contains reference to ffms
(even though it does not seem to be imported):
$ grep -r ffms
blitzloop/ffmsvideo.py:import ffms
blitzloop/ffmsvideo.py: self.vsource = ffms.VideoSource(song.videofile)
blitzloop/ffmsvideo.py: self.vsource.set_output_format([ffms.get_pix_fmt("bgr32")])
Maybe this could get removed too to make it clean.
Yup, that file needs to go. Reopening so I remember to do it (I'm not home now)