The LectureCut Render is a module of the LectureCut project. It is responsible for rendering the final video from the cut list generated by a Generator.
Internally the Render module uses avcodec
, avformat
, and similar from the FFmpeg project to handle cutting and transcoding. The Render module is written in C++ to allow fast and efficient processing of videos.
The LectureCut Render module is licensed under the MIT License.