资源描述:
《基于jmf的视频播放器设计与实现 毕业设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、海南大学毕业论文(设计)题目:基于JMF的视频播放器设计和实现学号:姓名:年级:2008级学院:信息科学技术学院系别:计算机科学与技术专业:计算机科学与技术指导教师:完成日期:5月4日1摘要随着多媒体技术的发展和人们对视频,音频数据的需求,越来越多的软件加入了多媒体功能。JMF(JavaMediaFrameworkAPI)是一种采用Java语言开发流式媒体应用应用程序接口。它作为JavaMediaAPI技术家族的一个重要组成部分,对Java平台进行了扩展,为媒体应用开发人员提供了增强的媒体开发能力。Java多媒体框架
2、中包含了许多用于处理多媒体的API,所支持的功能包括:可以在JavaApplet和应用程序中播放各种媒体文件,例如AU、AVI、MIDI、MPEG、QuickTime和WAV等文件;可以播放从互联网上下载的媒体流;可以利用麦克风和摄像机一类的设备截取音频和视频,并保存成多媒体文件;处理多媒体文件,转换文件格式;向互联网上传音频和视频数据流;在互联网上广播音频和视频数据等。当前的视频播放器有用各种不同的语言和技术实现的,使用JAVA语言编写的视频播放器有其独特的优势:Java跨平台,使得通过JMFAPI开发的多媒体应用
3、同其他Java应用一样,拥有“一次开发,到处运行”(writeonce,runanywhere)的特点。本系统旨在使用JMF编写一个视频播放器,首先通过GUI设计出视频播放器的界面,然后通过伪代码设计,最后将伪代码翻译为JAVA代码。最终播放器实现本地视频,音频播放,以及视频音频信息,音量调节,暂停等一般播放器功能。关键词:Java多媒体框架;视频;播放器42AbstractSummarywiththedevelopmentofmultimediatechnologyandthevideo,audiodataneed
4、s,moreandmoresoftwarehasjoinedthemultimediafunctionality.JMF(JavaMediaFrameworkAPI)isanapplicationdevelopmentandstreamingmediaapplicationsusingJavalanguageinterfaces.AsanimportantcomponentoftheJavaMediaAPItechnologiesfamily,theJavaplatformhasbeenextendedforthem
5、ediadevelopmentforapplicationdeveloperswithenhancedcapabilities.JavamultimediaframeworkinthecontainshasmanyforprocessingmultimediaofAPI,bysupportoffunctionincluding:caninJavaAppletandapplicationintheplayvariousmediafile,suchasAU,andAVI,andMIDI,andMPEG,andQuickT
6、imeandWAV,file;canplayfromInternetupperandlowercontainsofmediaflow;canusingmicrophoneandcameraclassofdeviceinterceptionaudioandvideo,andsaveintomultimediafile;processingmultimediafile,conversionfileformat;UploadaudioandvideostreamingtotheInternet;theInternetbro
7、adcastaudioandvideodata,andsoon.Currentvideoplayer,usefulforawidevarietyoflanguagesandtechnologies,videoplayerwrittenusingtheJAVAlanguagehasitsuniqueadvantage:cross-platformJava,madebyJMFAPIdevelopmentofmultimediaapplicationsaswithotherJavaapplications,with"dev
8、elopmentonce,runeverywhere"(writeonce,runanywhere)features.ThissystemisdesignedtowriteavideoplayerusingJMFandachievegeneralplayerfunctions,andaddsomepersonalizationfeatures.