Dolby MS10 簡介

Dolby 公司做音效, 大家應該都知道. 但是 MS10 這個名詞可能就令人相當陌生了, 只有業內的人才會留意. 所謂 MS 就是 Multi-Stream, 10 就是第十代的 decoder.

MS10 的內容包括 Dolby Digital Plus, HE AAC 兩種 decoder, 以及 HE-AAC 到 Dolby Digital 的 Transcoder. 因為在歐洲國家, 不是 support HE-AAC Decoer (Dolby Pulse) + Dolby Digital Encoder, 就是 support Dolby Digital Plus.

這個消息在 2009/3/23 發佈, 不過 Dolby 早就在著手於 MS11 了. 因為 DTS 也擠進 Broadcast 領域的關係, Dolby 亟思將它趕出去. 

DTS 的優勢就是偽 backward compatible 的相容性, 號稱一個 bit stream 可以適用於各種等級的 DTS decoder. 因此 Dolby 的殺招就是讓它的相容性無法發揮作用, 至於是哪一招, 大家可以推測看看…

[原文]

Mar 23, 2009 08:00 ET 
New Dolby Multistream Decoder Bridges HE AAC and Dolby Digital Plus Standards
Flexible Solution for New European HDTV Broadcasting Specifications and Next-Generation Broadcast Services
 
 

SAN FRANCISCO –(Business Wire)– Mar 23, 2009 Dolby Laboratories, Inc. (NYSE:DLB) announced today the new Dolby® Multistream Decoder, a licensable multiformat audio decoding technology that supports Dolby Digital Plus and Dolby Pulse in a single package for next generation HDTVs and set top boxes.

In Europe, various industry groups such as Digital Video Broadcasting, the European Broadcasting Union and DIGITALEUROPE (formerly known as EICTA) have recommended Dolby Digital Plus and HE AAC as the audio coding systems for next-generation broadcast transmissions. In addition, individual national forums have specified these audio systems for their respective HD formats. Dolby Digital Plus decoding brings premium audio support and full compatibility with existing Dolby Digital broadcasts. Dolby Pulse (Dolby’s implementation of HE AAC) can extend the Dolby experience to an even wider range of bandwidth constrained services and new online opportunities.

The new decoder, also known as the Dolby MS10 Multistream Decoder, decodes both Dolby Digital Plus and HE AAC audio and therefore can assist manufacturers in meeting new MPEG-4 terrestrial receiver specifications in several European countries, including Denmark, France, Ireland, Italy, Norway (HE AAC only with transcoder), Spain, Sweden, and the United Kingdom. It also enables new audio mixing options to enhance presentation for viewers with vision impairments, as required or recommended in several European countries, including Sweden and the UK.

“We’re confident that the Dolby Multistream Decoder will not only aid manufacturers in reducing the cost and complexity of integrating audio technologies into their TVs and set top boxes, but it also will aid greatly in simplifying product development and testing,” said Tom Daily, Senior Director of Marketing, Broadcast Segment at Dolby Laboratories, Inc.

Other key benefits of the Dolby Multistream Decoder include:

  • Full compatibility with Dolby metadata and consumers’ existing DVD home cinema systems with all Dolby and HE AAC transmission formats
  • Full multichannel support (transcoder) for Dolby Pulse in addition to Dolby Digital and Dolby Digital Plus decoding and conversion—one Dolby Digital output for all input formats
  • Support for audio description services delivered “receiver-mix” style using two simultaneous instances of Dolby Pulse, Dolby Digital, or Dolby Digital Plus decoders, respectively—all for the price of a single decoder instance
  • Support for multiprogram Dolby Digital Plus streams (main and associated audio delivered in the same audio stream)
  • Ability to decode AAC, HE AAC v.1, and HE AAC v.2 bitstreams

Dolby MS10 Multistream Decoder implementation and system kits are available starting today. For more information, please visit www.dolby.com/ms10.

Dolby Pulse

Dolby Pulse is the newest addition to Dolby’s comprehensive portfolio of high-quality audio technologies, and is designed to meet the varying needs of broadcasters and operators in different regions. Complementing Dolby Digital and Dolby Digital Plus, Dolby Pulse addresses next-generation applications where bandwidth efficiency is critical. Based on a consistent code base and equipped with support of various metadata, Dolby Pulse is designed to provide consistent and predictable results throughout the broadcast chain.

