JP2008124931A - Data converting device, data converting program and data converting method, and data decoding device - Google Patents

Data converting device, data converting program and data converting method, and data decoding device Download PDF

Info

Publication number
JP2008124931A
JP2008124931A JP2006308334A JP2006308334A JP2008124931A JP 2008124931 A JP2008124931 A JP 2008124931A JP 2006308334 A JP2006308334 A JP 2006308334A JP 2006308334 A JP2006308334 A JP 2006308334A JP 2008124931 A JP2008124931 A JP 2008124931A
Authority
JP
Japan
Prior art keywords
data
frame
group
gop
data length
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2006308334A
Other languages
Japanese (ja)
Inventor
Chiko Yoshida
智晃 吉田
Yosuke Kubota
陽介 久保田
Atsushi Narimi
淳 成見
Hideaki Tabuchi
英明 田淵
Daiki Domen
大規 堂免
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SAKURA EIKI KK
Japan Broadcasting Corp
Original Assignee
SAKURA EIKI KK
Nippon Hoso Kyokai NHK
Japan Broadcasting Corp
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 SAKURA EIKI KK, Nippon Hoso Kyokai NHK, Japan Broadcasting Corp filed Critical SAKURA EIKI KK
Priority to JP2006308334A priority Critical patent/JP2008124931A/en
Publication of JP2008124931A publication Critical patent/JP2008124931A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a data converting device converting compressed encoded data into data which can be accessed fast at random without providing an index file as an independent file. <P>SOLUTION: The data converting device 1 includes a GOP detecting means 10 of detecting a GOP from the compressed encoded data, a frame detecting means 11 of detecting a frame in the GOP, a data length accumulating means 12 of accumulating a data length by a predetermined number, and a dummy data adding means 14 of adding dummy data to data of the group by the difference between a predetermined data length and the accumulated data length when the accumulated data length is less than the predetermined data length. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、圧縮符号化されたデータを、ノンリニア編集を行うためのデータに変換するデータ変換装置、データ変換プログラムおよびデータ変換方法、ならびに、データ復号装置に関する。   The present invention relates to a data conversion device, a data conversion program and a data conversion method, and a data decoding device that convert compressed and encoded data into data for nonlinear editing.

近年、映像や音声の編集は、映像等を記録したテープを再生し、所望の箇所を他のテープにコピーするリニア編集から、映像等を、一旦、ハードディスク等の記憶装置にデジタルデータとして書き込み、コンピュータによって編集するノンリニア編集へと移行している。
このノンリニア編集を行うノンリニア編集システムは、記憶装置に記憶してある映像等を、コンピュータ端末のGUI(Graphical User Interface)上で、操作者が「コピー」、「カット」、「ペースト」等の操作を行うことで、映像等の開始点・終了点からなる編集データを作成する。そして、ノンリニア編集システムは、編集した映像等を再生する際には、この編集データに基づいて、記憶装置から所望の開始点・終了点間の映像等を読み出して出力する。これによって、ノンリニア編集は、リニア編集に比べ、編集にかかる時間を削減することができる。
なお、映像は、MPEG2(Moving Picture Coding Experts Group 2)形式で圧縮符号化されたデータが一般的である。例えば、デジタル高精細映像を記録、再生するHDV(digital High Definition Video)の規格では、MPEG2のLongGOP方式が採用されている。
In recent years, video and audio editing has been performed by playing back a tape on which video or the like has been recorded, copying the desired location to another tape, writing the video or the like as digital data in a storage device such as a hard disk, Shifting to non-linear editing that is performed by a computer.
This non-linear editing system performs non-linear editing such as “copy”, “cut”, “paste”, etc., on the GUI (Graphical User Interface) of a computer terminal by an operator. By doing the above, edit data composed of the start point and end point of video and the like is created. When the edited video or the like is reproduced, the nonlinear editing system reads out and outputs the video or the like between desired start points and end points from the storage device based on the edited data. Thus, the non-linear editing can reduce the time required for the editing as compared with the linear editing.
The video is generally data compression-coded in MPEG2 (Moving Picture Coding Experts Group 2) format. For example, in the HDV (digital high definition video) standard for recording and reproducing digital high-definition video, the MPEG2 Long GOP method is adopted.

ここで、図9を参照して、MPEG2の符号化形式について簡単に説明しておく。図9は、MPEG2のストリームデータの構造を示す構成図である。
図9に示すように、MPEG2のストリームデータは、「シーケンス層」、「GOP(Group of Picture)層」、「ピクチャ層」、「スライス層」、「マクロブロック層」および「ブロック層」の6層で構成されている。ここで、GOPは、1個以上のピクチャで構成され、参照画像を用いることなく符号化されたIピクチャ(フレーム内符号化画像)が含まれている。さらに、GOPは、時間的に過去に位置するピクチャから予測符号化されたPピクチャ(フレーム間符号化画像)や、時間的に過去および未来に位置するピクチャから予測符号化されたBピクチャ(双方向符号化画像)も含まれている。
Here, the MPEG2 encoding format will be briefly described with reference to FIG. FIG. 9 is a block diagram showing the structure of MPEG2 stream data.
As shown in FIG. 9, MPEG2 stream data includes 6 “sequence layer”, “GOP (Group of Picture) layer”, “picture layer”, “slice layer”, “macroblock layer”, and “block layer”. Consists of layers. Here, the GOP is composed of one or more pictures and includes an I picture (intra-frame encoded image) that is encoded without using a reference image. Further, GOP is a P picture (inter-frame encoded image) that is predictively encoded from a picture that is located in the past in time, or a B picture that is predictively encoded from pictures that are located in the past and future in time (both Direction-coded images) are also included.

なお、HDV規格のMPEG2のLongGOP方式では、一般的に約25Mbpsで、15フレーム分の圧縮データのグループ(GOP)を構成するように映像を圧縮符号化している。この場合、フレームごとの圧縮されたデータサイズの差異に伴い、GOPのサイズが異なることになる。実際には、±15〜20%程度、GOPのサイズが異なっている。
このように、MPEG2の符号化方式は、サイズが異なることで、各GOPの先頭アドレスを一意に特定することができないため、所望のGOPにアクセスしたい場合、MPEG2のストリームデータの先頭から順次GOPを探索したり、予め予測した位置の前後でGOPを探索したり等の探索処理を行う必要があり、ノンリニア編集には適した方式とはいえない。
そこで、MPEG2のストリームデータにおいて、GOP等のアドレスをインデックスファイルとして作成しておくことで、GOP等に対して直接アクセスすることが可能な技術が開示されている(特許文献1参照)。
特表2006−524410号公報
In the MPEG2 Long GOP system of the HDV standard, generally, video is compression-encoded at about 25 Mbps so as to form a group (GOP) of compressed data for 15 frames. In this case, the size of the GOP varies with the difference in the compressed data size for each frame. Actually, the size of the GOP differs by about ± 15 to 20%.
As described above, since the encoding method of MPEG2 cannot uniquely specify the head address of each GOP due to the difference in size, when it is desired to access a desired GOP, the GOP is sequentially added from the head of the MPEG2 stream data. It is necessary to perform a search process such as searching or searching for a GOP before and after a position predicted in advance, which is not a method suitable for nonlinear editing.
Therefore, a technique is disclosed that enables direct access to a GOP or the like by creating an address of the GOP or the like as an index file in MPEG2 stream data (see Patent Document 1).
JP-T-2006-524410

しかし、前記したGOP等の位置をインデックスファイルとして作成しておく手法は、MPEG2のストリームデータとインデックスファイルとを、別のファイルとして、対応付けて管理しなければならないため、管理に手間がかかるという問題がある。
また、ストリームデータとインデックスファイルとを、別のファイルとして管理すると、インデックスファイルが消滅した場合、GOPのアドレスを一意に特定することができないため、ストリームデータの先頭からGOPを検出する必要が生じ、高速に所望のGOPにアクセスすることができないという問題がある。
However, the above-described method of creating the GOP position as an index file requires that the MPEG2 stream data and the index file be managed separately in association with each other. There's a problem.
Also, if the stream data and the index file are managed as separate files, the GOP address cannot be uniquely specified when the index file disappears, so it is necessary to detect the GOP from the beginning of the stream data, There is a problem that a desired GOP cannot be accessed at high speed.

本発明は、以上のような問題を解決するためになされたものであり、圧縮符号化されたデータを、別ファイルのインデックスファイルを設けることなく、高速にランダムアクセスすることが可能なデータに変換するデータ変換装置、データ変換プログラムおよびデータ変換方法、ならびに、データ変換された編集用データを復号するデータ復号装置を提供することを目的とする。   The present invention has been made to solve the above-described problems, and converts compression-encoded data into data that can be randomly accessed at high speed without providing an index file as a separate file. An object of the present invention is to provide a data conversion device, a data conversion program and a data conversion method, and a data decoding device for decoding data-converted editing data.

本発明は、前記目的を達成するために創案されたものであり、まず、請求項1に記載のデータ変換装置は、所定数のフレームをグループとして、前記フレームごとに圧縮符号化された圧縮符号化データを、ランダムアクセスが可能な編集用データに変換するデータ変換装置であって、グループ検出手段と、フレーム検出手段と、データ長累計手段と、ダミーデータ付加手段と、を備える構成とした。   The present invention was devised to achieve the above object. First, the data conversion apparatus according to claim 1, wherein a predetermined number of frames are grouped into a compression code that is compressed and encoded for each frame. A data conversion apparatus for converting the digitized data into editing data that can be randomly accessed, and includes a group detection means, a frame detection means, a data length accumulation means, and a dummy data addition means.

