/VLC_YuvCutAndSplicingbyOpengl

这是一个利用vlc返回的视频帧数据(YUV),然后对其进行裁剪,拼接操作的项目。有两种处理方式:第一种利用opengl进行裁剪拼接,第二种是利用YUV数据的特性进行裁剪拼接。 This is a project that uses the video frame data (YUV) returned by vlc, and then cuts and splices it. There are two ways of processing: the first is to use opengl for cutting and splicing, and the second is to use the characteristics of YUV data for cutting and splicing.

Primary LanguageCGNU General Public License v3.0GPL-3.0

This repository is not active