Because it is based on the AAC family of codecs, a Dolby Pulse decoder can decode AAC, HE AAC v.1, and HE AAC v.2 bitstreams. Dolby Pulse stands apart from the standard MPEG-4 HE AAC core because it integrates all the metadata parameters as required to be considered a broadcast audio system, like Dolby Digital Plus and Dolby Digital.

Dolby Pulse also offers significant improvements in the following areas:

  • Decoder stability: Offers highly optimized switching times between channel configurations and improved reliability when used in a system with Dolby Pulse encoders
  • Error concealment: Ensures reliable broadcast audio performance
  • Decoder requirements in terms of memory and computational complexity: Dolby Pulse decoding within the Dolby Multistream Decoder platform is integrated into a combined code base that is optimized for H.264 system-on-chip architectures
  • Encoder audio quality: Offers superior audio quality compared to other parametric audio codecs

About Dolby Laboratories

Visit www.dolby.com for more information.

Dolby Laboratories
David Yang, 415-645-5679 (Media)
dyang@dolby.com

[原文連結]


http://www.virtualpressoffice.com/RODAccess?did=1237824499473&pid=84875&ct=C

 

Linux Server 小筆記

從來都沒有想過, 會這麼密集地重灌 Linux!

因為某廠商的測試軟體, 它經常會疑心其他人佔用了它的 port 80, 然後就再也不做事了. 我只好研究一下怎麼看誰用了 port 80?

netstat -tup

然後, 果然是有看到 Status 是 CLOSE_WAIT 或是 FINISH_WAIT 的連結. 這些都是原來連不上的時候, 所開的一些 browser. 由於在 Linux 端已經看不到 PID, 所以我就從 PC 端去關掉這些視窗, 接著再一次

netstat -tup

那些 WAIT 的 link 都不見了, 但是廠商的軟體還在疑心著…

killall httpd

還是沒用咧…

只好再重灌了! 那台 Asus RS120-E5/PA4 1U server 開機起來時吵得像是重型機車一樣, 我真是不想坐在它前面啊! 過幾天, 還是請 ITD 把它收到機房去好了. 老實說這台 4 核心的主機, 我一點都不覺得它快, 傷腦筋~~

如果 RedHat 重灌的時候, 選擇英文的介面, 那麼進到 FireFox 之後, 中文都會變成醜醜的亂碼. 但是選中文介面的話, 那個寶貝軟體就會 install 不了. 解決之道就是用中文去灌, 灌好了再把介面改成英文, 這樣就一舉兩得了!

因為不想離 server 太近, 所以想到先打通 telnet 再說. 不過咧! Telnet 真的退流行了, 設定起來比較麻煩. 首先要看 telnet 倒底存不存在?

server telnet (ssh 下不能用, 剛才試過了)

回應是一片空白.

server telnet start

它就會說不認識 telnet 這個 service. 如果不存在的話, 就要檢查安裝包在不在?

rpm -qa telnet (telnet 出去)

rpm -qa telnet-server (telnet 進來)

(用 -q 也可以)

如果沒找到安裝包, 就要去網路上找一個回來.

接著用 rpm 安裝.

rpm -i telnet-xxx.rpm

rpm -i telnet-server-xxx.rpm

裝好了之後, 要先把 disable 的狀態改變.

在 /etc/xinetd.d 底下可能有好幾個 telnet 相關的檔案, 但是都是顧名思義, 例如 krb-telnet.

總之, 只要用 vi 打開這個檔案, 把 disable = yes 改成 disable = no 就好了,

最後重啟服務,

service xinetd restart

這樣就大功告成了.

不過, 既然 ssh 比較紅, 不如直接開啟 ssh 就好, 反正用法差不多. 請參考鳥哥的網頁.

http://linux.vbird.org/linux_security/old/08telnet-ssh.php

有了中文、telnet (ssh), 接下來的 svn 就很麻煩,  網路上幾乎沒有任何一包是一裝就好的, 幸好公司內部網站上就有. PDF 也是必備, 可以從 adobe 的網站上自動找到正確的版本. 當我們 download 下來, 會跑到哪裡去呢? 原來 default 是在桌面. Linux 的桌面不像 Windows 那麼直覺, 但是可以在