かかる構成において、データ変換装置は、グループ検出手段によって、グループごとに予め付されたグループヘッダ情報に基づいて、圧縮符号化データからグループを検出する。そして、データ変換装置は、フレーム検出手段によって、グループ検出手段で検出されたグループ内において、フレームごとに予め付されたフレームヘッダ情報に基づいて、フレームを検出する。このように、各ヘッダ情報に基づいて、グループおよびフレームを検出することで、データ変換装置は、可変長のデータ構造を有する圧縮符号化データを解析する。
なお、圧縮符号化データが、例えば、MPEG2の符号化方式によって符号化されている場合、グループはGOPに相当し、フレームはピクチャに相当する。
In such a configuration, the data conversion apparatus detects a group from the compression-encoded data based on the group header information assigned in advance for each group by the group detection unit. Then, the data conversion apparatus detects the frame by the frame detection means based on the frame header information assigned in advance for each frame in the group detected by the group detection means. As described above, by detecting the group and the frame based on each header information, the data conversion apparatus analyzes the compression encoded data having the variable length data structure.
When the compression encoded data is encoded by, for example, an MPEG2 encoding method, the group corresponds to a GOP and the frame corresponds to a picture.

そして、データ変換装置は、データ長累計手段によって、フレームごとに、所定数分のデータ長を累計データ長として累計する。これによって、グループ全体のデータ長が累計されることになる。
そして、データ変換装置は、ダミーデータ付加手段によって、グループ全体のデータ長(累計データ長)が、予め定めた規定データ長未満である場合に、グループのデータに、規定データ長と累計データ長との差分のダミーデータを付加する。これによって、圧縮符号化データ全体に亘って個々のグループのデータ長が同一の長さに固定長化されることになる。
Then, the data conversion apparatus accumulates a predetermined number of data lengths as the accumulated data length for each frame by the data length accumulating means. As a result, the data length of the entire group is accumulated.
When the data length of the entire group (cumulative data length) is less than a predetermined prescribed data length by the dummy data adding means, the data conversion device adds the prescribed data length and the accumulated data length to the group data. The dummy data of the difference is added. As a result, the data length of each group is fixed to the same length throughout the entire compression encoded data.

また、請求項2に記載のデータ変換装置は、請求項1に記載のデータ変換装置において、オフセット情報付加手段をさらに備える構成とした。   The data conversion device according to claim 2 is the data conversion device according to claim 1, further comprising an offset information adding unit.

かかる構成において、データ変換装置は、オフセット情報付加手段によって、グループの予め定めた基準位置から当該グループ内におけるフレームごとの圧縮符号化データへのオフセットを示すオフセット情報をグループ内に付加する。これによって、各グループ内において、オフセット情報を参照することで、フレームの位置を認識することが可能になる。   In such a configuration, the data conversion apparatus adds offset information indicating an offset from the predetermined reference position of the group to the compressed encoded data for each frame in the group by the offset information adding unit. This makes it possible to recognize the position of the frame by referring to the offset information within each group.

さらに、請求項3に記載のデータ復号装置は、所定数のフレームを圧縮符号化して構成した予め定めた規定データ長の複数のグループからなる編集用データから、任意のフレームを復号するデータ復号装置であって、グループ特定手段と、オフセット情報読み出し手段と、フレーム復号手段と、を備える構成とした。   Furthermore, the data decoding device according to claim 3 is a data decoding device for decoding an arbitrary frame from editing data consisting of a plurality of groups having a predetermined prescribed data length configured by compressing and encoding a predetermined number of frames. And it was set as the structure provided with a group specific | specification means, an offset information reading means, and a frame decoding means.

かかる構成において、データ復号装置は、グループ特定手段によって、復号対象のフレームのフレーム番号に基づいて、編集用データにおいて、復号対象のフレームを有するグループを特定する。
このように、グループ特定手段は、グループに含まれているフレームの数が予め定められているため、フレーム番号によって当該フレームが含まれるグループが先頭から何番目のグループであるのかを特定することができ、さらに、各グループが規定データ長で同一の長さに固定長化されているため、編集用データにおけるグループの位置(アドレス)を特定することができる。
そして、データ復号装置は、オフセット情報読み出し手段によって、グループ特定手段で特定されたグループ内に付加されているオフセット情報を読み出す。
そして、データ復号装置は、フレーム復号手段によって、オフセット情報に基づいて、復号対象のフレームを復号する。
In such a configuration, the data decoding apparatus specifies a group having the decoding target frame in the editing data based on the frame number of the decoding target frame by the group specifying unit.
Thus, since the number of frames included in the group is determined in advance, the group specifying means can specify the number of the group including the frame from the top by the frame number. Further, since each group has a specified data length and is fixed to the same length, the position (address) of the group in the editing data can be specified.
Then, the data decoding apparatus reads the offset information added in the group specified by the group specifying means by the offset information reading means.
Then, the data decoding apparatus decodes the decoding target frame based on the offset information by the frame decoding means.

また、請求項4に記載のデータ変換プログラムは、所定数のフレームをグループとして、前記フレームごとに圧縮符号化された圧縮符号化データを、ランダムアクセス可能な編集用データに変換するために、コンピュータを、グループ検出手段、フレーム検出手段、データ長累計手段、ダミーデータ付加手段、として機能させる構成とした。   According to a fourth aspect of the present invention, there is provided a data conversion program for converting a compression-encoded data, which is compression-encoded for each frame into a predetermined number of frames as a group, into editing data that can be randomly accessed. Are configured to function as group detection means, frame detection means, data length accumulation means, and dummy data addition means.

かかる構成において、データ変換プログラムは、グループ検出手段によって、グループごとに予め付されたグループヘッダ情報に基づいて、圧縮符号化データからグループを検出する。そして、データ変換プログラムは、フレーム検出手段によって、グループ検出手段で検出されたグループ内において、フレームごとに予め付されたフレームヘッダ情報に基づいて、フレームを検出する。
そして、データ変換プログラムは、データ長累計手段によって、フレームごとに、所定数分のデータ長を累計データ長として累計する。これによって、グループ全体のデータ長が累計される。
そして、データ変換プログラムは、ダミーデータ付加手段によって、グループ全体のデータ長(累計データ長)が、予め定めた規定データ長未満である場合に、グループのデータに、規定データ長と累計データ長との差分のダミーデータを付加する。これによって、圧縮符号化データ全体に亘って個々のグループのデータ長が同一の長さに固定長化される。
In such a configuration, the data conversion program detects the group from the compression encoded data based on the group header information given in advance for each group by the group detection unit. Then, the data conversion program detects the frame by the frame detection unit based on the frame header information added in advance for each frame in the group detected by the group detection unit.
Then, the data conversion program accumulates a predetermined number of data lengths as the accumulated data length for each frame by the data length accumulating means. As a result, the data length of the entire group is accumulated.
Then, when the data length of the entire group (cumulative data length) is less than the predetermined prescribed data length by the dummy data adding means, the data conversion program adds the prescribed data length and the accumulated data length to the group data. The dummy data of the difference is added. As a result, the data length of each group is fixed to the same length throughout the entire compression encoded data.

さらに、請求項5に記載のデータ変換プログラムは、請求項4に記載のデータ変換プログラムにおいて、前記コンピュータを、オフセット情報付加手段としてさらに機能させる構成とした。   Furthermore, the data conversion program according to claim 5 is configured such that, in the data conversion program according to claim 4, the computer further functions as an offset information adding unit.

かかる構成において、データ変換プログラムは、オフセット情報付加手段によって、グループの予め定めた基準位置から当該グループ内におけるフレームごとの圧縮符号化データへのオフセットを示すオフセット情報をグループ内に付加する。これによって、各グループ内において、オフセット情報を参照することで、フレームの位置を認識することが可能になる。   In such a configuration, the data conversion program adds offset information indicating an offset from the predetermined reference position of the group to the compressed encoded data for each frame in the group by the offset information adding unit. This makes it possible to recognize the position of the frame by referring to the offset information within each group.

また、請求項6に記載のデータ変換方法は、所定数のフレームをグループとして、前記フレームごとに圧縮符号化された圧縮符号化データを、ランダムアクセスが可能な編集用データに変換するデータ変換方法であって、グループ検出ステップと、フレーム検出ステップと、オフセット付加ステップと、データ長累計ステップと、ダミーデータ付加ステップと、を含む手順とした。   The data conversion method according to claim 6, wherein a predetermined number of frames are grouped, and the compression encoded data compressed and encoded for each frame is converted into editing data that can be randomly accessed. The procedure includes a group detection step, a frame detection step, an offset addition step, a data length accumulation step, and a dummy data addition step.

かかる手順において、データ変換方法は、グループ検出ステップにおいて、グループ検出手段によって、グループごとに予め付されたグループヘッダ情報に基づいて、圧縮符号化データからグループを検出する。
そして、データ変換方法は、フレーム検出ステップにおいて、フレーム検出手段によって、グループ検出手段で検出されたグループ内において、フレームごとに予め付されたフレームヘッダ情報に基づいてフレームを検出する。
そして、データ変換方法は、オフセット付加ステップにおいて、オフセット情報付加手段によって、グループの予め定めた基準位置から当該グループ内におけるフレームごとの圧縮符号化データへのオフセットを示すオフセット情報をグループ内に付加する。
In this procedure, in the data conversion method, in the group detection step, a group is detected from the compression-encoded data based on the group header information previously assigned to each group by the group detection means.
In the data conversion method, in the frame detection step, the frame detection unit detects a frame based on the frame header information added in advance for each frame in the group detected by the group detection unit.
In the data conversion method, in the offset addition step, offset information indicating an offset from the predetermined reference position of the group to the compressed encoded data for each frame in the group is added to the group by the offset information adding unit. .

