Can you help me? I want to save .h265?
Nuruto3228 opened this issue · 2 comments
Nuruto3228 commented
I want to save video in format .h265? i know how to save h264, but this not helping with h265
0001 SPS 0001 PPS 0001 iFrame 0001 bFrame
deepch commented
all key frame
00 00 00 01 VPS 00 00 00 01 SPS 00 00 00 01 PPS 00 00 00 01 KEY
all non key
00 00 00 01 FRAME
Nuruto3228 commented
Thanl you very much