Responsive image
博碩士論文 etd-0712113-123001 詳細資訊
Title page for etd-0712113-123001
論文名稱
Title
DVB數位看板應用之多媒體內容設計平台實作
The implementation of the Multimedia Content Design Platform for DVB Digital Signage Application
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
83
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2013-06-28
繳交日期
Date of Submission
2013-08-12
關鍵字
Keywords
Bandicam、FFmpeg、DVB-T串流發射器、數位看板、VLC、DVB
Digital signage application, DVB, FFmpeg, Bandicam, VLC, DVB-T Streaming transmitter
統計
Statistics
本論文已被瀏覽 5707 次,被下載 876
The thesis/dissertation has been browsed 5707 times, has been downloaded 876 times.
中文摘要
基於國際訂定的DVB標準來衍生出可在一般螢幕上播放PC平台內的多媒體內容。本篇論文主要在設計並且實作可編輯多媒體內容的編輯平台,再與其他工具(VLC,Bandicam,FFmpeg,DVB-T串流發射器)做整合,讓使用者能夠享有節目的版面編輯、預覽、錄製跟顯示內容在一般螢幕上。藉此就能達成無須依靠網路傳輸即能在螢幕上顯示包含Full HD的畫面。
對比現今的數位看板,利用DVB的特性可以省下佈線以及數位看板後的小台終端機的花費,但卻能服務到在相同頻道內的螢幕並且仍然擁有Full HD的畫面。
Abstract
Based on the international DVB standard set, it can show the multimedia content on screens from PC. This paper focus on how to design and implement the platform which can edit the multimedia content. And integration with other tools(VLC, Bandicam, FFmpeg, DVB-T Streaming transmitter). To do so, it can allows user to enjoy the layout editor, preview, recording and display content in the general screen. By this way, it can be able to show Full HD on the screen without relying on network transmission.
Compared to today's digital signage application, this way can save the cost of wiring and terminal. However, it still can serve screens in the same channel and keep Full HD high quality.
目次 Table of Contents
[誌謝+i]
[摘要+ii]
[Abstract+iii]
[目錄+iv]
[圖次+vii]
[表次+ix]
[第一章 導論+1]
[1.1 研究動機與目的+1]
[1.2 研究流程+2]
[1.3 論文架構+3]
[第二章 相關研究+4]
[2.1 數位看板+4]
[2.1.1 發展+4]
[2.1.2 特點+4]
[2.1.3 架構+6]
[2.1.4 瓶頸+7]
[2.2 DVB介紹+7]
[2.2.1 DVB-S+8]
[2.2.2 DVB-C+9]
[2.2.3 DVB-T+9]
[2.2.4 DVB-H+10]
[2.3 DVB-T串流發射器介紹+10]
[2.3.1 傳輸串流(Transport Stream)+10]
[2.3.2 DVB-T串流發射器+11]
[2.4 FFmpeg介紹+14]
[2.5 VLC介紹+16]
[第三章 系統簡介+20]
[3.1 系統功能+20]
[3.2 硬體架構+21]
[3.3 軟體架構+22]
[第四章 系統實作+24]
[4.1 新增區塊+24]
[4.2 跑馬燈功能+26]
[4.3 影音圖片功能+29]
[4.4 QR Code+32]
[4.5 儲存專案+36]
[4.6 全螢幕預覽+41]
[4.7 畫面錄製+45]
[4.8 轉檔+47]
[4.9 播放畫面+48]
[4.10 Others+50]
[第五章 比較分析+57]
[5.1 TVPaster比較+57]
[5.2 Xibo Player比較+58]
[第六章 結論+61]
[Reference+62]
[Appendix+66]
參考文獻 References
[1] BackgroundWorker, http://msdn.microsoft.com/zh-tw/library/ywkkz4s1.aspx
[2] Bandicam, http://www.bandicam.com.tw/
[3] Control.KeyDown Event, http://msdn.microsoft.com/en-us/library/system.windows.forms.control.keydown.aspx
[4] Control.KeyPress Event, http://msdn.microsoft.com/en-us/library/system.windows.forms.control.keypress.aspx
[5] Control.KeyUp Event, http://msdn.microsoft.com/zh-tw/library/system.windows.forms.control.keyup.aspx
[6] CRT, http://en.wikipedia.org/wiki/Cathode_ray_tube
[7] Digitalsignagetoday, http://www.digitalsignagetoday.com/
[8] DVB, https://zh.wikipedia.org/wiki/DVB
[9] DVB Project, http://www.dvb.org/
[10] DVB-T USB Devices, http://linuxtv.org/wiki/index.php/DVB-T_USB_Devices
[11] FEC, http://en.wikipedia.org/wiki/Forward_error_correction
[12] FFmpeg, http://www.ffmpeg.org
[13] FFmpeg documentation, http://www.ffmpeg.org/ffmpeg.html
[14] Google Chart API, https://google-developers.appspot.com/chart/infographics/docs/overview
[15] H. Inoue, K. Suzuki, K. Sakata, K. Maeda, “Development of a Digital Signage System for Automatic Collection and Distribution of its Content from the Existing Digital Contents and its Field Trials,” Applications and the Internet (SAINT), 2011 IEEE/IPSJ 11th International Symposium on, July 2011, pp. 463-468.
[16] H.T. Jung, J.S. Lee, Y.J. Jeong, K.S. Yoon, “Digital Signage System for Supporting High Quality Resolution,” Computing and Convergence Technology (ICCCT), 2012 7th International Conference on, December 2012, pp. 1277-1280.
[17] INI file, http://en.wikipedia.org/wiki/INI_file
[18] K.C. Yin, H.C. Wang, D.L. Yang, J. Wu, “A Study on the Effectiveness of Digital Signage Advertisement,” Computer, Consumer and Control (IS3C), 2012 International Symposium on, June 2012, pp. 169-172.
[19] KeyPressEventArgs.Handled, http://msdn.microsoft.com/en-us/library/system.windows.forms.keypresseventargs.handled.aspx
[20] Libavformat, http://libav.org/
[21] OFDM, http://en.wikipedia.org/wiki/Orthogonal_frequency-division_multiplexing
[22] QAM, http://en.wikipedia.org/wiki/Quadrature_amplitude_modulation
[23] QPSK, http://zh.wikipedia.org/wiki/相位偏移調變
[24] ReSharper, http://www.jetbrains.com/resharper/
[25] S. Kim, E. Park, S. Hong, Y. Cho, A.P. del Pobil, “Designing digital signage for better wayfinding performance: New visitors' navigating campus of university,” Interaction Sciences (ICIS), 2011 4th International Conference on, August 2011, pp. 35-40.
[26] SDT, http://www.dvb.org/technology/standards/a038_DVB-SI_dEN300468v1.12.1.pdf
[27] Serialization, http://en.wikipedia.org/wiki/Serialization
[28] TSreader, http://www.tsreader.com/tsreader/
[29] TS串流發射至螢幕示意圖, http://en.wikipedia.org/wiki/MPEG_transport_stream
[30] U.H. REIMERS, “DVB—The Family of International Standards for Digital Video Broadcasting,” Proceedings of the IEEE, VOL. 94, NO. 1, January 2006, pp. 173-182.
[31] U. Ladebusch, C.A.Liss, “Terrestrial DVB (DVB-T): A Broadcast Technology for Stationary Portable and Mobile Use,” Proceedings of the IEEE, VOL. 94, NO. 1, January 2006, pp. 183-193.
[32] Uri Class, http://msdn.microsoft.com/en-us/library/system.uri.aspx
[33] VLC, http://www.videolan.org/vlc/
[34] VLC documentation, http://wiki.videolan.org/Documentation:Documentation
[35] Xibo Player, http://xibo.org.uk/
[36] 背投影電視, http://en.wikipedia.org/wiki/Rear-projection_television
[37] 數位看板之應用領域, http://zh.wikipedia.org/wiki/數位看板
[38] 廣告宣傳比較對照表, http://zh.wikipedia.org/wiki/數位看板
[39] 數位看板架構, http://zh.wikipedia.org/wiki/數位看板#
[40] 傳輸串流, http://en.wikipedia.org/wiki/MPEG_transport_stream
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:自定論文開放時間 user define
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code