さらに、データ変換方法は、データ長累計ステップにおいて、フレームごとに、所定数分のデータ長を累計データ長として累計する。これによって、グループ全体のデータ長が累計される。
そして、データ変換方法は、ダミーデータ付加ステップにおいて、ダミーデータ付加手段によって、前記データ長累計手段で累計された累計データ長が、予め定めた規定データ長未満である場合に、グループのデータに、規定データ長と累計データ長との差分のダミーデータを付加する。これによって、圧縮符号化データ全体に亘って個々のグループのデータ長が同一の長さに固定長化される。
Further, in the data conversion method, in a data length accumulation step, a predetermined number of data lengths are accumulated for each frame as the accumulated data length. As a result, the data length of the entire group is accumulated.
In the data conversion method, in the dummy data adding step, when the accumulated data length accumulated by the data length accumulating means by the dummy data adding means is less than a predetermined prescribed data length, The dummy data of the difference between the specified data length and the cumulative data length is added. As a result, the data length of each group is fixed to the same length throughout the entire compression encoded data.

本発明は、以下に示す優れた効果を奏するものである。
請求項1または請求項4に記載の発明によれば、所定数のフレームをグループとして、フレームごとに圧縮符号化された圧縮符号化データを、グループごとに同一の長さの固定長データとなる編集用データに変換することができる。このように変換された編集用データは、グループのデータ長が同一であるため、インデックスファイルを設けることなく、グループに高速にアクセスすることが可能になる。
The present invention has the following excellent effects.
According to the first or fourth aspect of the present invention, the compression-encoded data that is compression-encoded for each frame with a predetermined number of frames as a group becomes fixed-length data having the same length for each group. Can be converted to editing data. Since the editing data thus converted has the same group data length, it is possible to access the group at high speed without providing an index file.

請求項2、請求項5または請求項6に記載の発明によれば、所定数のフレームをグループとして、フレームごとに圧縮符号化された圧縮符号化データを、グループごとに同一の長さに固定長化するとともに、グループ内のフレームへのオフセット情報を記述した編集用データに変換することができる。これによって、インデックスファイルを設けることなく、グループやファイルに高速にランダムアクセスすることが可能になる。   According to the invention of claim 2, claim 5 or claim 6, a predetermined number of frames are grouped, and compression encoded data that is compression encoded for each frame is fixed to the same length for each group. In addition to the increase in length, the offset information for the frames in the group can be converted into editing data describing the information. This makes it possible to randomly access groups and files at high speed without providing an index file.

請求項3に記載の発明によれば、編集用データを先頭から復号してグループやフレームを探索する必要がないため、高速にグループやフレームを特定でき、所望のフレームを高速に復号することができる。   According to the third aspect of the present invention, since it is not necessary to search the group or frame by decoding the editing data from the beginning, the group or frame can be specified at high speed, and the desired frame can be decoded at high speed. it can.

以下、本発明の実施の形態について図面を参照して説明する。
[データ変換装置の機能概要]
最初に、図1を参照して、データ変換装置の機能の概要について説明する。図1は、本発明に係るデータ変換装置の機能の概要を説明するための説明図である。
データ変換装置1は、所定数のフレームをグループとして、フレームごとに圧縮符号化された圧縮符号化データ(ストリームデータ)を、ランダムアクセスが可能な編集用データに変換するものである。
ここでは、圧縮符号化データとして、HDVの規格であるMPEG2 LongGOPのストリームデータを用いることとする。この場合、圧縮符号化データのGOP層は、GOPヘッダを先頭に15フレーム分の圧縮データを1つのグループ(GOP)とした複数のGOPが連続したものとなっている。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[Outline of data converter function]
First, the outline of the function of the data conversion apparatus will be described with reference to FIG. FIG. 1 is an explanatory diagram for explaining an outline of functions of a data conversion apparatus according to the present invention.
The data conversion apparatus 1 converts compression-encoded data (stream data), which is compression-encoded for each frame, into a group that includes a predetermined number of frames as editing data that can be randomly accessed.
Here, MPEG2 Long GOP stream data, which is the HDV standard, is used as the compression encoded data. In this case, the GOP layer of the compression-encoded data is a series of a plurality of GOPs in which the GOP header is the head and the compressed data for 15 frames is one group (GOP).

図1に示すように、圧縮符号化データにおいて、各GOPのデータ長(L1A,L2A,L3A,L4A,…)は、フレームごとの圧縮されたデータ長の差異により、原則異なっている。この場合、各GOPにアクセスするには、先頭のGOPから順次所望のGOPを探索するか、予め予測した位置の前後でGOPを探索する必要があり、圧縮符号化データの編集に時間を要することになる。
そこで、データ変換装置1は、圧縮符号化データのGOPのそれぞれにダミーデータを付加し、データ長を同一の長さに固定長化することで、編集用データを生成する。
As shown in FIG. 1, in compression-coded data, the data lengths (L 1A , L 2A , L 3A , L 4A ,...) Of each GOP differ in principle due to the difference in compressed data length for each frame. Yes. In this case, in order to access each GOP, it is necessary to search for a desired GOP sequentially from the first GOP or to search for a GOP before and after a position predicted in advance, and it takes time to edit the compression-encoded data. become.
Therefore, the data conversion apparatus 1 generates editing data by adding dummy data to each GOP of the compression-encoded data and fixing the data length to the same length.

このように、編集用データとして、各GOPのデータ長(L1B,L2B,L3B,L4B,…)を同一の長さに固定長化することで、GOPの位置(アドレス)を、固定長サイズの倍数で算出することが可能になる。これによって、GOPを直接アクセスすることが可能になり、編集を高速に行うことが可能になる。
以下、本機能を実現するデータ変換装置1の構成について具体的に説明する。
As described above, as the editing data, the data length (L 1B , L 2B , L 3B , L 4B ,...) Of each GOP is fixed to the same length, so that the position (address) of the GOP is It becomes possible to calculate by a multiple of the fixed length size. This makes it possible to directly access the GOP and to perform editing at high speed.
Hereinafter, the configuration of the data conversion apparatus 1 that realizes this function will be specifically described.

[データ変換装置の構成:第1実施形態]
ここでは、図2を参照して、本発明の第1実施形態に係るデータ変換装置の構成について説明する。図2は、本発明の第1実施形態に係るデータ変換装置の構成を示すブロック構成図である。データ変換装置1は、GOP検出手段10と、フレーム検出手段11と、データ長累計手段12と、データ長差算出手段13と、ダミーデータ付加手段14とを備えている。
[Configuration of Data Conversion Device: First Embodiment]
Here, the configuration of the data conversion apparatus according to the first embodiment of the present invention will be described with reference to FIG. FIG. 2 is a block configuration diagram showing the configuration of the data conversion apparatus according to the first embodiment of the present invention. The data conversion apparatus 1 includes a GOP detection unit 10, a frame detection unit 11, a data length accumulation unit 12, a data length difference calculation unit 13, and a dummy data addition unit 14.

GOP検出手段(グループ検出手段)10は、入力された圧縮符号化データ(ストリームデータ)を解析し、GOPを検出するものである。ここでは、GOP検出手段10は、GOP層のGOPのヘッダ(GOPヘッダ;グループヘッダ情報)として、MPEG2において予め定められている固有のコードを検出することで、GOPを検出する。
また、このGOP検出手段10は、図示を省略したメモリ等の記憶手段にストリームデータを蓄積し、1GOP分のストリームデータが蓄積された段階で、フレーム検出手段11およびダミーデータ付加手段14にそれぞれ1GOP分のストリームデータを出力する。なお、フレーム検出手段11およびダミーデータ付加手段14へは、メモリ内におけるGOPの位置(アドレス)のみを、GOP検出情報として出力することとしてもよい。
The GOP detection means (group detection means) 10 analyzes the input compressed encoded data (stream data) and detects the GOP. Here, the GOP detection means 10 detects a GOP by detecting a unique code predetermined in MPEG2 as a GOP header (GOP header; group header information) of the GOP layer.
The GOP detection means 10 accumulates stream data in a storage means such as a memory (not shown), and 1 GOP is stored in the frame detection means 11 and the dummy data addition means 14 when 1 GOP of stream data is accumulated. Output stream data for minutes. Note that only the position (address) of the GOP in the memory may be output as GOP detection information to the frame detection unit 11 and the dummy data addition unit 14.

フレーム検出手段11は、GOP検出手段10で検出されたGOP内において、圧縮符号化されたフレームを検出するものである。ここでは、フレーム検出手段11は、ピクチャ層のピクチャ(フレーム)のヘッダ(ピクチャヘッダ;フレームヘッダ情報)として、MPEG2において予め定められている固有のコードを検出することで、フレームを検出する。
また、このフレーム検出手段11は、検出したフレームの位置(アドレス)をフレーム検出情報として、データ長累計手段12に出力(通知)する。
The frame detection means 11 detects a compression-coded frame in the GOP detected by the GOP detection means 10. Here, the frame detection means 11 detects a frame by detecting a unique code predetermined in MPEG2 as a header (picture header; frame header information) of a picture (frame) in a picture layer.
The frame detection means 11 outputs (notifies) the detected frame position (address) to the data length accumulation means 12 as frame detection information.

