DTV下的AD Switch和Hearing Impaired功能介绍
文章目錄
- 前言
- 1. audio language之AD Switch
- 1.1 簡介
- 1.2. 類別
- 1.2.1. Receiver-Mixed AD
- 1.2.2. Broadcast-Mixed AD
- 1.3 識別方式
- 1.4 碼流分析
- 1.5 audio優先級
- 2. subtitle language之Hearing Impaired
- 2.1. 簡介
- 2.2. 識別方式
- 2.3. 碼流分析
- 2.4. subtitle優先級
- 總結
前言
??本文介紹DTV下的audio language下的AD Switch和subtitle language下的Hearing Impaired功能
1. audio language之AD Switch
1.1 簡介
???輔助音頻功能,選項有On/Off,一般用于有視力障礙的情況下,部分地區要求使用名稱縮寫V.I.
1.2. 類別
??AD的類型有兩種,分別是Receiver-Mixed AD和Broadcast-Mixed AD
1.2.1. Receiver-Mixed AD
??這種方式是歐洲最常用到的AD類型,它的音軌不需要傳輸完整的音頻,只需要傳輸弱視的聲音即可,然后跟主音軌混音在一起進行輸出;
1.2.2. Broadcast-Mixed AD
??這種方式在埃及、泰國等比較常見,它的音軌是傳輸完整的音頻,相當于一個獨立的音軌,不需要跟主音軌進行混音,而是直接切到該音軌上即可,Broadcast-Mixed的音軌的ISO639語言代碼是"qad"和"nar";
1.3 識別方式
| 0x00 | Undefined | 主音軌 |
| 0x01 | Clean effects | 把一些環境聲音去掉了,只保留人聲 |
| 0x02 | Hearing impaired | 聽力障礙 |
| 0x03 | Visual impaired commentary | 視力障礙 |
| 0x03~0x0F | Reserved | 預留 |
| 0 | Reciever-MIX | 輔助音軌與主音軌分開傳輸,在接收端本地合成 | 以單獨設置AD音軌流的音量,不會影響Nomal音軌流的音量 |
| 1 | Broadcast-MIX | 輔助音軌與主音軌一起傳輸,在發送端提前合成 | 客戶按正常的主音軌解碼,避免部分接收機器不支持 |
| 0x00 | Main audio,the classification shall not be used for broadcast-mix audio |
| 0x01 | Audio description for the visually impaired |
| 0x02 | Clean audio for the hearing impaired |
| 0x03 | Spoken subtitle for the visuall impaired |
| 0x04 | Dependent paremetric data stream |
| 0x05~0x16 | Reserved for future use |
| 0x17 | Unspecific supplementtary audio for the general audience |
| 0x18~0x1F | User defined |
| Main audio (see note 3) | 0x00 or 0x01 | 1 | 0x00 |
| Audio description (broadcast mixed) | 0x00, 0x01 or 0x03 | 1 | 0x01 |
| Audio description (receiver mixed) | 0x03 | 0 | 0x01 |
| Clean audio | 0x02 | 1 | 0x02 |
| Parametric data dependent stream | 0x02 | 0 | 0x04 |
| Spoken subtitles (broadcast-mix) | 0x00, 0x01 or 0x03 | 1 | 0x03 |
| Spoken subtitles (receiver-mix) | 0x03 | 0 | 0x03 |
| Unspecific audio for the general audience | any | 0 or 1 | 0x17 |
| user defined | any | 0 or 1 | 0x18~0x1F |
??如上表,當audio_type 為 0x00, 0x01 or 0x03,mix_type 為 1,editorial_classification 為1 時,為Broadcast-mixed AD;當audio_type 為 0x03,mix_type 為 0,editorial_classification 為1 時,為Receiver mixed AD。如未解析到上述有效信息,則檢查ISO_639_Language_code中的語言碼是否為“NAR”或“QAD”,如果有則判為Broadcast-mixed AD。
??針對Spoken subtitles的支持,【強制】要求等同于Audio description的Broadcast-mixed AD和Receiver mixed AD進行V.I.圖標的顯示和音軌處理。
1.4 碼流分析
1.5 audio優先級
??在AD Switch ON的情況下,AD音軌優先級最高,即,改變了audio language音軌后,從其他節目轉到該節目或者在該節目下關機再開機,仍然是AD優先。若AD Switch為關,則AD音軌優先級最低。
2. subtitle language之Hearing Impaired
2.1. 簡介
輔助字幕功能,選項有On/Off,一般用于有聽力障礙的情況下,字幕將音頻的內容呈現出來便于理解,名稱縮寫H.O.H
2.2. 識別方式
| 0x00 | reserved for future use |
| 0x01 | EBU Teletext subtitles |
| 0x02 | associated EBU Teletext |
| 0x03 | VBI data |
| 0x04~0x0F | revered for future use |
| 0x10 | DVB subtitles (normal ) with no monitor aspect ratio criticality |
| 0x11 | DVB subtitles (normal ) for display on 4:3 aspect ratio monitor |
| 0x12 | DVB subtitles (normal ) for display on 16:9 aspect ratio monitor |
| 0x13 | DVB subtitles (normal ) for display on 2.21:1 aspect ratio monitor |
| 0x14 | DVB subtitles (normal ) for display on a high definition monitor |
| 0x15 | DVB subtitles(normal ) with plano-stereoscopic disparity for display on a high definition monitor |
| 0x16~0x1F | reverved for future use |
| 0x20 | DVB subtitles (for the hard of hearing ) with no monitor aspect ratio |
| 0x21 | DVB subtitles (for the hard of hearing) for display on 4:3 aspect ratio monitor |
| 0x22 | DVB subtitles (for the hard of hearing) for display on 16:9 aspect ratio monitor |
| 0x23 | DVB subtitles (for the hard of hearing) for display on 2.21:1 aspect ratio monitor |
| 0x24 | DVB subtitles (for the hard of hearing) for display on a high definition monitor |
??如上表,當subtitling_type為0x20~0x24時,代表存在H.O.H字幕
2.3. 碼流分析
2.4. subtitle優先級
??在Hearing Impaired ON的情況下,H.O.H字幕優先級最高,即,改變了subtitle language字幕后,從其他節目轉到該節目或者在該節目下關機再開機,仍然是H.O.H字幕優先。若AD Switch為關,則H.O.H字幕優先級最低。
總結
總結
以上是生活随笔為你收集整理的DTV下的AD Switch和Hearing Impaired功能介绍的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Tomcat 基础整理
- 下一篇: 高项 单代号网络图