pixpark / gpupixel

Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.

Home Page:https://gpupixel.pixpark.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

这个要怎么输出成mov或者mp4等格式的视频

yangdaming opened this issue · comments

这个要怎么输出成mov或者mp4等格式的视频

可以自己通过TargetRawDataOutput: https://github.com/pixpark/gpupixel/blob/main/src/target/target_raw_data_output.cc 读取处理后的yuv或rgb数据,然后压缩编码为视频