- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi.
Lately we have implemented closed captions encoding for Intel MediaSDK boosted AVC Encoder. Everything works fine except one usage case.
When we have several closed captioning data (e.g. SCTE and ATSC captions), we should put them in different SEI. So we create to user data payloads: one for each CC data. When coding is progressive, everything is ok. But when coding is interlaced, encoder puts these SEI like this:
PPS
SEI (buffering period)
SEI (picture timing - top field)
SEI (user data registered - SCTE CC)
I SLICE Data (top field)
AUD
SEI (picture timing - bottom field)
SEI (user data - ATSC CC)
P SLICE Data (bottom field)
What should be done to put both SEI user data in the top field?
Regards,
Maxim Sharabayko
コピーされたリンク
3 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
HI,
Thanks for the good question. I do not know but I will find out and report back here.
-Tony
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Maxim,
From Referene Manual discussing the mfxEncodeCtrl stucture: "“…for field pictures, odd payloads are associated with the first field and even payloads are associated with the second field. …”.
It may be possible to use 3 payloads to have your two CC playloads (1 & 3) appear with the first (top) field and a "dummy" payload (2) in the second field.
-Tony
