Open jose1711 opened 4 years ago
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)
This line in
INSTALL.md
should be updated asrecord.py
is no more