データ長累計手段12は、フレーム検出手段11で検出されたフレームごとに、データ長を所定数分累計するものである。ここでは、データ長累計手段12は、フレーム検出手段11から通知されるフレーム検出情報(フレームの位置)に基づいて、フレームのデータ長を、GOPのフレーム数分(ここでは、15フレーム分)累計する。このように累計されたデータ長は、累計を行ったGOP全体のデータ長(GOPデータ長)を示すことになる。このデータ長累計手段12で累計されたGOPデータ長は、データ長差算出手段13に出力される。   The data length accumulating unit 12 accumulates a predetermined number of data lengths for each frame detected by the frame detecting unit 11. Here, the data length accumulating unit 12 accumulates the data length of the frame by the number of GOP frames (here, 15 frames) based on the frame detection information (frame position) notified from the frame detecting unit 11. To do. The accumulated data length indicates the data length (GOP data length) of the total GOP that has been accumulated. The GOP data length accumulated by the data length accumulation unit 12 is output to the data length difference calculation unit 13.

データ長差算出手段13は、予め定めたGOPの規定データ長と、データ長累計手段12で累計されたGOPデータ長(累計データ長)との差分を算出するものである。
なお、この規定データ長には、予め予測されるGOPの最大データ長より長いデータ長を用いる。例えば、圧縮符号化データの1GOPが、HDV規格に準拠して、25Mbpsで構成されている場合、±15〜20%程度の圧縮データの差異を考慮して、1GOPが30Mbpsとなるように規定データ長を定めておく。
そして、データ長差算出手段13は、規定データ長とGOPデータ長とのデータ長差をダミーデータ付加手段14に出力する。
The data length difference calculating means 13 calculates a difference between a predetermined GOP prescribed data length and the GOP data length (cumulative data length) accumulated by the data length accumulating means 12.
Note that a data length longer than the maximum data length of the GOP predicted in advance is used as the specified data length. For example, when 1 GOP of compressed encoded data is configured at 25 Mbps in conformity with the HDV standard, the specified data is set so that 1 GOP is 30 Mbps in consideration of a difference of about ± 15 to 20% of compressed data. Set the length.
Then, the data length difference calculating unit 13 outputs the data length difference between the specified data length and the GOP data length to the dummy data adding unit 14.

ダミーデータ付加手段14は、GOP検出手段10で検出されたGOPごとに、データ長差算出手段13で算出された規定データ長とGOPデータ長とのデータ長差分のダミーデータを付加するものである。このダミーデータが付加されたGOPは、編集用データとして外部に出力される。なお、このダミーデータとしては、MPEG2等で推奨されている値「0」を使用する。   The dummy data adding means 14 adds dummy data of the data length difference between the specified data length calculated by the data length difference calculating means 13 and the GOP data length for each GOP detected by the GOP detecting means 10. . The GOP to which the dummy data is added is output to the outside as editing data. As the dummy data, a value “0” recommended in MPEG2 or the like is used.

以上説明したようにデータ変換装置1を構成することで、データ変換装置1は、圧縮符号化データを、GOPが同一の長さに固定長化された編集用データに変換することができる。このように、GOPを固定長化することで、所望のGOPにアクセスする際に、従来のように先頭のGOPから順次探索したり、予め予測した位置の前後でGOPを探索したり等のGOPの探索処理を行う必要がなく、GOPのデータ長の倍数のアドレスを求めることで、所望のGOPに直接アクセスすることが可能になる。   By configuring the data conversion apparatus 1 as described above, the data conversion apparatus 1 can convert the compression-encoded data into editing data in which the GOP is fixed to the same length. In this way, by fixing the GOP, when accessing a desired GOP, a GOP such as searching sequentially from the first GOP as in the past or searching for a GOP before or after a previously predicted position is used. It is possible to directly access a desired GOP by obtaining an address that is a multiple of the GOP data length.

[データ変換装置の追加機能概要]
次に、図3を参照して、データ変換装置の追加機能の概要について説明する。図3は、本発明に係るデータ変換装置の追加機能の概要を説明するための説明図である。
データ変換装置1Bは、図1で説明した機能に加え、圧縮符号化データ(ストリームデータ)を、各GOP内で所望のフレームにランダムアクセスが可能な編集用データに変換するものである。
[Outline of additional functions of the data converter]
Next, an overview of additional functions of the data conversion apparatus will be described with reference to FIG. FIG. 3 is an explanatory diagram for explaining the outline of the additional function of the data conversion apparatus according to the present invention.
In addition to the functions described with reference to FIG. 1, the data conversion apparatus 1B converts compression-encoded data (stream data) into editing data that allows random access to a desired frame within each GOP.

図3に示すように、圧縮符号化データの各GOPは、そのデータ長が異なる15フレーム(I、B、Pの各ピクチャ)のデータで構成されている。なお、図3中、I、B、Pに付加している下付文字は、GOP内のフレームの格納順序を示している。この場合、各フレーム(ピクチャ)は、データ長が異なるため、各フレームにアクセスするには、先頭のフレーム(I)から順次所望のフレームを探索する必要があり、圧縮符号化データの編集に時間を要することになる。 As shown in FIG. 3, each GOP of compression-encoded data is composed of data of 15 frames (I, B, and P pictures) having different data lengths. In FIG. 3, subscripts added to I, B, and P indicate the storage order of frames in the GOP. In this case, since each frame (picture) has a different data length, in order to access each frame, it is necessary to search for a desired frame sequentially from the first frame (I 1 ). It will take time.

そこで、データ変換装置1Bは、圧縮符号化データのGOP内に、ユーザデータ領域を設け、そのユーザデータ領域内に、各フレーム(ピクチャ)のオフセット情報(アドレス)を記述することで、編集用データを生成する。例えば、ユーザデータ領域の先頭から順に、Iピクチャ(I)、Bピクチャ(B)、Bピクチャ(B)、…のオフセット情報を記述しておく。
このように、編集用データとして、GOPに各フレームのオフセット情報を記述しておくことで、各フレーム(ピクチャ)を直接アクセスすることが可能になり、編集を高速に行うことが可能になる。
以下、本機能を実現するデータ変換装置1Bの構成について具体的に説明する。
Therefore, the data conversion apparatus 1B provides a user data area in the GOP of the compression encoded data, and describes the offset information (address) of each frame (picture) in the user data area, thereby editing the editing data. Is generated. For example, offset information of I picture (I 1 ), B picture (B 2 ), B picture (B 3 ),... Is described in order from the top of the user data area.
Thus, by describing offset information of each frame in the GOP as editing data, each frame (picture) can be directly accessed, and editing can be performed at high speed.
Hereinafter, the configuration of the data conversion apparatus 1B that realizes this function will be described in detail.

[データ変換装置の構成:第2実施形態]
ここでは、図4を参照して、本発明の第2実施形態に係るデータ変換装置の構成について説明する。図4は、本発明の第2実施形態に係るデータ変換装置の構成を示すブロック構成図である。データ変換装置1Bは、GOP検出手段10と、フレーム検出手段11と、データ長累計手段12と、データ長差算出手段13と、ダミーデータ付加手段14と、オフセット情報生成手段15と、オフセット情報付加手段16とを備えている。なお、オフセット情報生成手段15およびオフセット情報付加手段16以外の構成については、図2で説明したデータ変換装置1の構成と同じものであるため、同一の符号を付し、説明を省略する。
[Configuration of Data Conversion Device: Second Embodiment]
Here, with reference to FIG. 4, the structure of the data converter which concerns on 2nd Embodiment of this invention is demonstrated. FIG. 4 is a block configuration diagram showing the configuration of the data conversion apparatus according to the second embodiment of the present invention. The data converter 1B includes a GOP detection unit 10, a frame detection unit 11, a data length accumulation unit 12, a data length difference calculation unit 13, a dummy data addition unit 14, an offset information generation unit 15, and an offset information addition Means 16. Since the configuration other than the offset information generation unit 15 and the offset information addition unit 16 is the same as the configuration of the data conversion apparatus 1 described with reference to FIG. 2, the same reference numerals are given and description thereof is omitted.

オフセット情報生成手段15は、フレーム検出手段11から出力されたフレームごとに、当該フレームを含むGOP内でのオフセット情報を生成するものである。ここでは、オフセット情報生成手段15は、フレーム検出手段11から出力されるフレーム検出情報に基づいて、GOP内の予め定めた基準位置からの相対的なアドレスをオフセット情報として生成する。なお、この基準位置は、GOP内で固定した位置であればどこでもよく、例えば、GOPの先頭アドレス、ユーザデータ領域(図3参照)の先頭アドレス等である。このオフセット情報生成手段15で生成されたオフセット情報は、オフセット情報付加手段16に出力される。   The offset information generation unit 15 generates offset information in the GOP including the frame for each frame output from the frame detection unit 11. Here, based on the frame detection information output from the frame detection unit 11, the offset information generation unit 15 generates a relative address from a predetermined reference position in the GOP as offset information. The reference position may be anywhere as long as it is a fixed position in the GOP, such as the start address of the GOP and the start address of the user data area (see FIG. 3). The offset information generated by the offset information generating unit 15 is output to the offset information adding unit 16.

