You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
583 B
583 B
Video editing
@prev_tutorial{viz2d_font_rendering} @next_tutorial{viz2d_font_with_gui}
Original author | Amir Hassan (kallaballa) amir@viel-zu.org |
Compatibility | OpenCV >= 4.7 |
Render text on top of a video
Through adding a Source and a Sink v2d becomes capable of video editing. Reads a video, renders text on top and writes the result. Note: Reading and writing of video-data is multi-threaded in the background for performance reasons.
@include samples/cpp/video_editing.cpp