All Projects â†’ missing-semester â†’ Videos

missing-semester / Videos

Licence: other
Lecture video processing scripts 🎥

Programming Languages

python
139335 projects - #7 most used programming language

Missing Semester: Lecture Videos Build Status

This repository contains scripts for producing lecture videos for Missing Semester.

Dependencies

pip install ffmpeg-python

Usage

Run python lec{n}.py to produce a lecture video. The DSL defined in lib.py is pretty simple; look at any of the processing scripts for any lecture video, and it should be clear how to make new ones.

To type-check the code, run:

mypy .

License

Copyright (c) 2020 Anish Athalye, Jose Javier, and Jon Gjengset. Released under the MIT License. See LICENSE.md for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].