You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the tutorial.
I would like to decode frame buffer encoded in MPEG2-TS. (H.264/AAC data)
This buffer is received from socket. And I would like to get an transform it as an RGB buffer.
How to achieve this with avformat ?
void FrameDecoder::onFrameReceived(const QByteArray &frame) {
qDebug() << "Ready to decode the frame " << frame;
}
Thanks for help.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the tutorial.
I would like to decode frame buffer encoded in MPEG2-TS. (H.264/AAC data)
This buffer is received from socket. And I would like to get an transform it as an RGB buffer.
How to achieve this with avformat ?
Thanks for help.
The text was updated successfully, but these errors were encountered: