mpv icon indicating copy to clipboard operation
mpv copied to clipboard

Modify frame data before rendering

Open yangpenglove opened this issue 2 years ago • 0 comments

Hello,

Is there a way to get frame data before rendering on opengl context? I want to add some specical filter on mpv but they are not ffmpeg filters, I checked document and found it seems mpv_render_context_get_info can get the next frame, but I am not sure I can modify the data of MPV_RENDER_PARAM_SW_POINTER.

I googled but cannot find any sample codes, do we have some samples?

Thanks

yangpenglove avatar Nov 05 '22 16:11 yangpenglove