オフセット情報付加手段16は、オフセット情報生成手段15で生成されたオフセット情報を、GOP内のユーザデータ領域に付加するものである。ここでは、オフセット情報付加手段16は、GOP検出手段10から出力された1GOP分のストリームデータにおいて、ユーザデータ領域を設定し、オフセット情報生成手段15から出力されるオフセット情報を順次ユーザデータ領域に書き込む。
また、オフセット情報付加手段16は、1GOP分のフレームのオフセット情報をユーザデータ領域に書き込んだ後、1GOP分のストリームデータをダミーデータ付加手段14に出力する。
The offset information adding unit 16 adds the offset information generated by the offset information generating unit 15 to the user data area in the GOP. Here, the offset information adding means 16 sets the user data area in the stream data for 1 GOP output from the GOP detecting means 10, and sequentially writes the offset information output from the offset information generating means 15 to the user data area. .
Further, the offset information adding means 16 writes the offset information of the frame for 1 GOP in the user data area, and then outputs the stream data for 1 GOP to the dummy data adding means 14.

なお、オフセット情報付加手段16は、GOP検出手段10から出力されたストリームデータにおいて、すでにユーザデータ領域が存在する場合は、そのユーザデータ領域にオフセット情報を書き込み、ユーザデータ領域が存在しない場合は、当該領域を付加したGOPを生成し、その付加したユーザデータ領域にオフセット情報を書き込むこととする。
このように、ユーザデータ領域を付加する場合は、データ長差算出手段13において使用する規定データ長も、ユーザデータ領域のデータ長分加算しておくことが望ましい。
The offset information adding means 16 writes the offset information in the user data area if the user data area already exists in the stream data output from the GOP detecting means 10, and if the user data area does not exist, A GOP to which the area is added is generated, and offset information is written in the added user data area.
As described above, when a user data area is added, it is desirable that the specified data length used in the data length difference calculating unit 13 is also added for the data length of the user data area.

以上説明したようにデータ変換装置1Bを構成することで、データ変換装置1Bは、圧縮符号化データを、GOPが同一の長さに固定長化された編集用データに変換するとともに、GOP単位で、GOP内のフレームへのオフセット情報を付加することができる。これによって、所望のGOPにアクセスする際に、従来のように先頭のGOPから順次探索したり、予め予測した位置の前後でGOPを探索したり等のGOPの探索処理を行う必要がなく、GOPのデータ長の倍数のアドレスを求めることで、所望のGOPに直接アクセスすることが可能になる。さらに、当該GOP内のフレームにアクセスする際に、先頭のフレームから順次探索する必要がなく、オフセット情報に基づいて、直接所望のフレームにアクセスすることが可能になる。   By configuring the data conversion apparatus 1B as described above, the data conversion apparatus 1B converts the compression-encoded data into editing data in which the GOP is fixed to the same length, and in GOP units. , Offset information to a frame in the GOP can be added. As a result, when accessing a desired GOP, there is no need to perform a GOP search process such as sequentially searching from the first GOP as in the prior art or searching for a GOP before or after a previously predicted position. By obtaining an address that is a multiple of the data length, it is possible to directly access a desired GOP. Further, when accessing a frame in the GOP, it is not necessary to sequentially search from the first frame, and it becomes possible to directly access a desired frame based on the offset information.

[データ変換装置の動作]
次に、図5を参照(構成については、適宜図4参照)して、データ変換装置の動作について説明する。図5は、本発明の第2実施形態に係るデータ変換装置の動作を示すフローチャートである。
まず、データ変換装置1Bは、GOP検出手段10によって、圧縮符号化データを入力する(ステップS1)。
[Operation of data converter]
Next, the operation of the data conversion apparatus will be described with reference to FIG. FIG. 5 is a flowchart showing the operation of the data conversion apparatus according to the second embodiment of the present invention.
First, the data conversion apparatus 1B inputs the compression encoded data by the GOP detection means 10 (step S1).

そして、データ変換装置1Bは、GOP検出手段10によって、圧縮符号化データを解析し、GOPヘッダ(グループヘッダ情報)として予め定められている固有のコードを探索することで、GOPを検出する(ステップS2;グループ検出ステップ)。なお、ここでGOPが検出されない場合(ステップS2でNo)、データ変換装置1Bは、圧縮符号化データの入力が完了したものと判断し、動作を終了する。
一方、GOPが検出された場合(ステップS2でYes)、データ変換装置1Bは、内部で管理する変数である「GOPデータ長」および「フレーム数i」を「0」で初期化する(ステップS3)。
Then, the data conversion apparatus 1B detects the GOP by analyzing the compression-encoded data by the GOP detection means 10 and searching for a unique code predetermined as a GOP header (group header information) (step) S2: Group detection step). If no GOP is detected (No in step S2), the data conversion apparatus 1B determines that the input of the compressed encoded data has been completed, and ends the operation.
On the other hand, when a GOP is detected (Yes in step S2), the data conversion apparatus 1B initializes “GOP data length” and “number of frames i”, which are internally managed variables, to “0” (step S3). ).

その後、データ変換装置1Bは、フレーム検出手段11によって、GOP内において、フレームヘッダ(ピクチャヘッダ;フレームヘッダ情報)として予め定められている固有のコードを探索することで、圧縮符号化されたフレームを検出する(ステップS4;フレーム検出ステップ)。   After that, the data conversion apparatus 1B uses the frame detection unit 11 to search for a unique code predetermined as a frame header (picture header; frame header information) in the GOP, and thereby compress the encoded frame. It detects (step S4; frame detection step).

そして、データ変換装置1Bは、オフセット情報生成手段15によって、当該フレームを含むGOP内でのオフセット情報を生成し、さらに、オフセット情報付加手段16によって、GOP内のユーザデータ領域にオフセット情報を付加する(ステップS5;オフセット付加ステップ)。このとき、フレーム検出手段11は、変数「フレーム数i」に「1」を加算する(ステップS6)。   In the data conversion apparatus 1B, the offset information generating unit 15 generates offset information in the GOP including the frame, and the offset information adding unit 16 adds the offset information to the user data area in the GOP. (Step S5; offset adding step). At this time, the frame detection means 11 adds “1” to the variable “number of frames i” (step S6).

さらに、データ変換装置1Bは、データ長累計手段12によって、変数「GOPデータ長」に、フレームごとのデータ長を累計する(ステップS7;データ長累計ステップ)。
ここで、データ変換装置1Bは、変数「フレーム数i」が所定数(ここでは「15」)に達したか否かを判定する(ステップS8)。ここで、変数「フレーム数i」が「15」に達していない場合(ステップS8でNo)、データ変換装置1Bは、ステップS4に戻って動作を続ける。これによって、15フレームで構成されるGOPのデータ長がステップS7において累計されることになる。
一方、変数「フレーム数i」が「15」に達した場合(ステップS8でYes)、データ変換装置1Bは、データ長差算出手段13によって、予め定めたGOPの規定データ長と、ステップS7において累計された「GOPデータ長」との差分を算出する(ステップS9)。
Further, the data conversion apparatus 1B accumulates the data length for each frame in the variable “GOP data length” by the data length accumulation means 12 (step S7; data length accumulation step).
Here, the data conversion apparatus 1B determines whether or not the variable “number of frames i” has reached a predetermined number (here, “15”) (step S8). If the variable “number of frames i” does not reach “15” (No in step S8), the data conversion apparatus 1B returns to step S4 and continues the operation. As a result, the data length of the GOP composed of 15 frames is accumulated in step S7.
On the other hand, when the variable “number of frames i” reaches “15” (Yes in step S8), the data conversion apparatus 1B uses the data length difference calculation means 13 to determine the predetermined data length of the GOP determined in advance in step S7. The difference from the accumulated “GOP data length” is calculated (step S9).

そして、データ変換装置1Bは、ダミーデータ付加手段14によって、ステップS2で検出されたGOPごとに、ステップS9で算出された差分をダミーデータとして付加して出力する(ステップS10;ダミーデータ付加ステップ)。
その後、データ変換装置1Bは、ステップS2に戻って、GOPが検出される間、動作を継続する。
Then, the data converter 1B adds and outputs the difference calculated in step S9 as dummy data for each GOP detected in step S2 by the dummy data adding means 14 (step S10; dummy data adding step). .
Thereafter, the data conversion apparatus 1B returns to step S2 and continues the operation while the GOP is detected.

以上の動作によって、データ変換装置1Bは、圧縮符号化データを、ランダムアクセス可能な編集用データに変換することができる。
なお、ここでは、第2実施形態のデータ変換装置1Bの動作について説明したが、第1実施形態のデータ変換装置1(図1参照)の動作は、図5において、ステップS5の処理のみを省略したものであるため、説明は省略する。
With the above operation, the data conversion apparatus 1B can convert the compression-encoded data into editing data that can be accessed randomly.
Here, the operation of the data conversion apparatus 1B of the second embodiment has been described, but the operation of the data conversion apparatus 1 (see FIG. 1) of the first embodiment omits only the process of step S5 in FIG. Therefore, the description is omitted.

以上、本発明の実施形態に係るデータ変換装置の構成および動作の例について説明したが、本発明はこれに限定されるものではない。ここでは、圧縮符号化データとして、MPEG2 LongGOPのストリームデータを用いた例を説明したが、この圧縮符号化データは、フレームごとに圧縮符号化され、所定数のフレームをグループとして構成したデータであれば、その符号化方式を問わない。   The configuration and operation example of the data conversion apparatus according to the embodiment of the present invention have been described above, but the present invention is not limited to this. Here, an example has been described in which MPEG2 Long GOP stream data is used as compression-encoded data. However, the compression-encoded data may be data that is compression-encoded for each frame and that is configured as a group of a predetermined number of frames. For example, the encoding method is not limited.

