leonzhx
New Member
Hello,
We have setup a obs plugin project with Visual Studio, we have managed get obs encoder
when module loaded:
obs_encoder_t* encoder=obs_output_get_video_encoder(obs_get_output_by_name("simple_output"));
how we can get ffmpeg encoder(AVCodecContext*) from this encoder?
We are reading the underneath source code, but seems take time to understand overall architecture, if anyone has
ever done related work, please advise.
Thanks in advance.
We have setup a obs plugin project with Visual Studio, we have managed get obs encoder
when module loaded:
obs_encoder_t* encoder=obs_output_get_video_encoder(obs_get_output_by_name("simple_output"));
how we can get ffmpeg encoder(AVCodecContext*) from this encoder?
We are reading the underneath source code, but seems take time to understand overall architecture, if anyone has
ever done related work, please advise.
Thanks in advance.