MPEG的完整形式是什么?

MPEG:運動圖像專家組 (MPEG: Moving Picture Experts Group)

MPEG is an abbreviation of Moving Picture Experts Group. It is a working group of authorities that is founded to establish standards for audio and video compression and transmission. The audio-video file formats are built up by MPEG, which are also known as MPEG files. This group of experts is created by the International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC). It has delivered a variety of versions of the file (standards) namely MPEG-1, MPEG-2, MPEG-3, MPEG-4, MPEG-7, MPEG-21, etc.

MPEG是“運動圖像專家組”的縮寫 。 它是權威機構的工作組,旨在建立音頻和視頻壓縮和傳輸的標準。 音頻視頻文件格式是由MPEG建立的,也稱為MPEG文件 。 該專家組是由國際標準化組織(ISO)和國際電工委員會(IEC)創建的。 它提供了多種版本的文件(標準),即MPEG-1,MPEG-2,MPEG-3,MPEG-4,MPEG-7,MPEG-21等。

MPEG full form


Image source: https://commons.wikimedia.org/wiki/File:Mpeg_logo.svg

圖片來源:https://commons.wikimedia.org/wiki/File:Mpeg_logo.svg

The standard of MPEG is an order of arrangement for compressed audio and video files. It is developed and designed for storing video on Digital Audio Tapes (DAT) and audio files on standard audio Compact Disc (CD). The MPEG file has ".mpeg" as a file extension. In the earlier period, the MPEG files requisites hardware decoder for storing and playback but in the present day, it needs software-only codecs.

MPEG的標準是壓縮音頻和視頻文件的排列順序。 它是為將視頻存儲在數字音頻磁帶(DAT)上以及將音頻文件存儲在標準音頻光盤(CD)上而開發和設計的。 MPEG文件具有“ .mpeg”作為文件擴展名。 在早期,MPEG文件需要用于存儲和回放的硬件解碼器,但是在今天,它需要純軟件編解碼器。

  • In January 1988, MPEG was founded by the proposal and assistance of Leonardo Chiariglione and Hiroshi Yasuda.

    1988年1月,在Leonardo Chiariglione和Yasuda Hiroshi的提議和幫助下成立了MPEG。

  • In May 1988, its first meeting was held in Ottawa, Canada.

    1988年5月,其第一次會議在加拿大渥太華舉行。

  • Since, 1988, it has created a variety of standards that facilitated industry in providing users more pleasing and enjoyable digital media experience.

    自1988年以來,它創建了各種標準,促進了行業向用戶提供更令人愉悅和愉悅的數字媒體體驗。

  • More than the years, since its beginning of foundation, it has grown and developed into a full-fledged huge ISO working group.

    自成立以來,多年來,它已經成長為一個功能強大的大型ISO工作組。

MPEG的工作 (Working of MPEG)

  • The data is compressed by the MPEG algorithm to small bits.

    數據通過MPEG算法壓縮為小比特。

  • These small bits can be effortlessly transmitted and decompressed and then the video is encoded through a method called Discrete Cosine Transform (DCT).

    可以毫不費力地傳輸和解壓縮這些小比特,然后通過稱為離散余弦變換(DCT)的方法對視頻進行編碼。

  • The rate of compression is extremely soaring of MPEG as it stores only the changes that take place from one frame to another frame.

    MPEG的壓縮率非常高,因為它僅存儲從一幀到另一幀發生的變化。

  • MPEG does not store the entire frame that enables it to trim down the size of the complete file.

    MPEG不會存儲整個幀,因此無法縮小整個文件的大小。

Following are the steps followed by MPEG commonly to develop, grow and establish a standard:

MPEG通常遵循以下步驟來開發,發展和建立標準:

  • Discover and categorize the requirements of a standard

    發現和分類標準的要求

  • Bring together the requirements

    匯集需求

  • Call for proposals

    征求提議

  • Evaluate and assess the proposals

    評估和評估提案

  • Technical development

    技術發展

翻譯自: https://www.includehelp.com/dictionary/mpeg-full-form.aspx

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/377420.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/377420.shtml
英文地址,請注明出處:http://en.pswp.cn/news/377420.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

正則 去除html標記

//string regexstr "<[^>]*>"; //去除所有的標簽 //"<script[^>]*?>.*?</script>" //去除所有腳本&#xff0c;中間部分也刪除 // string regexstr "<img[^>]*>"; //去除圖片的正則 // string regexstr &…

自畫PopMenu彈出

BorderColor:TColor; //邊框顏色FillColor:TColor; //未選中填充顏色TextColor:TColor; //未選中字體顏色SelectTextColor:TColor; //選中字體顏色SelectFillColor:TColor; //選中填充顏色SideBuffer:Integer; //邊框寬度procedure TForm1.FormCreate(Sender: TObject); b…

安利一款倒計時插件---雨滴桌面

內容來自B站(搜索Rainmeter即可)&#xff0c;里面教程很多&#xff0c;因為視頻看的有點麻煩&#xff0c;故進行了整理 一、下載安裝包、解壓、安裝 免費下載連接&#xff0c;不需要積分 skin文件夾存放皮膚的一些配置文件&#xff0c;因為原本皮膚太low了 第二個是可執行文…

【C++基礎】自定義異常類與多重捕獲

目錄自定義異常類構建過程例&#xff1a;Vec3D類的數組下標越界的異常類捕獲多種無關異常不同的異常的捕獲捕獲派生異常異常處理的次序例子&#xff1a;多重捕獲異常類catch塊的參數類型可以不用引用類型嗎?自定義異常類 自定義異常類通常由exception或其后代類派生。這樣我們…

gprs 睡眠模式_GPRS的完整形式是什么?