また、図2および図4で説明したデータ変換装置1,1Bは、単体の構成で機能するものであるが、当該装置をノンリニア編集機内に組み込んで構成することも可能である。
また、データ変換装置1,1Bは、図示を省略したCPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等を備えた一般的なコンピュータで構成することができ、コンピュータを前記した各手段として機能させるデータ変換プログラムにより動作させることができる。
Further, the data conversion apparatuses 1 and 1B described with reference to FIGS. 2 and 4 function in a single configuration, but the apparatus can be configured by being incorporated in a nonlinear editing machine.
The data converters 1 and 1B can be configured by a general computer including a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), etc. (not shown). Can be operated by a data conversion program that functions as each means described above.

[データ復号装置の構成]
次に、図6を参照して、本発明の実施形態に係るデータ復号装置の構成について説明する。図6は、本発明に係るデータ復号装置の構成を示すブロック構成図である。
データ復号装置2は、データ変換装置1B(図4参照)で変換された編集用データをフレームごとに復号するものである。ここでは、データ復号装置2は、編集用データ記憶手段20と、GOP特定手段21と、復号手段22とを備えている。
[Configuration of Data Decoding Device]
Next, the configuration of the data decoding device according to the embodiment of the present invention will be described with reference to FIG. FIG. 6 is a block diagram showing the structure of the data decoding apparatus according to the present invention.
The data decoding device 2 decodes the editing data converted by the data conversion device 1B (see FIG. 4) for each frame. Here, the data decoding apparatus 2 includes an editing data storage unit 20, a GOP specifying unit 21, and a decoding unit 22.

編集用データ記憶手段20は、編集用データを蓄積しておくものであって、ハードディスク等の一般的な記憶装置である。この編集用データ記憶手段20には、データ変換装置1B(図4参照)で変換された編集用データを蓄積しておく。   The editing data storage means 20 stores editing data and is a general storage device such as a hard disk. The editing data storage means 20 stores the editing data converted by the data converter 1B (see FIG. 4).

GOP特定手段(グループ特定手段)21は、編集用データ記憶手段20に蓄積されている編集用データにおいて、外部から入力されるフレーム番号を含んだフレーム復号指示に基づいて、指示されたフレーム(指示フレーム)が含まれるGOPを特定するものである。なお、編集用データは、図1で説明したように、GOPのデータ長が同一の長さに固定長化されている。そこで、GOP特定手段21は、フレーム番号に基づいて、GOPの絶対アドレスを算出することで、当該フレームが含まれるGOPを特定する。具体的には、フレーム番号をFNUM、GOP内のフレーム数をFMAX、固定長化された1GOPのデータ長(規定データ長)をLCONSTとしたとき、当該フレームが含まれるGOPのアドレスADGOPは、以下の(1)式で求められる。 The GOP specifying means (group specifying means) 21 in the editing data stored in the editing data storage means 20, based on a frame decoding instruction including a frame number input from outside, GOP including a frame) is specified. As described with reference to FIG. 1, the editing data has the GOP data length fixed to the same length. Therefore, the GOP specifying unit 21 specifies the GOP including the frame by calculating the absolute address of the GOP based on the frame number. Specifically, when the frame number is F NUM , the number of frames in the GOP is F MAX , and the data length (specified data length) of the fixed 1 GOP is L CONST , the address AD of the GOP in which the frame is included GOP is obtained by the following equation (1).

ADGOP=(FNUM÷FMAX)×LCONST …(1)式
ただし、この(1)式において、除算部分は小数点以下を切り捨てるものとする。
AD GOP = (F NUM ÷ F MAX ) × L CONST (1) Equation (1) However, in this equation (1), the part after the decimal point is rounded down.

GOP特定手段21は、この(1)式によって算出されたGOPのアドレスをGOP特定情報として、フレーム番号(指示フレーム)とともに、復号手段22に出力する。   The GOP specifying means 21 outputs the GOP address calculated by the equation (1) to the decoding means 22 together with the frame number (instruction frame) as GOP specifying information.

復号手段22は、GOP特定手段21で特定されたGOPにおいて、フレームを復号するものである。なお、復号手段22は、最初にGOPの先頭のフレーム(Iピクチャ)を復号し、指示フレームが復号されるまで、順次予め定められている表示順序に従ってフレーム(Bピクチャ、Pピクチャ)を復号する。これは、MPEG2においては、GOPの先頭フレームが、当該フレーム内の符号化データのみで復号可能なIピクチャ(フレーム内符号化画像)であるためである。   The decoding unit 22 decodes the frame in the GOP specified by the GOP specifying unit 21. The decoding unit 22 first decodes the first frame (I picture) of the GOP, and sequentially decodes the frames (B picture, P picture) according to a predetermined display order until the instruction frame is decoded. . This is because in MPEG2, the first frame of a GOP is an I picture (intra-frame encoded image) that can be decoded only with encoded data in the frame.

ここで、図7を参照して、GOPのデータ構造について説明する。図7は、MPEG2のGOPにおけるピクチャ(フレーム)を表示する順序を説明するための説明図である。
図7(a)に示すように、MPEG2 LongGOPのストリームデータでは、GOPの先頭フレームが、Iピクチャであり、それ以降に、時間的に過去に位置するピクチャから予測符号化されたPピクチャ(フレーム間符号化画像)や、時間的に過去および未来に位置するピクチャから予測符号化されたBピクチャ(双方向符号化画像)が続いている。なお、BピクチャやPピクチャはそれ自体では復号することができず、Iピクチャを復号した後に、順次復号されることなる。このため、MPEG2 LongGOPのストリームデータでは、図7(b)に示すように、ピクチャの格納順序と表示順序とが異なっている。
Here, the data structure of the GOP will be described with reference to FIG. FIG. 7 is an explanatory diagram for explaining the order of displaying pictures (frames) in an MPEG2 GOP.
As shown in FIG. 7A, in the MPEG2 Long GOP stream data, the first frame of the GOP is an I picture, and thereafter, a P picture (frame) predictively encoded from a picture located in the past in time. Inter-coded images) and B pictures (bi-directional coded images) predictively coded from pictures located in the past and the future in time. Note that B pictures and P pictures cannot be decoded by themselves, but are decoded sequentially after decoding an I picture. Therefore, in the MPEG2 Long GOP stream data, as shown in FIG. 7B, the picture storage order and the display order are different.

図6に戻って、データ復号装置2の構成について説明を続ける。
復号手段22は、オフセット情報読み出し手段22aと、フレーム復号手段22bとを備えている。
Returning to FIG. 6, the description of the configuration of the data decoding device 2 will be continued.
The decoding unit 22 includes an offset information reading unit 22a and a frame decoding unit 22b.

オフセット情報読み出し手段22aは、GOP特定手段21で特定されたGOPにおいて、フレーム番号に対応するオフセット情報を読み出すものである。ここでは、オフセット情報読み出し手段22aは、GOP特定手段21によって、GOPが特定された段階で、図3で説明したユーザデータ領域において、先頭のフレームに対応するオフセット情報を読み出し、フレーム復号手段22bに出力する。
また、オフセット情報読み出し手段22aは、フレーム復号手段22bから、フレーム番号を入力されることで、当該フレーム番号に対応するオフセット情報を読み出し、フレーム復号手段22bに出力する。
The offset information reading means 22a reads offset information corresponding to the frame number in the GOP specified by the GOP specifying means 21. Here, when the GOP is specified by the GOP specifying means 21, the offset information reading means 22a reads the offset information corresponding to the first frame in the user data area described with reference to FIG. 3, and sends it to the frame decoding means 22b. Output.
Further, the offset information reading unit 22a receives the frame number from the frame decoding unit 22b, reads the offset information corresponding to the frame number, and outputs it to the frame decoding unit 22b.

フレーム復号手段22bは、オフセット情報読み出し手段22aで読み出されたオフセット情報に対応するフレーム(ピクチャ)を、編集用データ記憶手段20から読み出して復号するものである。なお、フレーム復号手段22bは、復号したフレームが、外部から指示された指示フレームでない場合は、さらに、復号したフレームの次に復号するフレームのフレーム番号をオフセット情報読み出し手段22aに順次通知することで、目的となる指示フレームを復号する。
なお、MPEG2においては、フレームを復号することで、次に復号するフレームを特定する情報を取得することができるため、フレーム復号手段22bは、当該情報に基づいて、指示フレームが復号されるまで、オフセット情報読み出し手段22aに新たなフレーム番号を出力する。
The frame decoding means 22b reads a frame (picture) corresponding to the offset information read by the offset information reading means 22a from the editing data storage means 20 and decodes it. When the decoded frame is not an instruction frame instructed from the outside, the frame decoding means 22b further notifies the offset information reading means 22a of the frame number of the frame to be decoded next after the decoded frame. The target instruction frame is decoded.
In MPEG2, by decoding a frame, it is possible to acquire information for specifying a frame to be decoded next. Therefore, the frame decoding unit 22b is based on the information until the instruction frame is decoded. A new frame number is output to the offset information reading means 22a.

