We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line in INSTALL.md should be updated as record.py is no more
INSTALL.md
record.py
ffms (optional, for record.py)
The text was updated successfully, but these errors were encountered:
26fa370
Thank you. ffmsvideo.py still contains reference to ffms (even though it does not seem to be imported):
ffmsvideo.py
ffms
$ 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.
Sorry, something went wrong.
Yup, that file needs to go. Reopening so I remember to do it (I'm not home now)
No branches or pull requests
This line in
INSTALL.md
should be updated asrecord.py
is no moreThe text was updated successfully, but these errors were encountered: