Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 969 Bytes

File metadata and controls

24 lines (16 loc) · 969 Bytes

If you like this project, please consider giving it a star ⭐️!

⚠️ THIS REPO IS STILL IN DEVELOPMENT ⚠️

📝 Description

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.

🏗 Structure

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.

📜 License

The LectureCut Render module is licensed under the MIT License.