以上説明したようにデータ復号装置2を構成することで、データ復号装置2は、データ変換装置1B(図4参照)で変換された編集用データにおいて、フレーム番号に基づいてランダムに所望のフレームにアクセスすることが可能になる。   By configuring the data decoding device 2 as described above, the data decoding device 2 randomly selects a desired frame based on the frame number in the editing data converted by the data conversion device 1B (see FIG. 4). It becomes possible to access.

[データ復号装置の動作]
次に、図8を参照(適宜図6参照)して、データ復号装置の動作について説明する。図8は、本発明に係るデータ復号装置の動作を示すフローチャートである。
まず、データ復号装置2は、GOP特定手段21によって、外部から指示されたフレーム(指示フレーム)のフレーム番号とGOPの規定データ長とに基づいて、当該フレームが含まれるGOPのアドレスを算出することでGOPを特定する(ステップS21)。
[Operation of Data Decoding Device]
Next, the operation of the data decoding apparatus will be described with reference to FIG. 8 (refer to FIG. 6 as appropriate). FIG. 8 is a flowchart showing the operation of the data decoding apparatus according to the present invention.
First, the data decoding apparatus 2 calculates the address of the GOP including the frame based on the frame number of the frame (instructed frame) instructed from the outside and the specified data length of the GOP by the GOP specifying unit 21. The GOP is specified by (step S21).

そして、データ復号装置2は、復号手段22によって、GOPの先頭フレーム(Iピクチャ)を、復号フレームとして設定する(ステップS22)。
そして、データ復号装置2は、復号手段22のオフセット情報読み出し手段22aによって、編集用データ記憶手段20に蓄積されている編集用データにおいて、ステップS21で特定されたGOPのユーザデータ領域から、復号フレームに対応するオフセット情報を読み出す(ステップS23)。
Then, the data decoding apparatus 2 sets the first frame (I picture) of the GOP as a decoded frame by the decoding unit 22 (step S22).
Then, the data decoding device 2 uses the offset information reading unit 22a of the decoding unit 22 to decode the decoded frame from the user data area of the GOP specified in step S21 in the editing data stored in the editing data storage unit 20. Is read out (step S23).

その後、データ復号装置2は、復号手段22のフレーム復号手段22bによって、ステップS23で読み出されたオフセット情報に基づいて、編集用データ記憶手段20から対応するフレームの圧縮データを読み出し、復号する(ステップS24)。
そして、データ復号装置2は、フレーム復号手段22bによって、復号フレームが、指示されたフレーム(指示フレーム)と同一のフレームであるか否かを判定する(ステップS25)。
Thereafter, the data decoding device 2 reads the compressed data of the corresponding frame from the editing data storage unit 20 based on the offset information read in step S23 by the frame decoding unit 22b of the decoding unit 22 and decodes it ( Step S24).
Then, the data decoding device 2 determines whether the decoded frame is the same frame as the instructed frame (instructed frame) by the frame decoding means 22b (step S25).

ここで、復号フレームと指示フレームとが異なるフレームである場合(ステップS25でNo)、データ復号装置2は、フレーム復号手段22bによって、次に復号するフレームを設定し(ステップS26)、ステップS23に戻って動作を継続する。
一方、復号フレームと指示フレームとが同一のフレームである場合(ステップS25でYes)、目的となる指示フレームが復号されたため、動作を終了する。
Here, when the decoded frame and the instruction frame are different frames (No in step S25), the data decoding apparatus 2 sets the next frame to be decoded by the frame decoding unit 22b (step S26), and the process proceeds to step S23. Return and continue operation.
On the other hand, when the decoded frame and the instruction frame are the same frame (Yes in step S25), the target instruction frame has been decoded, and thus the operation ends.

以上の動作によって、データ復号装置2は、データ変換装置1B(図4参照)で変換された編集用データにおいて、GOPのアドレスとGOP内におけるオフセット情報とに基づいて、フレームの圧縮データにアクセスすることができるため、高速にフレームを復号することができる。   By the above operation, the data decoding device 2 accesses the compressed data of the frame based on the GOP address and the offset information in the GOP in the editing data converted by the data conversion device 1B (see FIG. 4). Therefore, the frame can be decoded at high speed.

以上、本発明の実施形態に係るデータ復号装置の構成および動作の例について説明したが、本発明はこれに限定されるものではない。
ここでは、データ復号装置2は、単体の構成で機能するものとして説明したが、当該装置をノンリニア編集機内に、データ変換装置1B(図4参照)とともに組み込んで構成することも可能である。
また、データ復号装置2は、図示を省略したCPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等を備えた一般的なコンピュータで構成することができ、コンピュータを前記した各手段として機能させる編集データ復号プログラムにより動作させることができる。
The configuration and operation example of the data decoding apparatus according to the embodiment of the present invention have been described above, but the present invention is not limited to this.
Here, the data decoding device 2 has been described as functioning in a single configuration, but it is also possible to configure the device by incorporating it in a non-linear editing machine together with the data conversion device 1B (see FIG. 4).
The data decoding apparatus 2 can be configured by a general computer including a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), etc. (not shown). It can be operated by an editing data decoding program that functions as each means.

本発明に係るデータ変換装置の機能の概要を説明するための説明図である。It is explanatory drawing for demonstrating the outline | summary of the function of the data converter which concerns on this invention. 本発明の第1実施形態に係るデータ変換装置の構成を示すブロック構成図である。It is a block block diagram which shows the structure of the data converter which concerns on 1st Embodiment of this invention. 本発明に係るデータ変換装置の追加機能の概要を説明するための説明図である。It is explanatory drawing for demonstrating the outline | summary of the additional function of the data converter which concerns on this invention. 本発明の第2実施形態に係るデータ変換装置の構成を示すブロック構成図である。It is a block block diagram which shows the structure of the data converter which concerns on 2nd Embodiment of this invention. 本発明の第2実施形態に係るデータ変換装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the data converter which concerns on 2nd Embodiment of this invention. 本発明に係るデータ復号装置の構成を示すブロック構成図である。It is a block block diagram which shows the structure of the data decoding apparatus which concerns on this invention. MPEG2のGOPにおけるピクチャ(フレーム)を表示する順序を説明するための説明図である。It is explanatory drawing for demonstrating the order which displays the picture (frame) in GOP of MPEG2. 本発明に係るデータ復号装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the data decoding apparatus based on this invention. MPEG2のストリームデータの構造を示す構成図である。It is a block diagram which shows the structure of the stream data of MPEG2.

符号の説明Explanation of symbols

1、1B データ変換装置
10 GOP検出手段(グループ検出手段)
11 フレーム検出手段
12 データ長累計手段
13 データ長差算出手段
14 ダミーデータ付加手段
15 オフセット情報生成手段
16 オフセット情報付加手段
2 データ復号装置
20 編集用データ記憶手段
21 GOP特定手段(グループ特定手段)
22 復号手段
22a オフセット情報読み出し手段
22b フレーム復号手段
1, 1B data conversion device 10 GOP detection means (group detection means)
DESCRIPTION OF SYMBOLS 11 Frame detection means 12 Data length accumulation means 13 Data length difference calculation means 14 Dummy data addition means 15 Offset information generation means 16 Offset information addition means 2 Data decoder 20 Editing data storage means 21 GOP specification means (group specification means)
22 Decoding means 22a Offset information reading means 22b Frame decoding means

Claims (6)