gprs 睡眠模式GPRS&#xff1a;通用分組無線業務 (GPRS: General Packet Radio Service) GPRS is an abbreviation of General Packet Radio Service. It is a non-voice, high-level speed packet switching technology planned for GSM networks. On 2G and 3G cellular tran…

int main(int argc,char* argv[])講解

分類&#xff1a; 學習筆記2011-11-07 21:502354人閱讀評論(0)收藏舉報dos編譯器pathunixcommandc在最近學習中老是遇到 int main(int argc,char* argv[])&#xff0c;以為就是簡單的參數應用了&#xff0c;但是看代碼是沒能理解參數的具體傳遞過程&#xff0c;上網…

Maven實戰(七)——常用Maven插件介紹(上)

我們都知道Maven本質上是一個插件框架&#xff0c;它的核心并不執行任何具體的構建任務&#xff0c;所有這些任務都交給插件來完成&#xff0c;例如編譯源代碼是由maven-compiler-plugin完成的。進一步說&#xff0c;每個任務對應了一個插件目標&#xff08;goal&#xff09;&a…

【設計模式之美】<Reading Notes>抽象類與接口

抽象類特性 1、抽象類不允許被實例化&#xff0c;只能被繼承。 2、抽象類可以包含屬性和方法。方法既可以包含代碼實現&#xff0c;也可以不包含代碼實現。不包含代碼實現的方法叫做抽象方法。 3、子類繼承抽象類&#xff0c;必須實現抽象類中的所有抽象方法。 接口特性 1、…

多線程之間共享數據的實現

1&#xff1a;如果每個線程執行的代碼相同&#xff0c;可以使用同一個Runnable對象&#xff0c;然后將共享的數據放在Runnable里面&#xff0c;來實現數據的共享。 例如買票系統... package com.cn.gbx;import java.util.Date; import java.util.Random; import java.util.Time…

AIX的完整形式是什么?

AIX&#xff1a;高級交互式主管 (AIX: Advanced Interactive Executive) AIX is an abbreviation of "Advanced Interactive Executive". AIX是“ Advanced Interactive Executive”的縮寫 。 It is a progression sequence of proprietary UNIX operating systems …

c#生成隨機字符串 用做批量申請賬號時的隨機密碼還是相當不錯的

//隨機字符串生成器的主要功能如下&#xff1a; //1、支持自定義字符串長度 //2、支持自定義是否包含數字 //3、支持自定義是否包含小寫字母 //4、支持自定義是否包含大寫字母 //5、支持自定義是否包含特殊符號 //6、支持自定義字符…

【C++基礎】C++11的noexcept聲明符 與 異常傳播

目錄C noexcept&#xff1a;1、用途2、用法1、noexcept聲明符的用法&#xff1a;2、noexcept運算符的用法異常傳播1、異常傳播的定義2、異常傳播中的規則3、異常傳播的代價C noexcept&#xff1a; 1、用途 C11使用noexcept指明函數是否拋出異常&#xff1a; 若函數不拋異常&a…

使用IndexReader.repen提高搜索速度

1,使用indexreader創建indexsearcher. 2,indexsearcher在使用完了以后不要關閉. 3.使用indexreader.isCurrent()判斷索引是否被indexwriter改動. 4,如果索引被改動,indexsearcher.close()先前那個,然后new indexsearcher(indexreader). 傳string給searcher,searcher會維護一個內…

CSS中的文本格式

CSS文字格式 (CSS text formatting) CSS text properties allow you to style your text in various ways very easily. Such as color, alignment, spacing, direction, etc. CSS文本屬性使您可以輕松地以各種方式設置文本樣式。 例如顏色 &#xff0c; 對齊方式 &#xff0c;…

【C++基礎】重拋異常與異常的使用場景

重拋異常 異常處理程序可以重新拋出異常。 當它無法處理該異常&#xff0c;或想通知它的調用者發生了一個異常&#xff0c;此時就需要重拋異常&#xff1a; 1、拋出捕獲的異常 try {// statements; } catch (TheException &ex) {// Do something;throw; }2、重新拋出另一…

vi @-function

vi 的功能 vi 是一個越用越強大的東西 功能&#xff1a; 例&#xff1a; 1 在插入模式 cwgadfly CTL-V ESC 看到的似&#xff1a; cwgadfly^[ 2 保存到g緩沖區 ESC :退出插入模式 "gdd :"g 指緩沖去個 dd刪除一行 這樣g緩沖去的內容是 cwgadflayESC 3 test love u 在…

CSS簡寫指南

1.margin 1.1 margin:1px 2px 3px(上 左右 下) 1.2 margin:2px 3px(上下 左右) 1.2 margin:1px 3px 2px 3px(上右下左) 2.padding(同上) 3.border border:1px red solid (border-width border-color border-style) 1 2 3border-width&#xff1a;1px 2px 3px; //最多可用四個值…

【C++基礎】模板基礎與函數模板

目錄初識模板函數模板函數模板實例化顯式實例化隱式實例化初識模板 求兩個int、float、char類型的數據的最大值&#xff1a; C里面要這樣寫&#xff1a; int maxInt(int x, int y); double maxDouble(double x, double y); char maxChar(char x, char y);C使用函數重載&#…

scala 函數中嵌套函數_Scala合成函數

scala 函數中嵌套函數Scala中的合成功能 (Composition function in Scala) Scala composition function is a way in which functions are composed in program i.e. mixing of more than one functions to extract some results. In Scala programming language, there are mu…

js--基礎

js 0為false 非0為true null為false 非null為true js 特有with(對象){}:可以確定對象所使用的范圍。for(變量 in 對象)對變量和和行為進行遍歷html xhtml xml &#xff1a;這些都是標記型文檔。DOM:document object model 文檔對象模型。 dom三層模型&#xff1a; dom1:將…