博碩士論文 995203026 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:33 、訪客IP:3.80.129.195
姓名 曾琪騰(Chi-Teng Tseng)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 H.264至HEVC畫面間預測之轉換編碼研究
(Inter Frame Transcoding for H.264 to HEVC)
相關論文
★ 基於區域權重之衛星影像超解析技術★ 延伸曝光曲線線性特性之調適性高動態範圍影像融合演算法
★ 實現於RISC架構之H.264視訊編碼複雜度控制★ 基於卷積遞迴神經網路之構音異常評估技術
★ 具有元學習分類權重轉移網路生成遮罩於少樣本圖像分割技術★ 具有注意力機制之隱式表示於影像重建 三維人體模型
★ 使用對抗式圖形神經網路之物件偵測張榮★ 基於弱監督式學習可變形模型之三維人臉重建
★ 以非監督式表徵分離學習之邊緣運算裝置低延遲樂曲中人聲轉換架構★ 基於序列至序列模型之 FMCW雷達估計人體姿勢
★ 基於多層次注意力機制之單目相機語意場景補全技術★ 基於時序卷積網路之單FMCW雷達應用於非接觸式即時生命特徵監控
★ 視訊隨選網路上的視訊訊務描述與管理★ 基於線性預測編碼及音框基頻週期同步之高品質語音變換技術
★ 基於藉語音再取樣萃取共振峰變化之聲調調整技術★ 即時細緻可調性視訊在無線區域網路下之傳輸效率最佳化研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 影像壓縮標準H.264/AVC在現實應用上獲得極大的成功,不管是網路影音串流或是影音儲存媒體(藍光光碟)都將H.264/AVC用於其標準規格。然而下一代的視訊壓標準HEVC即將在2013年制定完成,在同樣主觀視覺品質之下HEVC比H.264/AVC節省約50%的位元率。由於目前主要流通的格式仍舊是H.264/AVC,提供一個H.264/AVC和HEVC的有效率轉碼方式是非常必要的。
本論文提出一個應用於畫面間預測之視訊轉換轉編碼架構,重複利用H.264/AVC解碼端所解出的運動向量、預測模塊及冗餘餘弦轉換係數等編碼預測資訊,找出其資訊與重複編碼時模式切割決策及運動向量估計的相關性。藉由參考編碼預測資訊作快速決策,以此節省編碼時間,使得這兩種不同視訊編碼標準之間的轉換更加有效率。實驗顯示應用論文中所提出的可變搜尋視窗及快速決策方式,能夠節省40%-50%之整體編碼時間,且保持一定的影像品質及壓縮表現。
摘要(英) Video compression standard H.264/AVC on the great success in real life applications, whether it is Internet video streaming or audio and video storage media (Blu-ray Disc) use H.264/AVC for its specifications. However, the next generation of video compression standard HEVC is about to be completed in 2013, under the same subjective quality metric HEVC save about 50% bit rate to H.264/AVC. Thus, it can be expected as a successor to H.264/AVC. The widely use of the H.264/AVC standard today and the expected adoption of HEVC raises a new demand for H.264 to HEVC transcoding. An Efficient transcoding way is necessary.
In this thesis, we present several strategies for H.264 to HEVC transcoding on pixel domain transcoding architecture. And reuse the coding information ex. motion vector, prediction mode and residual DCT coefficient from the H.264 decoder side. For inter frame, we adopt the adaptive search range for motion estimation and candidate pruning for mode decision. The experimental results show that our propose transcoding strategies can maintain the coding performance and save 40%-50% encoding time.
關鍵字(中) ★ H.264/AVC
★ HEVC
★ 畫面間預測
★ 轉換編碼
★ 可變搜尋視窗
關鍵字(英) ★ Transcoding
★ Inter prediction
★ HEVC
★ H.264/AVC
★ Adaptive search range
論文目次 第一章 緒論 1
1.1 研究背景 1
1.2 研究動機與目的 3
1.3 論文架構 4
第二章 HEVC視訊編碼標準介紹 5
2.1 HEVC視訊編碼介紹 5
2.2 HEVC視訊編碼架構 7
2.3 基本編碼單位 8
2.3.1 編碼單位(Coding Unit) 9
2.3.2 預測單位(Prediction Unit) 10
2.3.3 轉換單位(Transform Unit) 11
2.4 HEVC視訊標準之編碼工具 12
2.4.1 畫面內預測(Intra Prediction) 12
2.4.2 畫面間預測(Inter Prediction) 13
2.4.3 轉換及量化(Transform and Quantization) 15
2.4.4 迴路濾波器(Loop Filtering) 15
2.4.5 熵編碼(Entropy Coding) 19
第三章 視訊轉換編碼介紹 22
3.1 視訊轉換編碼之應用及分類方式 22
3.2 視訊轉換編碼系統介紹 24
3.2.1 像素域轉換編碼器 24
3.2.2 轉換域轉換編碼器 25
3.2.3 視訊轉換編碼架構總結 27
第四章 快速畫面間預測轉換編碼演算法研究 28
4.1 畫面間預測轉換編碼資訊擷取 28
4.2 用於轉換編碼之運動向量估計快速演算法 32
4.2.1 HEVC預設運動向量估測演算法介紹 32
4.2.2 基於參考運動向量可變搜尋視窗演算法 33
4.2.3 利用參考運動向量預測子可變搜尋視窗演算法效能 54
4.3 用於轉換編碼之模式決策快速演算法 62
4.3.1 HEVC模式決策流程 62
4.3.2 基於編碼資訊之快速模式決策演算法分析 63
4.3.3 利用編碼資訊組合之快速模式決策演算法流程 90
4.3.4 利用編碼資訊組合之快速模式決策演算法效能 92
第五章 實驗及討論 96
5.1 實驗參數環境設定 96
5.1.1 測試視訊序列 96
5.1.2 軟、硬體環境相關係數設定 97
5.2 適用於H.264至HEVC畫面間預測轉換編碼之結果分析 98
5.2.1 轉換編碼應用於改變量化參數之效能分析 99
5.2.2 轉換編碼應用於相同量化參數之效能分析 101
第六章 結論與未來展望 105
參考文獻 106
參考文獻 [1] JCTVC, “HM6: High Efficiency Video Coding (HEVC) Test Model 6 Encoder Description”, JCTVC-H1002, Feb. 2012.
[2] JCTVC, “Comparison of Compression Performance of HEVC Draft 6 with AVC High Profile”, JCTVC-I0409, May. 2012.
[3] Vetro, C. Christopoulos, and H. Sun, “Video transcoding architectures and techniques: An overview,” IEEE Signal Processing Magazine, pp. 18-29, Mar. 2003.
[4] J. Xin, C.-W. Lin, M.-T. Sun, “Digital video transcoding,” Proceedings of the IEEE, vol. 93, no. 1, Jan. 2005.
[5] I. Ahmad, X. Wei, Y. Sun, and Y.-Q. Zhang, “Video transcoding: An overview of various techniques and research issues,” IEEE Trans. Circuits Syst. Video Technol., vol. 7, no. 5, pp.793–804, Oct. 2005.
[6] 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.
[7] 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.
[8] 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.
[9] 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.
[10] D. Lefol, D. Bull, and N. Canagarajah, “Performance Evaluation of Transcoding Algorithms for H.264,” IEEE Trans. Consumer Electronics, vol.52, no.1, pp.215-222, Feb. 2006.
[11] T. Shanableh and M. Ghanbari, “Heterogeneous Video Transcoding to Lower Spatio-temporal Resolutions and Different Encoding Formats,” IEEE Trans. Multimedia, vol. 2, pp. 101-110, June 2000.
[12] Y. Su, J. Xin, A. Vetro, and H. Sun, “Efficient MPEG-2 to H.264/AVC Intra-Transcoding in Transform-domain,” in Proc. IEEE Int. Symp. Circuits Syst., pp. 1234-1237, May 2005.
[13] B. Petljanski and H. Kalva, “DCT Domain Intra-MB Mode Decision for MPEG-2 to H.264 Transcoding,” in Proc. ICCE, 2006, pp.419-420.
[14] Joint Video Team software JM17.2 http://iphome.hhi.de/suehring/tml/download/
[15] HM Reference Software 6.1 https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware
[16] M. Ji-Hee and H. Yo-Sung, “Motion Vector Predictor Selection and Adaptive Refinement Process for H.264/AVC Enhanced Predictive Zonal Search,” 3rd International Conference on 3D Systems and Applications, Seoul, Korea, June 2011.
[17] Z. Zhou, S. Sun, S. Lei, and M. Sun, “Motion Information and Coding Mode Reuse for MPEG-2 to H.264 Transcoding,” in Proc. IEEE Int. Symp. Circuits Syst., May 2005, pp. 1230-1233.
[18] X. Lu, A. M. Tourapis, P. Yin, and J. Boyce, “Fast Mode Decision and Motion Estimation for H.264 with a Focus on MPEG-2/H.264 Transcoding,” in Proc. IEEE Int. Symp. Circuits Syst., May 2005, pp. 1246-1249.
[19] R. Garrido-Cantos, J. De Cock, J.L. Martínez, S. Van Leuven, P. Cuenca, “Motion-based temporal transcoding from H.264 AVC-to-SVC in baseline profile,” IEEE Trans. Consumer Electronics, vol.57, no.1, pp.239-246, February 2011.
[20] J. Youn, M.-T. Sun, and C.-W. Lin, “Motion Vector Refinement For High-Performance Transcoding,” IEEE Trans. Multimedia, vol. 1, no. 1, pp.30-40, Mar 1999.
[21] X. Liu, W. Zhu, and K.-Y. Yoo, “Fast Inter Mode Decision Algorithm Based on the MB Activity for MPEG-2 to H.264/AVC Transcoding,” CSE ’’09. International Conference, Computational Science and Engineering, vol.2, pp.25-30, 29-31 Aug. 2009.
指導教授 張寶基(Pao-Chi Chang) 審核日期 2012-7-17
推文 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聯絡  - 隱私權政策聲明