所定数のフレームをグループとして、前記フレームごとに圧縮符号化された圧縮符号化データを、ランダムアクセスが可能な編集用データに変換するデータ変換装置であって、
前記グループごとに予め付されたグループヘッダ情報に基づいて、前記圧縮符号化データから、前記グループを検出するグループ検出手段と、
このグループ検出手段で検出されたグループ内において、前記フレームごとに予め付されたフレームヘッダ情報に基づいて、前記フレームを検出するフレーム検出手段と、
このフレーム検出手段で検出された前記フレームごとに、前記所定数分のデータ長を累計データ長として累計するデータ長累計手段と、
このデータ長累計手段で累計された累計データ長が、予め定めた規定データ長未満である場合に、前記グループのデータに、前記規定データ長と前記累計データ長との差分のダミーデータを付加するダミーデータ付加手段と、
を備えることを特徴とするデータ変換装置。
A data conversion apparatus that converts compression-encoded data compressed and encoded for each frame into a group that includes a predetermined number of frames as editing data that can be randomly accessed,
Group detection means for detecting the group from the compressed encoded data based on group header information assigned in advance for each group;
In the group detected by the group detection means, frame detection means for detecting the frame based on frame header information given in advance for each frame;
For each of the frames detected by the frame detection means, data length accumulation means for accumulating the predetermined number of data lengths as the accumulated data length;
When the accumulated data length accumulated by the data length accumulating means is less than a predetermined prescribed data length, dummy data of a difference between the prescribed data length and the accumulated data length is added to the group data. Dummy data adding means;
A data conversion device comprising:
前記グループの予め定めた基準位置から当該グループ内における前記フレームごとの圧縮符号化データへのオフセットを示すオフセット情報を、前記グループ内に付加するオフセット情報付加手段をさらに備えることを特徴とする請求項1に記載のデータ変換装置。   The apparatus further comprises offset information adding means for adding offset information indicating an offset from the predetermined reference position of the group to the compressed encoded data for each frame in the group. The data conversion apparatus according to 1. 所定数のフレームを圧縮符号化して構成した予め定めた規定データ長の複数のグループからなる編集用データから、任意のフレームを復号するデータ復号装置であって、
復号対象のフレームのフレーム番号に基づいて、前記編集用データにおいて、前記復号対象のフレームを有するグループを特定するグループ特定手段と、
このグループ特定手段で特定されたグループ内に付加されているオフセット情報を読み出すオフセット情報読み出し手段と、
このオフセット情報読み出し手段によって読み出されたオフセット情報に基づいて、前記復号対象のフレームを復号するフレーム復号手段と、
を備えることを特徴とするデータ復号装置。
A data decoding device that decodes an arbitrary frame from editing data composed of a plurality of groups having a predetermined prescribed data length configured by compressing and encoding a predetermined number of frames,
Group specifying means for specifying a group having the decoding target frame in the editing data based on a frame number of the decoding target frame;
Offset information reading means for reading offset information added in the group specified by the group specifying means;
Frame decoding means for decoding the decoding target frame based on the offset information read by the offset information reading means;
A data decoding apparatus comprising:
所定数のフレームをグループとして、前記フレームごとに圧縮符号化された圧縮符号化データを、ランダムアクセス可能な編集用データに変換するために、コンピュータを、
前記グループごとに予め付されたグループヘッダ情報に基づいて、前記圧縮符号化データから、前記グループを検出するグループ検出手段、
このグループ検出手段で検出されたグループ内において、前記フレームごとに予め付されたフレームヘッダ情報に基づいて、前記フレームを検出するフレーム検出手段、
このフレーム検出手段で検出された前記フレームごとに、前記所定数分のデータ長を累計データ長として累計するデータ長累計手段、
このデータ長累計手段で累計された累計データ長が、予め定めた規定データ長未満である場合に、前記グループのデータに、前記規定データ長と前記累計データ長との差分のダミーデータを付加するダミーデータ付加手段、
として機能させることを特徴とするデータ変換プログラム。
In order to convert a predetermined number of frames into a group and to convert the compression-encoded data compression-encoded for each frame into editing data that can be accessed randomly,
Group detection means for detecting the group from the compressed and encoded data based on group header information assigned in advance for each group;
In the group detected by the group detection means, a frame detection means for detecting the frame based on frame header information given in advance for each frame,
Data length accumulation means for accumulating the predetermined number of data lengths as the accumulated data length for each of the frames detected by the frame detection means,
When the accumulated data length accumulated by the data length accumulating means is less than a predetermined prescribed data length, dummy data of a difference between the prescribed data length and the accumulated data length is added to the group data. Dummy data adding means,
A data conversion program characterized by functioning as
前記コンピュータを、
前記グループの予め定めた基準位置から当該グループ内における前記フレームごとの圧縮符号化データへのオフセットを示すオフセット情報を、前記グループ内に付加するオフセット情報付加手段としてさらに機能させることを特徴とする請求項4に記載のデータ変換プログラム。
The computer,
The offset information adding means for adding offset information indicating an offset from the predetermined reference position of the group to the compressed encoded data for each frame in the group is further made to function as offset information adding means. Item 5. A data conversion program according to Item 4.
所定数のフレームをグループとして、前記フレームごとに圧縮符号化された圧縮符号化データを、ランダムアクセスが可能な編集用データに変換するデータ変換方法であって、
グループ検出手段によって、前記グループごとに予め付されたグループヘッダ情報に基づいて、前記圧縮符号化データから、前記グループを検出するグループ検出ステップと、
フレーム検出手段によって、前記グループ検出手段で検出されたグループ内において、前記フレームごとに予め付されたフレームヘッダ情報に基づいて、前記フレームを検出するフレーム検出ステップと、
オフセット情報付加手段によって、前記グループの予め定めた基準位置から当該グループ内における前記フレームごとの圧縮符号化データへのオフセットを示すオフセット情報を、前記グループ内に付加するオフセット付加ステップと、
データ長累計手段によって、前記フレームごとに、前記所定数分のデータ長を累計データ長として累計するデータ長累計ステップと、
ダミーデータ付加手段によって、前記データ長累計手段で累計された累計データ長が、予め定めた規定データ長未満である場合に、前記グループのデータに、前記規定データ長と前記累計データ長との差分のダミーデータを付加するダミーデータ付加ステップと、
を含むことを特徴とするデータ変換方法。
A data conversion method for converting compression-encoded data, which is compression-encoded for each frame into a predetermined number of frames as a group, and editing data that can be randomly accessed,
A group detection step of detecting the group from the compressed encoded data based on group header information assigned in advance for each group by a group detection unit;
A frame detection step of detecting the frame based on frame header information given in advance for each frame in the group detected by the group detection unit by a frame detection unit;
An offset addition step of adding offset information indicating an offset from the predetermined reference position of the group to the compression-coded data for each frame in the group by the offset information addition unit;
A data length totaling step of totaling the predetermined number of data lengths as the total data length for each frame by the data length totaling means;
When the accumulated data length accumulated by the data length accumulating means by the dummy data adding means is less than a predetermined prescribed data length, the difference between the prescribed data length and the accumulated data length is added to the group data. A dummy data adding step for adding the dummy data;
A data conversion method comprising:
JP2006308334A 2006-11-14 2006-11-14 Data converting device, data converting program and data converting method, and data decoding device Pending JP2008124931A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006308334A JP2008124931A (en) 2006-11-14 2006-11-14 Data converting device, data converting program and data converting method, and data decoding device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006308334A JP2008124931A (en) 2006-11-14 2006-11-14 Data converting device, data converting program and data converting method, and data decoding device

Publications (1)

Publication Number Publication Date
JP2008124931A true JP2008124931A (en) 2008-05-29

Family

ID=39509207

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006308334A Pending JP2008124931A (en) 2006-11-14 2006-11-14 Data converting device, data converting program and data converting method, and data decoding device

Country Status (1)

Country Link
JP (1) JP2008124931A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011176661A (en) * 2010-02-25 2011-09-08 Casio Computer Co Ltd Video imaging device and program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07240915A (en) * 1994-03-02 1995-09-12 Nippon Telegr & Teleph Corp <Ntt> Image encoding method
JPH08223531A (en) * 1995-02-16 1996-08-30 Mitsubishi Electric Corp Digital video signal recording and reproducing device, its recording and reproducing method, digital video signal reproducing device and its reproduction method
JPH09139915A (en) * 1995-11-16 1997-05-27 Matsushita Electric Ind Co Ltd Compression moving image decoding and display device and compression moving image simple editing device
JPH09224245A (en) * 1996-02-19 1997-08-26 Matsushita Electric Ind Co Ltd Video signal coder
JPH10174101A (en) * 1996-12-13 1998-06-26 Sony Corp Image compression coding and decoding device and image compression coding and decoding method
JP2001203978A (en) * 2000-01-24 2001-07-27 Sharp Corp Moving picture reproducing device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07240915A (en) * 1994-03-02 1995-09-12 Nippon Telegr & Teleph Corp <Ntt> Image encoding method
JPH08223531A (en) * 1995-02-16 1996-08-30 Mitsubishi Electric Corp Digital video signal recording and reproducing device, its recording and reproducing method, digital video signal reproducing device and its reproduction method
JPH09139915A (en) * 1995-11-16 1997-05-27 Matsushita Electric Ind Co Ltd Compression moving image decoding and display device and compression moving image simple editing device
JPH09224245A (en) * 1996-02-19 1997-08-26 Matsushita Electric Ind Co Ltd Video signal coder
JPH10174101A (en) * 1996-12-13 1998-06-26 Sony Corp Image compression coding and decoding device and image compression coding and decoding method
JP2001203978A (en) * 2000-01-24 2001-07-27 Sharp Corp Moving picture reproducing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011176661A (en) * 2010-02-25 2011-09-08 Casio Computer Co Ltd Video imaging device and program

Similar Documents

Publication Publication Date Title
JP5189640B2 (en) Video data playback system
WO1999038326A1 (en) Image transmitting method, image processing method, image processor, data storage medium
JP2007097145A (en) Image coding device and image coding method
JP2004187161A (en) Moving video data processing equipment and moving video data processing method
JP4362510B2 (en) Recording / playback editing device
JP5120981B2 (en) Generating video data for special playback
JP2007043417A (en) Image recording device and method therefor
JP2001177801A (en) Compressed image data reproducing device and compressed image data reproducing method
JP2012170054A (en) Video recording apparatus, video reproduction apparatus, and video recovery apparatus
JP2008124932A (en) Nonlinear editing device and program thereof, and data replacing method of nonlinear editing device
JP2008124931A (en) Data converting device, data converting program and data converting method, and data decoding device
JP4718944B2 (en) Video server apparatus and reproducing method thereof
JP2010050616A (en) Recording device and recording method, reproduction device and reproduction method, program, and recording/reproducing device
JP2006303611A (en) Video processing apparatus, video processing method, and computer program
JP4767916B2 (en) Video encoded data converter
JP3897783B2 (en) Image processing apparatus, control method therefor, computer program, and computer-readable storage medium
JP4487196B2 (en) Recording apparatus and control method thereof
JP2006129338A (en) Video recording and reproducing apparatus and recording medium
JP2007129489A (en) Picture reproducer and picture reproduction method
JP2006121415A (en) Moving image encoding device
JP5553533B2 (en) Image editing apparatus, control method thereof, and program
JP2004228679A (en) Image processor, image processing method, and program
JP4856008B2 (en) Image re-encoding device and image re-encoding method
JP2009272929A (en) Video encoder, and video encoding method
JP2011234069A (en) Video reproduction device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090818

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110222

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110425

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120207