WO2011087216A2 - 멀티미디어 컨텐츠 처리 방법 및 장치 - Google Patents

멀티미디어 컨텐츠 처리 방법 및 장치 Download PDF

Info

Publication number
WO2011087216A2
WO2011087216A2 PCT/KR2010/009232 KR2010009232W WO2011087216A2 WO 2011087216 A2 WO2011087216 A2 WO 2011087216A2 KR 2010009232 W KR2010009232 W KR 2010009232W WO 2011087216 A2 WO2011087216 A2 WO 2011087216A2
Authority
WO
WIPO (PCT)
Prior art keywords
identification information
multimedia content
database
type identification
information
Prior art date
Application number
PCT/KR2010/009232
Other languages
English (en)
French (fr)
Other versions
WO2011087216A3 (ko
Inventor
장의선
김현규
최병호
김용환
신화선
박민수
Original Assignee
한양대학교 산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 한양대학교 산학협력단 filed Critical 한양대학교 산학협력단
Priority claimed from KR1020100132579A external-priority patent/KR101200084B1/ko
Publication of WO2011087216A2 publication Critical patent/WO2011087216A2/ko
Publication of WO2011087216A3 publication Critical patent/WO2011087216A3/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/41Indexing; Data structures therefor; Storage structures

Definitions

  • the present invention relates to a method and apparatus for processing multimedia content using an MXM engine according to a type of multimedia content.
  • the ISO / IEC 23006 standard (MPEG Extensible Middleware, MXM) is a standard for defining intermediary devices to enable faster implementation of a variety of multimedia-based applications.
  • the MXM standard is a technology that provides a number of multimedia processing engines and makes it easy to encode or decode various multimedia contents in an application by calling an API (application-programming interface) included in the engine. This makes MXM easier and faster to implement the various multimedia applications that exist in the multimedia value chain.
  • the multimedia processing engine defined by the MXM standard provides a module that performs a plurality of encodings and decodings.
  • the process of identifying the multimedia content to be encoded or decoded and calling an API appropriate for the identified multimedia content can be performed by the application. It should be done. Accordingly, the creator of an application had to directly implement a process of identifying multimedia content and selecting an API to be used in the application.
  • the present invention provides a method and apparatus for identifying a type of multimedia content and processing the multimedia content using a multimedia engine corresponding to the identified multimedia content type.
  • an apparatus for identifying a type of multimedia content and processing the multimedia content using the same is provided.
  • At least one database for storing the type identification information for identifying one or more multimedia content type; Receiving at least one of database identification information and path information and multimedia contents through an application, setting a reference database according to any one of the database identification information and path information, and referring to the type identification information stored in the set reference database.
  • a media type identification engine identifying a multimedia content type;
  • a media framework engine for providing one or more application programming interfaces (APIs) for processing the multimedia contents, and calling an API designated according to the identified multimedia content type.
  • APIs application programming interfaces
  • the path information is a file path or URL.
  • the media type identification engine may identify and output at least one of database identification information and version information of a database referenced by the media type identification engine according to a database version checking command received through the application.
  • the media type identification engine receives an update command including at least one of the database identification information and the path information and update target type identification information, and corresponds to any one of the database identification information and the path information included in the update command.
  • the update target type identification information may be updated in a database.
  • the media type identification engine extracts type identification information from the multimedia content according to any one or more designated parsing methods, and the extracted type of one or more type identification information registered in a database according to the database identification information or path information.
  • the type corresponding to the same type identification information as the identification information may be identified as the type of the multimedia content.
  • the database is implemented in an XML language based format.
  • a method for processing a multimedia content is provided by the multimedia content processing device.
  • a method for processing multimedia content by a multimedia content processing device comprising: storing type identification information for identifying one or more multimedia content types in one or more databases; Receiving at least one of database identification information and path information and multimedia content through an application; Setting a reference database according to any one of the database identification information and the path information, and identifying the multimedia content type by referring to the type identification information stored in the set reference database; Calling an application programming interface (API) designated according to the identified multimedia content type; generating output data by encoding or decoding the multimedia content through the API; and transmitting the output data to the application.
  • API application programming interface
  • Identifying the multimedia content type comprises: extracting type identification information from the multimedia content according to any one or more of the specified parsing methods; And identifying a type corresponding to the same type identification information as the extracted type identification information among the one or more type identification information registered in the database according to the database identification information or the path information, as the type of the multimedia content. .
  • FIG. 1 is a diagram schematically illustrating a configuration of a multimedia content processing apparatus according to the MXM standard.
  • FIG. 2 is a view for explaining a process according to multimedia content transmission between multimedia content processing apparatus according to the MXM standard.
  • FIG. 3 is a block diagram schematically illustrating an internal configuration of a multimedia content processing device.
  • FIG. 4 is a diagram illustrating a method of identifying a type of multimedia content by a media type identification engine.
  • FIG. 5 illustrates an XML language language for implementing a database.
  • FIG. 6 is a diagram for explaining a method of processing a container bitstream by a multimedia content processing device
  • FIG. 7 is a flowchart illustrating a method in which a multimedia content processing apparatus processes multimedia content.
  • first and second may be used to describe various components, but the components should not be limited by the terms. The terms are used only for the purpose of distinguishing one component from another.
  • FIG. 1 is a diagram schematically illustrating a configuration of a multimedia content processing device according to the MXM standard.
  • a multimedia content processing apparatus includes a processor 101, a memory 102, and an operating system 103.
  • the multimedia content processing apparatus installs at least one multimedia content engine 105 according to the MPEG Extensible Middleware (MXM) standard in the provided operating system 103, and is loaded into the memory () and executed by the process 101.
  • an API application programming interface
  • the content engine may include at least one of an Orchestrator Engine, MPEG21 File Engine, Digital Item Engine, REL Engine, IPMP Engine, Security Engine, Content Metadata Engine, Media Framework Engine, and Content Search Engine, as shown in FIG. It may include.
  • Each content engine is an engine included in the MXM standard, and the function of each content engine is obvious to those skilled in the art, and thus a detailed description thereof will be omitted.
  • an application may receive a bitstream encoded according to the MPEG-4 video standard from a user and call an API included in the Media Framework Engine to decode the bitstream. Subsequently, the application may play the video by decoding the bitstream using the called API. At this time, the API to be called for decoding the bitstream is determined differently for each application.
  • FIG. 2 is a diagram for describing a process of transmitting multimedia content between multimedia content processing apparatuses according to the MXM standard.
  • the first multimedia content processing device 210a and the second multimedia content processing device 210b each include a multimedia content engine defined in the MXM standard by the first application and the second application. Accordingly, the first multimedia content processing device 210a and the second multimedia content processing device 210b may encode the multimedia data or decode the encoded bitstream according to an arbitrary standard through the provided multimedia content engine.
  • the first multimedia content processing device 210a and the second multimedia content processing device 210b may be different types of platforms, and the first multimedia content processing device 210a and the second multimedia content processing device 210b may be different.
  • the operating system running may also be different.
  • the multimedia content processing apparatuses according to the MXM standard may perform encoding or / and decoding using a standard technology related to multimedia content in the same manner.
  • the encoding or / and decoding schemes of the bitstreams in the apparatus for decoding the multimedia contents are not matched, thereby preventing the problem that decoding cannot be performed.
  • FIG. 3 is a block diagram schematically illustrating an internal configuration of a multimedia content processing apparatus
  • FIG. 4 is a diagram illustrating a method of identifying a type of multimedia content by a media type identification engine
  • FIG. 5 is a database. It is a figure which shows the XML language for this.
  • the multimedia content processing apparatus 300 includes a media type identification engine 310, a media framework engine 320, and one or more databases 330.
  • the media type identification engine 310 performs a function of identifying a type of multimedia content input through an application.
  • the media type identification engine 310 receives at least one of reference database identification information and path information to be referred through an application and multimedia content to be processed.
  • the path information may be a file path or URL.
  • the media type identification engine 310 sets up a reference database to which the media type identification engine 310 refers by using at least one of the reference database identification information and the path information.
  • the media type identification engine 310 extracts the type identification information of the N (arbitrary natural number) bits from the header of the multimedia content, and extracts matching type identification information among the type identification information stored in the reference database to determine the multimedia content type. Can be identified.
  • the multimedia content is a bitstream encoded according to the MPEG-4 standard
  • type identification information is stored in the first 32 bits of the corresponding bitstream according to syntax parsing rules.
  • the media type identification engine 310 extracts the first 32 bits from the input multimedia content as type identification information and checks whether the same type identification information as that type identification information is stored in the reference database.
  • the media type identification engine 310 may extract interface identification information corresponding to the type identification information and output the extracted interface identification information to the application.
  • the application outputs the multimedia content to the media framework engine 320 according to the interface identification information, and the media framework engine 320 calls the specified API corresponding to the interface identification information to decode the multimedia content. You can then output it to your application.
  • the media type identification engine 310 may output an error message to the application if the type corresponding to the multimedia content is not identified in the reference database.
  • type identification information is stored as shown in 410 of FIG. 4.
  • a bitstream for multimedia content such as 405 of FIG. 4 is input to the media type identification engine 310 through an application.
  • the media type identification engine 310 extracts a bit string corresponding to N bits from the header of the bitstream input through the application as type identification information, and determines whether the same type identification information as the type identification information is stored in the reference database. Check it. At this time, since the media type identification engine 310 stores the same type identification information as the type identification information "00001B0" in the reference database, the interface type identification information corresponding to the type identification information is transferred to the application or the media type identification engine 310. You can print
  • the media type identification engine 310 may decode the header of the multimedia content received through the application, extract attribute information of the multimedia content, and output the same to the application.
  • the attribute information may be additional information about the multimedia content.
  • the attribute information may have a resolution when the multimedia content is a video.
  • the media type identification engine 310 may output the extracted attribute information to the application in binary data format, or may convert the semantic information into semantic information and output the same to the application.
  • the media type identification engine 310 extracts the container bitstream from the element bitstream and checks the multimedia content type for each corresponding element bitstream to the application. You can print This will be described in more detail with reference to the accompanying drawings below.
  • the media type identification engine 310 may check the version of the database 330 and update the type identification information in the database 330.
  • the media type identification engine 310 may receive reference database information for confirming the type of multimedia content provided by the corresponding application through the application, and set the reference database using the reference database information.
  • the application may provide at least one of the database identification information and the path information and the multimedia content to the media type identification engine 310.
  • the media type identification engine 310 sets up the reference database according to any one of the corresponding database identification information and the path information, and the same type identification information as the type identification information extracted from the header of the multimedia content exists in the reference database. You can check the type of multimedia content.
  • the media framework engine 320 provides an application with the API necessary to encode or decode the multimedia content.
  • the API provided by the media framework engine 320 may be an API for encoding or decoding multimedia content according to a standard as illustrated in Tables 1 to 6 below.
  • the API provided through the media framework engine 320 may be additionally provided in addition to the APIs illustrated in Tables 1 to 6 according to an implementation method.
  • Each database 330 maps and stores interface identification information corresponding to each type identification information and the type identification information.
  • the type identification information may be identification information included in the multimedia content in a binary data format
  • the interface identification information may be text data corresponding to the type identification information.
  • the database 330 may be included in the multimedia content processing apparatus 300 or may be included outside the multimedia content processing apparatus 300.
  • the database 330 may be included as one component of the media type identification engine 310, which is one component of the multimedia content processing apparatus 300.
  • the database 330 may be implemented based on an XML language as shown in FIG. 5.
  • FIG. 6 is a diagram illustrating a method of processing a container bitstream by a multimedia content processing device.
  • the container bitstream represents bitstreams for a plurality of different multimedia contents.
  • the container bitstream may be a bitstream for a plurality of different multimedia contents, such as a bitstream for a video, a bitstream for audio, and a bitstream for metadata.
  • the media type identification engine 310 extracts the element bitstream from the container bitstream when the container bitstream is received from the application. Subsequently, the media type identification engine 310 decodes the header of each element bitstream to confirm the multimedia content type for each element bitstream through the reference database, and the interface identification information for each element bitstream to the application. You can print The application outputs each element bitstream to a multimedia engine capable of interpreting each element bitstream using interface identification information for each element bitstream. In this case, the media type identification engine 310 may use a preset function to extract each element bitstream from the container bitstream.
  • the media type identification engine 310 extracts each element bitstream from the corresponding container bitstream, and extracts N bits from the header of each extracted element bitstream. Extracted as type identification information. Subsequently, the media type identification engine 310 extracts the same type identification information as the extracted type identification information among the type identification information stored in the reference database currently referred to by the media type identification engine 310, and the interface mapped thereto. Identification information can be extracted.
  • the media type identification engine 310 uses the at least one of the reference database identification information and the path information to identify the corresponding media type identification engine.
  • a reference database referred to by 310 may be set. This is the same as already described above.
  • the media type identification engine 310 transmits the type identification information (or interface identification information) corresponding to the video element bitstream to the application. Accordingly, the application outputs the video element bitstream to the media type identification engine 310 according to the type identification information, and the media type identification engine 310 calls the specified API according to the type identification information to call the video element bitstream. Can be decoded and output to the application.
  • FIG. 7 is a flowchart illustrating a method of processing multimedia content by the multimedia content processing device. Each step described below is performed by each internal component of the multimedia content processing device, but will be collectively described as a multimedia content processing device for the convenience of understanding and explanation.
  • the multimedia content processing apparatus 300 receives a database version check request command through an application.
  • the multimedia content processing apparatus 300 extracts version information of a reference database connected to the multimedia content processing apparatus 300 and outputs it to an application.
  • the application may provide one of the reference database identification information and the path information and the multimedia content to the multimedia content processing device 300 when the reference database version is different for processing the multimedia content to be processed. You can request treatment. This will be described below.
  • the multimedia content processing apparatus 300 receives at least one of reference database identification information and path information and multimedia content from an application.
  • the path information may be a file path or URL.
  • the multimedia content is an encoded bitstream.
  • the multimedia content processing apparatus 300 may receive and decode the multimedia content.
  • the multimedia content processing apparatus 300 is an inverse process of the method of decoding the encoded bitstream, the present disclosure may include a process of encoding for convenience of understanding and description. The explanation will be centered.
  • the multimedia content processing apparatus 300 sets up the reference database by using the reference database identification information and the path information received through the application.
  • reference database identification information or path information is received along with multimedia content for setting up a reference database through an application.
  • the reference database setting process processes multimedia content. Naturally, the process may be performed differently from the process of doing so.
  • the multimedia content processing apparatus 300 analyzes the multimedia content header to identify a corresponding multimedia content type in a reference database.
  • the multimedia content processing apparatus 300 extracts N bits from the header of the multimedia content as type identification information, and confirms whether the same type identification information as the type identification information is stored among the type identification information stored in the reference database. To identify the corresponding multimedia content type.
  • the multimedia content processing apparatus 300 may generate an error message and output the generated error message to the application.
  • the multimedia content processing apparatus 300 calls an API designated according to the identified multimedia content type.
  • the multimedia content processing apparatus 300 may decode the multimedia content using the called API and output the same to the application.
  • the multimedia content processing apparatus 300 determines whether update information is received through an application.
  • the update information may include at least one of database identification information and path information to be updated and type identification information to be updated.
  • the multimedia content processing apparatus 300 sets an update target database using database identification information or path information to be updated according to the update information, and updates the type identification information to be updated in the set update target database. .
  • the method for processing multimedia content in the multimedia content processing apparatus may be implemented in the form of program instructions that can be executed through various electronic means for processing information may be recorded in the storage medium.
  • the storage medium may include program instructions, data files, data structures, etc. alone or in combination.
  • the program instructions recorded on the storage medium may be those specially designed and constructed for the present invention, or may be known and available to those skilled in the software art.
  • Examples of storage media include magnetic media such as hard disks, floppy disks and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic-optical media such as floppy disks.
  • hardware devices specifically configured to store and execute program instructions such as magneto-optical media and ROM, RAM, flash memory, and the like.
  • the above-described medium may be a transmission medium such as an optical or metal wire, a waveguide, or the like including a carrier wave for transmitting a signal specifying a program command, a data structure, and the like.
  • Examples of program instructions include not only machine code generated by a compiler, but also devices that process information electronically using an interpreter, for example, high-level language code that can be executed by a computer.
  • the hardware device described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

멀티미디어 컨텐츠 처리 방법 및 장치가 개시된다. 하나 이상의 멀티미디어 컨텐츠 유형 식별을 위한 유형 식별 정보를 저장하는 하나 이상의 데이터베이스; 외부에서 입력되는 데이터베이스 식별정보 또는 경로 정보에 따라 참조 데이터베이스를 설정하고, 참조 데이터베이스에 저장된 유형 식별 정보를 참조하여 어플리케이션을 통해 수신한 멀티미디어 컨텐츠 유형을 식별하는 미디어 유형 식별 엔진; 및 멀티미디어 컨텐츠를 처리하는 하나 이상의 API(Application Programming Interface)를 제공하고, 식별된 멀티미디어 컨텐츠 유형에 따라 지정된 API를 호출하는 미디어 프레임워크 엔진을 포함한다.

Description

멀티미디어 컨텐츠 처리 방법 및 장치
본 발명은 멀티미디어 컨텐츠의 유형에 따른 MXM 엔진을 이용하여 멀티미디어 컨텐츠를 처리할 수 있는 방법 및 장치에 관한 것이다.
ISO/IEC 23006 표준 (MPEG Extensible Middleware, MXM)은 멀티미디어에 기반한 다양한 어플리케이션을 보다 신속하게 구현할 수 있도록 하기 위한 중개 장치를 정의하기 위한 표준이다.
MXM 표준은 다수의 멀티미디어 처리 용 엔진을 제공하여 엔진에 포함된 API (application-programming interface) 를 호출하여 어플리케이션에서 다양한 멀티미디어 컨텐츠의 인코딩 또는 디코딩 과정을 손쉽게 수행할 수 있도록 하는 기술이다. 이로서 MXM은 멀티미디어의 가치 사슬 (value chain) 상에 존재하는 다양한 멀티미디어 어플리케이션의 구현을 보다 손쉽고 신속하게 가능하도록 지원한다.
하지만 MXM 표준에서 정의하는 멀티미디어 처리 용 엔진에서는 다수의 인코딩 및 디코딩을 수행하는 모듈을 제공할 뿐, 실제 인코딩 또는 디코딩될 멀티미디어 컨텐츠를 식별하고, 식별된 멀티미디어 컨텐츠에 적합한 API를 호출하는 과정은 어플리케이션이 수행하여야 하였다. 이에 따라 어플리케이션의 제작자는 멀티미디어 컨텐츠의 식별 및 어플리케이션에서 사용할 API를 선택하는 과정을 직접 구현하여야 하였다.
본 발명은 멀티미디어 컨텐츠의 유형을 식별하고, 식별된 멀티미디어 컨텐츠 유형에 상응하는 멀티미디어 엔진을 이용하여 멀티미디어 컨텐츠를 처리할 수 있는 방법 및 장치를 제공하기 위한 것이다.
본 발명의 일 측면에 따르면, 멀티미디어 컨텐츠의 유형을 식별하고, 이를 이용하여 멀티미디어 컨텐츠를 처리할 수 있는 장치가 제공된다.
본 발명의 일 실시예에 따르면, 하나 이상의 멀티미디어 컨텐츠 유형 식별을 위한 유형 식별 정보를 저장하는 하나 이상의 데이터베이스; 어플리케이션을 통해 데이터베이스 식별정보 및 경로 정보 중 적어도 하나와 멀티미디어 컨텐츠를 입력받고, 상기 데이터베이스 식별정보 및 경로 정보 중 어느 하나에 따라 참조 데이터베이스를 설정하며, 상기 설정된 참조 데이터베이스에 저장된 유형 식별 정보를 참조하여 상기 멀티미디어 컨텐츠 유형을 식별하는 미디어 유형 식별 엔진; 및 상기 멀티미디어 컨텐츠를 처리하는 하나 이상의 API(Application Programming Interface)를 제공하고, 상기 식별된 멀티미디어 컨텐츠 유형에 따라 지정된 API를 호출하는 미디어 프레임워크 엔진을 포함하는 멀티미디어 컨텐츠 처리 장치가 제공될 수 있다.
상기 경로 정보는 파일 경로 또는 유알엘(URL)이다.
상기 미디어 유형 식별 엔진은, 상기 어플리케이션을 통해 수신된 데이터베이스 버전 확인 명령에 따라 상기 미디어 유형 식별 엔진이 참조하는 데이터베이스에 대한 데이터베이스 식별정보 및 버전 정보 중 적어도 하나를 확인하여 상기 어플리케이션으로 출력할 수 있다.
상기 미디어 유형 식별 엔진은 상기 데이터베이스 식별정보 및 경로 정보 중 적어도 어느 하나와 갱신 대상 유형식별 정보를 포함하는 갱신 명령을 입력받고, 상기 갱신 명령에 포함된 상기 데이터베이스 식별정보 및 경로 정보 중 어느 하나에 상응하는 데이터베이스에 상기 갱신 대상 유형 식별 정보를 갱신할 수 있다.
상기 미디어 유형 식별 엔진은 상기 멀티미디어 컨텐츠로부터 하나 이상의 지정된 파싱 방법 중 어느 하나에 따라 유형 확인 정보를 추출하고, 상기 데이터베이스 식별정보 또는 경로 정보에 따른 데이터베이스에 등록된 하나 이상의 유형 식별 정보 중 상기 추출된 유형 확인 정보와 동일한 유형 식별 정보에 상응하는 유형을 상기 멀티미디어 컨텐츠의 유형으로 식별할 수 있다.
상기 데이터베이스는 XML 랭귀지 기반 형식으로 구현된다.
본 발명의 다른 측면에 따르면, 멀티미디어 컨텐츠 처리 장치가 멀티미디어 컨텐츠를 처리하는 방법이 제공된다.
본 발명의 일 실시예에 따르면, 멀티미디어 컨텐츠 처리 장치가 멀티미디어 컨텐츠를 처리하는 방법에 있어서, 하나 이상의 데이터베이스에 하나 이상의 멀티미디어 컨텐츠 유형 식별을 위한 유형 식별 정보를 저장하는 단계; 어플리케이션을 통해 데이터베이스 식별정보 및 경로 정보 중 적어도 하나와 멀티미디어 컨텐츠를 입력받는 단계; 상기 데이터베이스 식별정보 및 경로 정보 중 어느 하나에 따라 참조 데이터베이스를 설정하며, 상기 설정된 참조 데이터베이스에 저장된 유형 식별 정보를 참조하여 상기 멀티미디어 컨텐츠 유형을 식별하는 단계; 상기 식별된 멀티미디어 컨텐츠 유형에 따라 지정된 API((Application Programming Interface)를 호출하는 단계; 상기 API를 통해 상기 멀티미디어 컨텐츠를 인코딩 또는 디코딩하여 출력 데이터를 생성하는 단계; 및 상기 출력 데이터를 상기 어플리케이션으로 전송하는 단계를 포함하는 멀티미디어 컨텐츠 처리 방법이 제공될 수 있다.
상기 멀티미디어 컨텐츠 처리 장치가 참조하는 데이터베이스 정보 확인 명령을 입력받는 단계; 및 상기 데이터베이스 정보 확인 명령에 따라 상기 멀티미디어 컨텐츠 처리 장치가 참조하는 데이터베이스 식별정보 및 버전 정보 중 적어도 하나를 생성하여 상기 어플리케이션으로 출력하는 단계를 더 포함할 수 있다.
상기 데이터베이스 식별정보 및 경로 정보 중 적어도 어느 하나와 갱신 대상 유형식별 정보를 포함하는 갱신 명령을 입력받는 단계; 및 상기 갱신 명령에 포함된 상기 데이터베이스 식별정보 및 경로 정보 중 어느 하나에 상응하는 데이터베이스에 상기 갱신 대상 유형 식별 정보를 갱신하는 단계를 더 포함할 수 있다.
상기 멀티미디어 컨텐츠 유형을 식별하는 단계는, 상기 멀티미디어 컨텐츠로부터 하나 이상의 지정된 파싱 방법 중 어느 하나에 따라 유형 확인 정보를 추출하는 단계; 및 상기 데이터베이스 식별정보 또는 경로 정보에 따른 데이터베이스에 등록된 하나 이상의 유형 식별 정보 중 상기 추출된 유형 확인 정보와 동일한 유형 식별 정보에 상응하는 유형을 상기 멀티미디어 컨텐츠의 유형으로 식별하는 단계를 포함할 수 있다.
본 발명의 일 실시예에 따른 멀티미디어 컨텐츠 처리 방법 및 장치를 제공함으로써, 멀티미디어 컨텐츠의 유형을 식별하고, 식별된 멀티미디어 컨텐츠 유형에 상응하는 멀티미디어 엔진을 이용하여 멀티미디어 컨텐츠를 처리할 수 있다.
도 1은 MXM 표준에 따른 멀티미디어 컨텐츠 처리 장치의 구성을 개략적으로 도시한 도면.
도 2는 MXM 표준에 따른 멀티미디어 컨텐츠 처리 장치간의 멀티미디어 컨텐츠 전송에 따른 과정을 설명하기 위한 도.
도 3은 멀티미디어 컨텐츠 처리 장치의 내부 구성을 개략적으로 도시한 블록도.
도 4는 미디어 유형 식별 엔진이 멀티미디어 컨텐츠의 유형을 확인하는 방법을 설명하기 위해 도시한 도면.
도 5는 데이터베이스를 구현하기 위한 XML 랭귀지를 도시한 도면.
도 6은 멀티미디어 컨텐츠 처리 장치가 컨테이너 비트스트림을 처리하는 방법을 설명하기 위해 도시한 도면.
도 7은 멀티미디어 컨텐츠 처리 장치가 멀티미디어 컨텐츠를 처리하는 방법을 나타낸 순서도.
본 발명은 다양한 변환을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변환, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 본 발명을 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.
제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다.
본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.
이하, 본 발명의 실시예를 첨부한 도면들을 참조하여 상세히 설명하기로 한다.
[도 1 설명]
도 1은 MXM 표준에 따른 멀티미디어 컨텐츠 처리 장치의 구성을 개략적으로 도시한 도면이다.
도 1을 참조하면, 멀티미디어 컨텐츠 처리 장치는 프로세서(101), 메모리(102) 및 운영 체제(103)를 포함하여 구성된다. 멀티미디어 컨텐츠 처리 장치는 구비된 운영 체제(103)에 MXM(MPEG Extensible Middleware) 표준에 따른 적어도 하나의 멀티미디어 컨텐츠 엔진(105)을 설치하고, 메모리()에 로드되어 프로세스(101)에 의해 수행되는 어플리케이션의 호출에 따라 컨텐츠 엔진에 포함된 API(application programming interface)를 제공할 수 있다. 예를 들어, 컨텐츠 엔진은 도 1에 도시된 바와 같이, Orchestrator Engine, MPEG21 File Engine, Digital Item Engine, REL Engine, IPMP Engine, Security Engine, Content Metadata Engine, Media Framework Engine 및 Content Search Engine 중 적어도 하나를 포함할 수 있다. 각각의 컨텐츠 엔진은 MXM 표준에 포함된 엔진으로 각 컨텐츠 엔진의 기능은 당업자에게는 자명한 사항이므로 별도의 설명은 생략하기로 한다.
예를 들어, 어플리케이션은 사용자로부터 MPEG-4 비디오 표준에 따라 인코딩된 비트스트림을 수신하고, 해당 비트스트림을 디코딩하기 위해 Media Framework Engine에 포함된 API를 호출할 수 있다. 이어, 어플리케이션은 호출한 API를 이용하여 비트스트림을 디코딩하여 동영상을 재생할 수 있다. 이때, 비트스트림을 디코딩하기 위한 호출되는 API는 어플리케이션별로 상이하게 결정된다.
[도 2 설명]
도 2는 MXM 표준에 따른 멀티미디어 컨텐츠 처리 장치간의 멀티미디어 컨텐츠 전송에 따른 과정을 설명하기 위한 도면이다.
제1 멀티미디어 컨텐츠 처리 장치(210a) 및 제2 멀티미디어 컨텐츠 처리 장치(210b)는 제1 어플리케이션 및 제2 어플리케이션에 의해 MXM 표준에 정의된 멀티미디어 컨텐츠 엔진을 각각 포함한다. 이에 따라, 제1 멀티미디어 컨텐츠 처리 장치(210a) 및 제2 멀티미디어 컨텐츠 처리 장치(210b)는 구비된 멀티미디어 컨텐츠 엔진을 통해 멀티미디어 데이터를 인코딩 또는 임의의 표준에 따라 인코딩된 비트스트림을 디코딩할 수 있다.
이때, 제1 멀티미디어 컨텐츠 처리 장치(210a) 및 제2 멀티미디어 컨텐츠 처리 장치(210b)는 서로 다른 종류의 플랫폼 일 수 있으며, 해당 제1 멀티미디어 컨텐츠 처리 장치(210a) 및 제2 멀티미디어 컨텐츠 처리 장치(210b)를 운용하는 운영 체제 또한 상이할 수 있다.
이와 같이, 어플리케이션 및 환경이 서로 상이하더라도, MXM 표준에 따른 멀티미디어 컨텐츠 처리 장치들은 동일한 방식의 멀티미디어 컨텐츠 관련 표준 기술을 이용하여 인코딩 또는/및 디코딩을 수행할 수 있다. 이로 인해 멀티미디어 컨텐츠를 디코딩하는 장치에서의 비트스트림의 인코딩 또는/및 디코딩 방식이 매칭되지 않아 디코딩 수행이 불가능한 문제점을 방지할 수 있다.
[도 3 내지 도 5 설명]
도 3은 멀티미디어 컨텐츠 처리 장치의 내부 구성을 개략적으로 도시한 블록도이고, 도 4는 미디어 유형 식별 엔진이 멀티미디어 컨텐츠의 유형을 확인하는 방법을 설명하기 위해 도시한 도면이고, 도 5는 데이터베이스를 구현하기 위한 XML 랭귀지를 도시한 도면이다.
도 3을 참조하면, 멀티미디어 컨텐츠 처리 장치(300)는 미디어 유형 식별 엔진(310), 미디어 프레임워크 엔진(320) 및 하나 이상의 데이터베이스(330)를 포함하여 구성된다.
미디어 유형 식별 엔진(310)은 어플리케이션을 통해 입력되는 멀티미디어 컨텐츠의 유형을 식별하는 기능을 수행한다.
예를 들어, 미디어 유형 식별 엔진(310)은 어플리케이션을 통해 참조할 참조 데이터베이스 식별정보 및 경로 정보 중 적어도 하나와 처리할 멀티미디어 컨텐츠를 입력받는다. 여기서, 경로 정보는 파일 경로 또는 유알엘(URL)일 수 있다. 이에 따라, 미디어 유형 식별 엔진(310)은 해당 참조 데이터베이스 식별정보 및 경로 정보 중 적어도 하나를 이용하여 해당 미디어 유형 식별 엔진(310)이 참조할 참조 데이터베이스를 설정한다. 이어, 미디어 유형 식별 엔진(310)은 멀티미디어 컨텐츠의 헤더에서 N(임의의 자연수) 비트의 유형 확인 정보를 추출한 후 참조 데이터베이스에 저장된 유형 식별 정보들 중 매칭되는 유형 식별 정보를 추출하여 멀티미디어 컨텐츠 유형을 식별할 수 있다.
예를 들어, 멀티미디어 컨텐츠가 MPEG-4 표준에 따라 인코딩된 비트스트림이고, 신택스 파싱 규칙에 따라 해당 비트스트림의 첫 32비트에 유형 확인 정보가 저장되어 있다고 가정하자. 미디어 유형 식별 엔진(310)은 입력된 멀티미디어 컨텐츠에서 첫 32비트를 유형 확인 정보로써 추출하고, 해당 유형 확인 정보와 동일한 유형 식별 정보가 참조 데이터베이스에 저장되어 있는지 여부를 확인한다. 동일한 유형 식별 정보가 참도 데이터베이스에 저장되어 있는 경우, 미디어 유형 식별 엔진(310)은 해당 유형 식별 정보에 상응하는 인터페이스 식별정보를 추출하여 어플리케이션으로 출력할 수 있다. 이에 따라, 어플리케이션은 해당 인터페이스 식별정보에 따라 멀티미디어 컨텐츠를 미디어 프레임워크 엔진(320)으로 출력하고, 미디어 프레임워크 엔진(320)은 해당 인터페이스 식별정보에 상응하여 지정된 API를 호출하여 멀티미디어 컨텐츠를 디코딩한 후 어플리케이션으로 출력할 수 있다.
또한, 미디어 유형 식별 엔진(310)은 멀티미디어 컨텐츠에 상응하는 유형이 참조 데이터베이스에서 확인되지 않으면, 에러 메시지를 어플리케이션으로 출력할 수 있다.
도 4를 참조하여 미디어 유형 식별 엔진이 멀티미디어 컨텐츠에 대한 유형을 확인하는 방법에 대해 상세히 설명하기로 한다.
미디어 유형 식별 엔진(310)이 참조하는 참조 데이터베이스에는 도 4의 410과 같이 유형 식별 정보가 각각 저장되어 있다. 이때, 미디어 유형 식별 엔진(310)에 도 4의 405와 같은 멀티미디어 컨텐츠에 대한 비트스트림이 어플리케이션을 통해 입력되었다고 가정하자.
미디어 유형 식별 엔진(310)은 어플리케이션을 통해 입력된 비트스트림의 헤더에서 N비트에 해당하는 비트열을 유형 확인 정보로써 추출하고, 해당 유형 확인 정보와 동일한 유형 식별 정보가 참조 데이터베이스에 저장되어 있는지를 확인한다. 이때, 미디어 유형 식별 엔진(310)은 유형 확인 정보 "00001B0"와 동일한 유형 식별 정보가 참조 데이터베이스에 저장되어 있으므로, 해당 유형 식별 정보에 해당하는 인터페이스 식별 정보를 어플리케이션 또는 미디어 유형 식별 엔진(310)으로 출력할 수 있다.
다른 예를 들어, 미디어 유형 식별 엔진(310)은 어플리케이션을 통해 수신된 멀티미디어 컨텐츠의 헤더를 해독하여 멀티미디어 컨텐츠의 속성 정보를 추출하고, 이를 어플리케이션으로 출력할 수도 있다. 여기서, 속성 정보는 멀티미디어 컨텐츠에 대한 부가 정보로, 예를 들어, 멀티미디어 컨텐츠가 동영상인 경우, 해상도일 수 있다.
이때, 미디어 유형 식별 엔진(310)은 추출된 속성 정보를 이진 데이터 형식으로 어플리케이션으로 출력될 수도 있으며, 시맨틱한 정보로 변환하여 어플리케이션으로 출력될 수도 있음은 당연하다.
또한, 멀티미디어 컨텐츠가 복수의 멀티미디어 컨텐츠를 포함하는 컨테이너 비트스트림인 경우, 미디어 유형 식별 엔진(310)은 컨테이너 비트스트림을 요소 비트스트림을 추출한 후, 해당 요소 비트스트림별 멀티미디어 컨텐츠 유형을 확인하여 어플리케이션으로 출력할 수 있다. 이에 대해서는 하기에서 관련 도면을 참조하여 보다 상세히 설명하기로 한다.
또한, 미디어 유형 식별 엔진(310)은 데이터베이스(330)의 버전을 확인하고, 데이터베이스(330)에 유형 식별 정보를 갱신할 수도 있다. 또한, 미디어 유형 식별 엔진(310)은 어플리케이션을 통해 해당 어플리케이션에 의해 제공되는 멀티미디어 컨텐츠의 유형을 확인할 참조 데이터베이스 정보를 입력받고, 해당 참조 데이터베이스 정보를 이용하여 참조 데이터베이스를 설정할 수도 있다.
예를 들어, 어플리케이션은 데이터베이스 식별 정보 및 경로 정보 중 적어도 하나와 멀티미디어 컨텐츠를 미디어 유형 식별 엔진(310)으로 제공할 수 있다. 이에 따라, 미디어 유형 식별 엔진(310)은 해당 데이터베이스 식별 정보 및 경로 정보 중 어느 하나에 따라 참조 데이터베이스를 설정하고, 해당 참조 데이터베이스에서 멀티미디어 컨텐츠의 헤더에서 추출된 유형 확인 정보와 동일한 유형 식별 정보가 존재하는지를 확인하여 멀티미디어 컨텐츠의 유형을 확인할 수 있다.
미디어 프레임워크 엔진(320)은 멀티미디어 컨텐츠를 인코딩 또는 디코딩하기 위해 필요한 API를 어플리케이션으로 제공한다. 이때, 미디어 프레임워크 엔진(320)에서 제공되는 API는 하기 표 1 내지 표 6에서 예시된 바와 같은 표준에 따른 멀티미디어 컨텐츠를 인코딩 또는 디코딩하기 위한 API일 수 있다. 물론, 구현 방법에 따라 미디어 프레임워크 엔진(320)을 통해 제공되는 API는 표 1 내지 표 6에서 예시된 API 이외의 다른 API들이 추가적으로 제공될 수 있음은 당연하다.
표 1 Audio
Standard Profile or Technology
MPEG-1 Audio layer II
MPEG-1 Audio layer III
MPEG-4 AAC
MPEG-4 HE-AAC
표 2 Video
Standard Profile or Technology
MPEG-1 Video
MPEG-2 Video Main Profile
MPEG-4 Visual Simple Profile
Advanced Simple Profile
MPEG-4 AVC
표 3 Reconfigurable Video
Standard Profile or Technology
Codec Configuration Representation
Video tool library
표 4 Muxed Content
Standard Profile or Technology
MPEG-1 Systems
MPEG-2 Systems Transport Stream
Program Stream
MPEG-4 M4Mux
ISO Base Media File Format
표 5 3D Graphics coding
Standard Profile or Technology
Geometry
Appearance
Texture
BBA Animation
FAMC Animation
표 6 Composition coding
Standard Profile or Technology
LASeR Core
BIFS
각각의 데이터베이스(330)는 각 유형 식별 정보와 유형 식별 정보에 대응하는 인터페이스 식별 정보를 매핑하여 저장한다. 여기서, 유형 식별 정보는 멀티미디어 컨텐츠에 포함된 식별정보로 이진 데이터 형식이고, 인터페이스 식별 정보는 유형 식별 정보에 대응하는 텍스트 데이터일 수 있다.
여기서, 데이터베이스(330)는 당해 멀티미디어 컨텐츠 처리 장치(300) 내부에 포함될 수도 있으며, 멀티미디어 컨텐츠 처리 장치(300) 외부에 포함될 수도 있다. 또한, 데이터베이스(330)는 멀티미디어 컨텐츠 처리 장치(300)의 일 구성 요소인 미디어 유형 식별 엔진(310)의 일 구성 요소로 포함될 수도 있다. 또한, 데이터베이스(330)는 도 5에 도시된 바와 같이 XML 랭귀지에 기반하여 구현될 수도 있다.
[도 6 설명]
도 6은 멀티미디어 컨텐츠 처리 장치가 컨테이너 비트스트림을 처리하는 방법을 설명하기 위해 도시한 도면이다.
본 명세서에서 컨테이너 비트스트림은 상이한 복수의 멀티미디어 컨텐츠에 대한 비트스트림을 나타낸다. 예를 들어, 컨테이너 비트스트림은 동영상에 대한 비트스트림, 오디오에 대한 비트스트림, 메타 데이터에 대한 비트스트림 등 각각 상이한 복수의 멀티미디어 컨텐츠에 대한 비트스트림일 수 있다.
미디어 유형 식별 엔진(310)은 어플리케이션으로부터 컨테이너 비트스트림이 수신되면, 해당 컨테이너 비트스트림을 요소 비트스트림을 추출한다. 이어, 미디어 유형 식별 엔진(310)은 각각의 요소 비트스트림의 헤더를 해독하여 각 요소 비트스트림에 대한 멀티미디어 컨텐츠 유형을 참조 데이터베이스를 통해 확인하고, 각각의 요소 비트스트림에 대한 인터페이스 식별정보를 어플리케이션으로 출력할 수 있다. 어플리케이션은 각 요소 비트스트림에 대한 인터페이스 식별정보를 이용하여 각 요소 비트스트림을 해석할 수 있는 멀티미디어 엔진으로 요소 비트스트림을 각각 출력한다. 이때, 미디어 유형 식별 엔진(310)은 컨테이너 비트스트림에서 각 요소 비트스트림을 추출하기 위해 미리 설정된 함수를 이용할 수 있다. 즉, 어플리케이션을 통해 미리 설정된 함수를 통해 컨테이너 비트스트림이 수신되면, 미디어 유형 식별 엔진(310)은 해당 컨테이너 비트스트림에서 요소 비트스트림을 각각 추출하고, 각각 추출된 요소 비트스트림의 헤더에서 N비트를 유형 확인 정보로써 각각 추출한다. 이어, 미디어 유형 식별 엔진(310)은 현재 미디어 유형 식별 엔진(310)이 참조하는 참조 데이터베이스에 저장된 유형 식별 정보들 중 각각 추출된 유형 확인 정보와 동일한 유형 식별 정보를 추출하고, 이에 대해 매핑된 인터페이스 식별정보를 추출할 수 있다.
물론, 어플리케이션을 통해 참조 데이터베이스 식별정보 및 경로 정보 중 적어도하나가 컨테이너 비트스트림과 함께 수신되면, 미디어 유형 식별 엔진(310)은 참조 데이터베이스 식별정보 및 경로 정보 중 적어도 하나를 이용하여 해당 미디어 유형 식별 엔진(310)이 참조하는 참조 데이터베이스를 설정할 수 있다. 이는 이미 전술한 바와 동일하다.
예를 들어, 미디어 유형 식별 엔진(310)은 추출된 요소 비트스트림이 비디오 요소 비트스트림이고, 비디오 요소 비트스트림에 상응하는 유형 식별 정보(또는 인터페이스 식별 정보)를 어플리케이션으로 전송한다. 이에 따라, 어플리케이션은 해당 유형 식별 정보에 따라 비디오 요소 비트스트림을 미디어 유형 식별 엔진(310)으로 출력하고, 미디어 유형 식별 엔진(310)은 해당 유형 식별 정보에 따라 지정된 API를 호출하여 비디오 요소 비트스트림을 디코딩하여 어플리케이션으로 출력할 수 있다.
[도 7 설명]
도 7은 멀티미디어 컨텐츠 처리 장치가 멀티미디어 컨텐츠를 처리하는 방법을 나타낸 순서도이다. 이하에서 설명되는 각각의 단계는 멀티미디어 컨텐츠 처리 장치의 각각의 내부 구성 요소에 의해 수행되나 이해와 설명의 편의를 도모하기 위해 멀티미디어 컨텐츠 처리 장치로 통칭하여 설명하기로 한다.
단계 710에서 멀티미디어 컨텐츠 처리 장치(300)는 어플리케이션을 통해 데이터베이스 버전 확인 요청 명령을 입력받는다.
이에 따라, 단계 715에서 멀티미디어 컨텐츠 처리 장치(300)는 당해 멀티미디어 컨텐츠 처리 장치(300)에 연결된 참조 데이터베이스의 버전 정보를 추출하고, 이를 어플리케이션으로 출력한다.
이때, 어플리케이션은 해당 버전 정보를 확인한 후, 처리할 멀티미디어 컨텐츠의 처리를 위해 참조 데이터베이스 버전이 상이한 경우, 참조 데이터베이스 식별정보 및 경로 정보 중 어느 하나와 멀티미디어 컨텐츠를 멀티미디어 컨텐츠 처리 장치(300)로 제공하여 처리를 요청할 수 있다. 이하에서는 이에 대해서 설명하기로 한다.
단계 720에서 멀티미디어 컨텐츠 처리 장치(300)는 어플리케이션으로부터 참조 데이터베이스 식별 정보 및 경로 정보 중 적어도 하나와 멀티미디어 컨텐츠를 수신한다. 여기서, 경로 정보는 파일 경로 또는 유알엘(URL)일 수 있다. 또한, 이하에서는 멀티미디어 컨텐츠는 인코딩된 비트스트림인 것을 가정하여 설명하기로 한다. 물론, 멀티미디어 컨텐츠 처리 장치(300)는 멀티미디어 컨텐츠를 수신하여 디코딩할 수도 있으나, 이는 인코딩된 비트스트림을 디코딩하는 방법의 역과정이므로, 본 명세서에서는 이해와 설명의 편의를 도모하기 위해 인코딩하는 과정을 중심으로 설명하기로 한다.
단계 725에서 멀티미디어 컨텐츠 처리 장치(300)는 어플리케이션을 통해 수신된 참조 데이터베이스 식별정보 및 경로 정보를 이용하여 참조 데이터베이스를 설정한다.
본 명세서에서는 이해와 설명의 편의를 도모하기 위해 어플리케이션을 통해 참조 데이터베이스 설정을 위해 참조 데이터베이스 식별정보 또는 경로 정보를 멀티미디어 컨텐츠와 함께 수신하는 것을 가정하여 설명하고 있으나, 참조 데이터베이스 설정 과정은 멀티미디어 컨텐츠를 처리하는 과정과는 상이하게 수행될 수도 있음은 당연하다.
단계 730에서 멀티미디어 컨텐츠 처리 장치(300)는 멀티미디어 컨텐츠 헤더를 분석하여 참조 데이터베이스에서 해당 멀티미디어 컨텐츠 유형을 식별한다.
예를 들어, 멀티미디어 컨텐츠 처리 장치(300)는 멀티미디어 컨텐츠의 헤더에서 N비트를 유형 확인 정보로써 추출하고, 참조 데이터베이스에 저장된 유형 식별 정보들 중 유형 확인 정보와 동일한 유형 식별 정보가 저장되어 있는지를 확인하여 해당 멀티미디어 컨텐츠 유형을 식별할 수 있다.
만일 참조 데이터베이스에 저장된 유형 식별 정보들 중 유형 확인 정보가 동일한 유형 식별 정보가 존재하지 않으면, 멀티미디어 컨텐츠 처리 장치(300)는 에러 메시지를 생성하여 어플리케이션으로 출력할 수 있다.
단계 735에서 멀티미디어 컨텐츠 처리 장치(300)는 식별된 멀티미디어 컨텐츠 유형에 상응하여 지정된 API를 호출한다.
이어, 단계 740에서 멀티미디어 컨텐츠 처리 장치(300)는 호출된 API를 이용하여 멀티미디어 컨텐츠를 디코딩하고, 이를 어플리케이션으로 출력할 수 있다.
단계 745에서 멀티미디어 컨텐츠 처리 장치(300)는 어플리케이션을 통해 갱신 정보가 수신되었는지 여부를 판단한다.
이때, 갱신 정보는 갱신할 데이터베이스 식별 정보 및 경로 정보 중 적어도 하나와 갱신할 유형 식별 정보를 포함할 수 있다.
이에 따라, 단계 750에서 멀티미디어 컨텐츠 처리 장치(300)는 해당 갱신 정보에 따라 갱신할 데이터베이스 식별정보 또는 경로 정보를 이용하여 갱신 대상 데이터베이스를 설정하고, 설정된 갱신 대상 데이터베이스에 갱신할 유형 식별 정보를 갱신한다.
한편, 본 발명의 실시예에 따른 멀티미디어 컨텐츠 처리 장치에서 멀티미디어 컨텐츠를 처리하는 방법은 다양한 전자적으로 정보를 처리하는 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 저장 매체에 기록될 수 있다. 저장 매체는 프로그램 명령, 데이터 파일, 데이터 구조등을 단독으로 또는 조합하여 포함할 수 있다.
*저장 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 소프트웨어 분야 당업자에게 공지되어 사용 가능한 것일 수도 있다. 저장 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media) 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 또한 상술한 매체는 프로그램 명령, 데이터 구조 등을 지정하는 신호를 전송하는 반송파를 포함하는 광 또는 금속선, 도파관 등의 전송 매체일 수도 있다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 전자적으로 정보를 처리하는 장치, 예를 들어, 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다.
상술한 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.
상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야에서 통상의 지식을 가진 자라면 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.

Claims (12)

  1. 하나 이상의 멀티미디어 컨텐츠 유형 식별을 위한 유형 식별 정보를 저장하는 하나 이상의 데이터베이스;
    어플리케이션을 통해 데이터베이스 식별정보 및 경로 정보 중 적어도 하나와 멀티미디어 컨텐츠를 입력받고, 상기 데이터베이스 식별정보 및 경로 정보 중 어느 하나에 따라 참조 데이터베이스를 설정하며, 상기 설정된 참조 데이터베이스에 저장된 유형 식별 정보를 참조하여 상기 멀티미디어 컨텐츠 유형을 식별하는 미디어 유형 식별 엔진; 및
    상기 멀티미디어 컨텐츠를 처리하는 하나 이상의 API(Application Programming Interface)를 제공하고, 상기 식별된 멀티미디어 컨텐츠 유형에 따라 지정된 API를 호출하는 미디어 프레임워크 엔진을 포함하는 멀티미디어 컨텐츠 처리 장치.
  2. 제1 항에 있어서,
    상기 경로 정보는 파일 경로 또는 유알엘(URL)인 것을 특징으로 하는 멀티미디어 컨텐츠 처리 장치.
  3. 제1 항에 있어서,
    상기 미디어 유형 식별 엔진은,
    상기 어플리케이션을 통해 수신된 데이터베이스 버전 확인 명령에 따라 상기 미디어 유형 식별 엔진이 참조하는 데이터베이스에 대한 데이터베이스 식별정보 및 버전 정보 중 적어도 하나를 확인하여 상기 어플리케이션으로 출력하는 것을 특징으로 하는 멀티미디어 컨텐츠 처리 장치.
  4. 제1 항에 있어서,
    상기 미디어 유형 식별 엔진은
    *상기 데이터베이스 식별정보 및 경로 정보 중 적어도 어느 하나와 갱신 대상 유형식별 정보를 포함하는 갱신 명령을 입력받고,
    상기 갱신 명령에 포함된 상기 데이터베이스 식별정보 및 경로 정보 중 어느 하나에 상응하는 데이터베이스에 상기 갱신 대상 유형 식별 정보를 갱신하는 것을 특징으로 하는 멀티미디어 컨텐츠 처리 장치.
  5. 제1 항에 있어서,
    상기 미디어 유형 식별 엔진은
    상기 멀티미디어 컨텐츠로부터 하나 이상의 지정된 파싱 방법 중 어느 하나에 따라 유형 확인 정보를 추출하고,
    상기 데이터베이스 식별정보 또는 경로 정보에 따른 데이터베이스에 등록된 하나 이상의 유형 식별 정보 중 상기 추출된 유형 확인 정보와 동일한 유형 식별 정보에 상응하는 유형을 상기 멀티미디어 컨텐츠의 유형으로 식별하는 것을 특징으로 하는 멀티미디어 컨텐츠 처리 장치.
  6. 제1 항에 있어서,
    상기 데이터베이스는 XML 랭귀지 기반 형식으로 구현되는 것을 특징으로 하는 멀티미디어 컨텐츠 처리 장치.
  7. 멀티미디어 컨텐츠 처리 장치가 멀티미디어 컨텐츠를 처리하는 방법에 있어서,
    하나 이상의 데이터베이스에 하나 이상의 멀티미디어 컨텐츠 유형 식별을 위한 유형 식별 정보를 저장하는 단계;
    어플리케이션을 통해 데이터베이스 식별정보 및 경로 정보 중 적어도 하나와 멀티미디어 컨텐츠를 입력받는 단계;
    상기 데이터베이스 식별정보 및 경로 정보 중 어느 하나에 따라 참조 데이터베이스를 설정하며, 상기 설정된 참조 데이터베이스에 저장된 유형 식별 정보를 참조하여 상기 멀티미디어 컨텐츠 유형을 식별하는 단계;
    상기 식별된 멀티미디어 컨텐츠 유형에 따라 지정된 API((Application Programming Interface)를 호출하는 단계;
    상기 API를 통해 상기 멀티미디어 컨텐츠를 인코딩 또는 디코딩하여 출력 데이터를 생성하는 단계; 및
    상기 출력 데이터를 상기 어플리케이션으로 전송하는 단계를 포함하는 멀티미디어 컨텐츠 처리 방법.
  8. 제7 항에 있어서,
    상기 경로 정보는 파일 경로 또는 유알엘(URL)인 것을 특징으로 하는 멀티미디어 컨텐츠 처리 방법.
  9. 제7 항에 있어서,
    상기 멀티미디어 컨텐츠 처리 장치가 참조하는 데이터베이스 정보 확인 명령을 입력받는 단계; 및
    상기 데이터베이스 정보 확인 명령에 따라 상기 멀티미디어 컨텐츠 처리 장치가 참조하는 데이터베이스 식별정보 및 버전 정보 중 적어도 하나를 생성하여 상기 어플리케이션으로 출력하는 단계를 더 포함하는 멀티미디어 컨텐츠 처리 방법.
  10. 제7 항에 있어서,
    상기 데이터베이스 식별정보 및 경로 정보 중 적어도 어느 하나와 갱신 대상 유형식별 정보를 포함하는 갱신 명령을 입력받는 단계; 및
    상기 갱신 명령에 포함된 상기 데이터베이스 식별정보 및 경로 정보 중 어느 하나에 상응하는 데이터베이스에 상기 갱신 대상 유형 식별 정보를 갱신하는 단계를 더 포함하는 멀티미디어 컨텐츠 처리 방법.
  11. 제8 항에 있어서,
    상기 멀티미디어 컨텐츠 유형을 식별하는 단계는,
    상기 멀티미디어 컨텐츠로부터 하나 이상의 지정된 파싱 방법 중 어느 하나에 따라 유형 확인 정보를 추출하는 단계; 및
    상기 데이터베이스 식별정보 또는 경로 정보에 따른 데이터베이스에 등록된 하나 이상의 유형 식별 정보 중 상기 추출된 유형 확인 정보와 동일한 유형 식별 정보에 상응하는 유형을 상기 멀티미디어 컨텐츠의 유형으로 식별하는 단계를 포함하는 것을 특징으로 하는 멀티미디어 컨텐츠 처리 방법.
  12. 제8 항 내지 제11항 중 어느 하나의 방법을 수행하기 위해 실행 가능한 명령어들이 구현되어 멀티미디어 컨텐츠 처리 장치에 의해 판독될 수 있는 프로그램을 기록한 기록매체.
PCT/KR2010/009232 2010-01-12 2010-12-22 멀티미디어 컨텐츠 처리 방법 및 장치 WO2011087216A2 (ko)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
KR20100002492 2010-01-12
KR10-2010-0002492 2010-01-12
KR1020100132579A KR101200084B1 (ko) 2010-01-12 2010-12-22 멀티미디어 컨텐츠 처리 방법 및 장치
KR10-2010-0132579 2010-12-22

Publications (2)

Publication Number Publication Date
WO2011087216A2 true WO2011087216A2 (ko) 2011-07-21
WO2011087216A3 WO2011087216A3 (ko) 2011-11-03

Family

ID=44304761

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2010/009232 WO2011087216A2 (ko) 2010-01-12 2010-12-22 멀티미디어 컨텐츠 처리 방법 및 장치

Country Status (1)

Country Link
WO (1) WO2011087216A2 (ko)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020007357A1 (en) * 1997-10-27 2002-01-17 Sun Microsystems, Inc. Method and apparatus for providing plug-in media decoders
US20020198855A1 (en) * 2001-06-21 2002-12-26 Jameson Kevin Wade Collection content classifier
KR20040053783A (ko) * 2003-11-27 2004-06-24 웨이비사운드(주) 멀티미디어 재생장치 및 재생방법
KR20040082512A (ko) * 2003-03-19 2004-09-30 주식회사 케이티프리텔 무선 통신망에서의 다운로드형 멀티미디어 서비스 제공시스템 및 방법
KR20050041603A (ko) * 2003-10-31 2005-05-04 박병강 비디오 데이터를 포함하는 오디오 컨텐츠 제작방법 및비디오 데이터가 포함된 오디오 컨텐츠 재생장치

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020007357A1 (en) * 1997-10-27 2002-01-17 Sun Microsystems, Inc. Method and apparatus for providing plug-in media decoders
US20020198855A1 (en) * 2001-06-21 2002-12-26 Jameson Kevin Wade Collection content classifier
KR20040082512A (ko) * 2003-03-19 2004-09-30 주식회사 케이티프리텔 무선 통신망에서의 다운로드형 멀티미디어 서비스 제공시스템 및 방법
KR20050041603A (ko) * 2003-10-31 2005-05-04 박병강 비디오 데이터를 포함하는 오디오 컨텐츠 제작방법 및비디오 데이터가 포함된 오디오 컨텐츠 재생장치
KR20040053783A (ko) * 2003-11-27 2004-06-24 웨이비사운드(주) 멀티미디어 재생장치 및 재생방법

Also Published As

Publication number Publication date
WO2011087216A3 (ko) 2011-11-03

Similar Documents

Publication Publication Date Title
US7647340B2 (en) Metadata in JPEG 2000 file format
US6993196B2 (en) Digital image storage method
US7565452B2 (en) System for storing and rendering multimedia data
WO2001091052A2 (en) Contents forming method and contents reproducing apparatus and method
JP2000513178A (ja) Mpegコード化オーディオ・ビジュアル対象物を表すビット・ストリームの発生およびインターフェースで連結するためのシステムおよび方法
US10129556B2 (en) Systems and methods for accessing digital data
US8548963B2 (en) Context sensitive media and information
US10979784B1 (en) Track format for carriage of event messages
WO2011108908A2 (en) Method and apparatus for transmitting and receiving a content file including multiple streams
EP2907286A1 (en) Apparatus and method for delivering and receiving multimedia data in hybrid network
WO2010050786A2 (en) Conditional processing method and apparatus
CN101268697B (zh) 编码器和解码器
WO2010008196A2 (ko) 구조화된 정보의 장면 표시 장치 및 그 방법
WO2021029671A1 (ko) 스트리밍 콘텐츠의 재생 방법 및 시스템
WO2011087216A2 (ko) 멀티미디어 컨텐츠 처리 방법 및 장치
WO2023068691A1 (en) Method of natural language processing by performing semantic analysis using syntactic information, and an apparatus for the same
WO2011049413A2 (ko) 멀티미디어 컨텐츠 처리 방법 및 장치
KR101200084B1 (ko) 멀티미디어 컨텐츠 처리 방법 및 장치
Wilkinson et al. Tools and techniques for globally unique content identification
WO2022119326A1 (ko) 영상 리소스 매칭을 이용한 멀티미디어 변환 콘텐츠 제작 서비스 제공 방법 및 그 장치
WO2022086107A1 (ko) 콘텐츠 재생 방법 및 시스템
JP4378157B2 (ja) データ処理方法および装置
US10937460B2 (en) Media files and protocols supporting runtime dependent tracks
JP2008065736A (ja) データ処理装置、データ処理方法、プログラムおよび記録媒体
Audio SMPTE STANDARD

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10843281

Country of ref document: EP

Kind code of ref document: A2