- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
I have a question regarding a use of Intel IPP H.264 encoder.
that is.. how can I resend SPS/PPS again?
It looks like the encoder makes SPS/PPS only one time at the beginning of a stream.
And it seems that there is no way to set parameters to make it possible at the codec initialization time.
Although IPP provides GetPicParamSet() and GetSeqParamSet(), it's almost useless for me until finding
a wayto converts these into NAL units or something.
I'm using 'w_ipp-samples_p_6.1.5.060' now. if you have a patch for it, please send it to me.
Or is there any way to get SPS/PPS, please let me know.
Thank you.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can easily extract SPS/PPS using their start codes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
There is anIDR interval setting in the encoding parameter.
1 100 200 /* 1(reserved) , N (# of frames in between I frames), IDR interval. */
For each the IDR frame, the H.264 encoder will force to add the SPS/PPS data.
Thanks,
Chao
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page