cd ~/Desktop 下找到.

再來就要安裝客戶軟體了. 首先外接硬碟盒會出現在 dev/sdc1 之類的地方, 用 mount 去看, 可以觀察到那是一個不能執行的磁碟. 把它重 mount 成可執行就 OK 了.

mount -o remount,ro,exec /dev/sdc1.

嗯! 因為最近重灌 3 次 Linux, 這些暫時都變熟了…

網路讀卡機 study

說實在的, 這個東西我沒有用過. 不過既然 7-11 都有在賣, 我想我已經落伍了, 只好研究一下.

首先, 網路讀卡機是一個 PC 的外接裝置, 通常是 USB 介面. 插上 PC 之後, 就可以在網路 ATM 做一些操作. 網路銀行我是有用過, 但是它有一些功能上的限制, 比方說不能轉帳到非約定帳號. 但是有了網路 ATM, 我們可以做的事情就和在 ATM 上面操作是一樣的, 不用特別再跑到提款機前面. 當然, 這裡不會吐錢、也不能存錢.

有一個網站內容非常完整, 看這裡就對了! 因為它就是一家賣網路讀卡機的公司的網站.

http://www.easyatm.com.tw/

至於這個讀卡機要怎麼賣呢? 大約都是幾百塊錢 (160~ 599 NTD).

http://shopping.pchome.com.tw/?mod=store&func=style_show&SR_NO=ADAA0V

據說有鍵盤和螢幕的是二代機, 會比較安全. 一台網路讀卡機要符合的規格包括:

1. 經常使用網路ATM服務(繳費、轉帳)、帳戶存款金額較高者,建議您選購有通過「銀行公會安全認證」的機種. 當然,網路ATM使用不頻繁且無須擔心銀行帳戶安全者,可直接選購第一代晶片讀卡機(無鍵盤無螢幕機型)
2. 符合Microsoft PC/SC介面規格,也就是通過Microsoft WHQL的認證。
3. 符合EMV 2000 Level 1的規格
   

4. 通過BSMI(CNS)認證

每家讀卡機的廠商應該都會提供軟體和驅動程式, 但是 Yahoo 也有一個公用的網路 ATM 的介面, 只要自備讀卡機就可以使用.

http://tw.atm.money.yahoo.com/atm/

PPStream 簡介

PPS P2P電視服務的主要提供者之一, 其他業者包括 PPL、TVAnts、PPLive、EZTV 等等.

PPS 最大的收入來源為廣告, 而且播出的電影、電視都是合法買來的, 據說有一萬多部片子. 壓縮的格式主要是 RM 和 WMV9. 由於他們申請的執照是網路串流 (streming) 服務, 所以這些 content 都只能在網路上觀看, 不能夠存下來.

他們會在片頭放廣告, 我覺得無可厚非. 我們既然免費看電影, 也要付出一點時間來交換. 但是它會跑出 pop up 廣告就有點煩人了. 這招就是迅雷等公司都在用的 “奧步". 電腦的右下角很容易就跑出大張的廣告, 看了令人實在不爽~~~

PPS  的 UI 做得不錯, icon 也滿可愛的. 不過因為那個 pop up 廣告和我的防毒軟體意見不太合, 所以我就把它移除掉了.

商業週刊有介紹過這家公司, 原來 PPS 是台灣人徐偉峰和兩個大陸 (西南交大?) 的學生張洪禹、雷量開的.

http://www.businessweekly.com.tw/webarticle.php?id=28566

 

 

Seagate 1.5T SATA2 HDD 是地雷

這顆 Seagate 當前最大容量的 SATA2 硬碟, 本來應該是碟王, 不過它會熱當喔! 請認明型號 ST31500341AS, 千萬別買.

因為這一顆是我最大的單顆硬碟, 所以當作其他硬碟的備份. 老實說沒有甚麼在用, 只有在旁邊休息的份. 有養驢子的硬碟都活得好好的, 但是這一顆, 昨天突然消失了. 在我的電腦裡面找不到, 到硬碟管理裡面也找不到…

幸好我是把它放在抽取式的硬碟盒裡, 關機之後輕鬆地把它拿出來吹風. 原本熱騰騰的硬碟, 休息十分鐘之後, 再放回電腦裡面, 就一切正常了. 所以當掉的原因應該是過熱啦!