GNOME Bugzilla – Bug 793872
msdk: msdkh265enc stream no P frame.
Last modified: 2018-03-30 05:34:20 UTC
$ gst-launch-1.0 videotestsrc num-buffers=100 ! msdkh264enc gop-size=30 b-frames=0 ! filesink location=test.h264 Check test.h264 and all frames are I and B frame. If set b-frames=2, then same issue with https://bugzilla.gnome.org/show_bug.cgi?id=793869.
The bug report heading says it as "h265" but command using "h264" ?? If it is h265 specific, then it could be the msdk issue. It supports only B-frames (with one ref) instead of P-frames for some of the platforms.
(In reply to sreerenj from comment #1) > The bug report heading says it as "h265" but command using "h264" ?? > > If it is h265 specific, then it could be the msdk issue. It supports only > B-frames (with one ref) instead of P-frames for some of the platforms. Sorry, Sree. should be h265enc, If this is msdk issue, we can close this issue?
Yes, there is nothing we can do. It is up to the MediaSDK developers :)