博碩士論文 955203011 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:70 、訪客IP:3.138.170.21
姓名 吳建達(Chien-Da Wu)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 H.264畫面內及畫面間轉換編碼之研究
(Study of H.264 Intra and Inter Frame Transcoding)
相關論文
★ 10Gb/s MM XFP光收發模組設計與實現★ 資訊產品自動化測試之研究
★ 高電流密度鰭式氮化鎵高電子遷移率電晶體研究★ 電子郵件及壓縮檔案解碼之研究
★ 渦輪碼在光學記錄系統上之應用★ 離散餘弦轉換硬體架構之研究
★ 動態影像之錯誤隱藏研究★ 即時性無失真壓縮編碼之研究
★ 類神經網路在手寫數字辨識之研究★ 事後機率演算法則在資料儲存系統之研究
★ 紅外線傳輸協定及通道之研究★ 低密度同位元檢查碼在數位資料儲存系統之研究
★ 一種新型的JPEG2000竄改偵測與還原技術★ 即時性無失真壓縮之研究
★ 混合快速模式決策演算法之研究★ 光學記錄MEPR2通道系統之時序恢復探討與研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 不同網路環境下的傳輸頻寬能力皆不相同,伺服端透過有線或無線網路以即時的方式傳輸視訊串流至電腦或手機…等用戶端時,如何使視訊串流滿足各種頻寬要求是一大課題,本篇論文以轉換編碼(transcoding)的方式將原以較高位元率壓縮之H.264視訊串流轉換編碼成為較低位元率壓縮的H.264視訊串流,使其能適應當下的網路頻寬要求並有效的利用頻寬,進而讓用戶端可順暢的播放視訊影片並獲得較佳的畫面品質。而在H.264中加入很多了高複雜度的預測和壓縮技術,使其可以提供比以往的視訊壓縮標準更佳的壓縮效能,但同時也因此讓H.264編碼端複雜度過高,若要將之運用於即時之轉換編碼系統是有難度的,本篇論文即是針對H.264轉換編碼,探討如何在降低位元速率之應用下以最快的速度進行轉換編碼,並提出了快速畫面內預測轉換編碼演算法及快速畫面間預測轉換編碼演算法,實驗結果顯示本篇論文所提出之兩種轉換編碼演算法,能在維持一定的畫面品質效能下,有效的加速轉換編碼時間。
摘要(英) Through wired or wireless network, the server transmits real-time video bit-stream to the client device, such as computer and cellular phone. To efficiently transmit video bit-stream would be difficult since the bandwidth varies in different network environment. In this thesis, we will increase the compression ratio of the H.264 transcoder to reduce bit-rate, and thence to achieve efficiency in video bit-stream transmission and improve bandwidth utilization. In this way, the client can play video smoothly and get a better image quality. H.264 supports many advanced compression techniques that can achieve better coding performance than the previous standards. However, the compression techniques require high computational complexity, which would be difficult to achieve real time implementation. In this thesis, we will explore how to perform H.264 bit-rate reduction transcoding as fast as possible and propose fast intra and inter frame prediction transcoding algorithms. The experimental results show that our propose transcoding algorithms can maintain the coding performance and speed up transcoding process simultaneously.
關鍵字(中) ★ H.264視訊轉換編碼
★ 降低位元率
★ 重新量化
★ 模式改良
★ 移動估測
★ H.264視訊壓縮標準
關鍵字(英) ★ bit-rate reduction
★ requantization
★ mode refinement
★ motion estimation
★ video transcoding
★ H.264
論文目次 第一章 緒論
1.1 H.264視訊壓縮標準簡介 1
1.2 動機與目的 2
1.3 論文架構 3
第二章 H.264基本原理及視訊轉換編碼器介紹
2.1 H.264基本原理介紹 4
2.1.1畫面內(intra)預測模式 5
2.1.2畫面間(inter)預測模式 8
a. 可變區塊大小的移動估測 12
b. 多幅參考畫面(multi-reference frame)的移動估測 13
c. 非整數點的移動估測 13
2.2 視訊轉換編碼器(video transcoder)簡介 14
2.2.1 像素域轉換編碼器 15
2.2.2 轉換域轉換編碼器 16
第三章 快速畫面內(intra frame)預測轉換編碼演算法研究
3.1 畫面內預測轉換編碼資訊擷取 18
3.2 基於方向性之畫面內預測模式改良演算法 23
3.2.1 模式改良演算法統計分析 23
3.2.2 模式改良演算法流程 28
3.2.3 模式改良演算法效能 28
3.3 加強型快速畫面內預測演算法 30
3.3.1 低頻交流值(AClow)畫面內預測演算法 31
3.3.2 基於絕對誤差轉換和(SATD based)畫面內預測演 算法 35
3.3.3加強型快速畫面內預測演算法之綜合效能分析與比較 39
3.4 結論 44
第四章 快速畫面間(inter frame)預測轉換編碼演算法研究
4.1 畫面間預測轉換編碼資訊擷取 46
4.2 針對畫面間模式(intermode)預測加速演算法探討 50
4.2.1 基於零區塊(zero block)之畫面間區塊模式決策法 51
a. 基於零區塊之畫面間區塊模式決策法統計分析 55
b. 基於零區塊之畫面間區塊模式決策法流程 57
c. 基於零區塊之畫面間區塊模式決策法效能 58
4.2.2 快速多幅參考畫面選擇演算法 60
a. 快速多幅參考畫面選擇演算法統計分析 60
b. 快速多幅參考畫面選擇演算法流程 62
c. 快速多幅參考畫面選擇演算法效能 63
4.2.3 可變搜尋視窗(adaptive search window)演算法 65
a. 可變搜尋視窗演算法統計分析 67
b. 可變搜尋視窗演算法流程 73
c. 可變搜尋視窗演算法效能 75
4.3 針對畫面內模式(intramode)預測加速演算法探討 76
4.3.1 基於零區塊之畫面內模式決策法 77
4.3.2 加強型快速畫面內預測演算法之應用 79
4.3.3 畫面內模式預測加速演算法效能比較 81
4.4 綜合效能分析與比較 82
4.5 結論 87
第五章 結論與未來展望 89
參考文獻 90
參考文獻 【1】“Draft ITU-T Recommendation and Final Draft International Standard of Joint Video Specification (ITU-T Rec. H.264 | ISO/IEC 144496-10 AVC),” Joint Video Team of ISO/IEC and ITU-T, March 2003.
【2】“Generic Coding of Moving Pictures and Associated Audio Information,” ISO/IEC 13818-2: Video (MPEG-2), May 1996.
【3】“Video Coding for Low Bit Rate Communication, Version 1,” ITU-T Recommendation H.263, 1995.
【4】“Coding of audio-visual objects - Part 2: Visual,” in ISO/IEC 14496-2 (MPEG-4 Visual Version 1), Apr. 1999.
【5】J. Youn, M.-T. Sun, and J. Xin, “Video Transcoder Architectures for Bit Rate Scaling of H.263 Bit Streams,” in Proc. ACM Multimedia, pp. 243-250, Nov. 1999.
【6】M.-J. Chen, M.-C. Chu, and C.-W. Pan, “Efficient Motion Estimation Algorithm for Reduced Frame-Rate Video Transcoder,” IEEE Trans. Circuits Syst. Video Technol., vol. 12, pp. 269-275, Apr. 2002.
【7】J. Xin, M.-T. Sun, B. S. Choi, and K.W. Chun, “An HDTV to SDTV Spatial Transcoder,” IEEE Trans. Circuits Syst. Video Technol., vol. 12, no. 11, pp. 998-1008, Nov. 2002.
【8】G. Fernandez-Escribano, H. Kalva, P. Cuenca, L. Orozco-Barbosa, and A. Garrido, “A Fast MB Mode Decision Algorithm for MPEG-2 to H.264 P-Frame Transcoding,” IEEE Trans. Circuits Syst. Video Technol., vol. 18, no. 2, pp. 172-185, Feb. 2008.
【9】A. Vetro, C. Christopulos, and H. Sun, “Video Transcoding Architectures and Techniques: An Overview,” IEEE Signal Process. Mag., vol. 20, no. 2, pp. 18–29, Mar. 2003.
【10】K.-T. Fung and W.-C. Siu , “Low Complexity H.263 to H.264 Video Transcoding Using Motion Vector Decomposition,” IEEE International Symposium on Circuits and Systems, vol. 2, pp. 908-911, May 2005.
【11】S.-F. Chang and D. G. Messerschmitt, “Manipulation and Compositing of MC-DCT Compressed Video,” IEEE J. Sel. Areas Commun., vol. 13, no. 1, pp. 1–11, Jan. 1995.
【12】Jyun-De Wu , “Study of H.264 Intra Frame Coding and Transcoding,” NCU, July 2008.
【13】Yu Ting Sun, Yinyi Lin, “SATD-Based Intramode Decision for H.264/AVC Video Coding,” accepted in ICME 2008.
【14】Yu-Ming Lee, Yinyi Lin, “An Improved Zero-Block Mode Decision Algorithm for H.264/AVC,” ICIP 2007, V–293-V–296.
【15】K.-C. Hou, M.-J. Chen, and C.-T. Hsu, “Fast Motion Estimation by Motion Vector Merging Procedure for H.264,” Proceeding of IEEE International Conference on Multimedia & Expo, Amsterdam, Netherlands, June 2005.
【16】Joint Video Team software JM12.2
http://iphome.hhi.de/suehring/tml/download/
指導教授 林銀議(Yin-Yi Lin) 審核日期 2008-7-11
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明