JP2009225380A - Encoding processing device, encoding processing program, encoding processing method, and encoding processing distributed system - Google Patents

Encoding processing device, encoding processing program, encoding processing method, and encoding processing distributed system Download PDF

Info

Publication number
JP2009225380A
JP2009225380A JP2008070464A JP2008070464A JP2009225380A JP 2009225380 A JP2009225380 A JP 2009225380A JP 2008070464 A JP2008070464 A JP 2008070464A JP 2008070464 A JP2008070464 A JP 2008070464A JP 2009225380 A JP2009225380 A JP 2009225380A
Authority
JP
Japan
Prior art keywords
section
encoding
video data
encoding processing
frame
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.)
Granted
Application number
JP2008070464A
Other languages
Japanese (ja)
Other versions
JP4839331B2 (en
Inventor
修一 ▲高▼山
Shuichi Takayama
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2008070464A priority Critical patent/JP4839331B2/en
Publication of JP2009225380A publication Critical patent/JP2009225380A/en
Application granted granted Critical
Publication of JP4839331B2 publication Critical patent/JP4839331B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To encode large capacity data without lowering processing efficiency. <P>SOLUTION: In encoding processing associated with the embodiment, section groups divided such that continuous parts of video data 100 that is an encoding object overlap are encoded in parallel. Encoded video data are generated by combining the encoded section groups. Then, an encoding processing part has an input section B in the divided section groups, and encodes the section B from the head of the same, and detects divided points suitable for division of video data from among overlapping sections with a section A of a front stage of the section B. The encoding processing part further notifies detected division points and data quantities after encoding of the divided points to a section A as information concerning encoding termination point. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

この発明は、処理対象データに対する符号化処理を並列に分散して実行する符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムに関する。   The present invention relates to an encoding processing apparatus, an encoding processing program, an encoding processing method, and an encoding processing distribution system that execute an encoding process on data to be processed in a distributed manner in parallel.

近年、テレビジョン放送の分野をはじめとして、あらゆる映像処理分野においてハイビジョンに対応した映像の高画質化がおこなわれている。このようなハイビジョン映像は、従来の映像と比較して映像データ量が数倍のオーダで増加している。したがって、ハイビジョン映像を処理する場合には、映像データ圧縮/伸張やフォーマット変換などのデータ処理についても、そのデータ量の増加に伴い長い処理時間を必要とする。   In recent years, high-quality images corresponding to high-definition images have been improved in various image processing fields including the field of television broadcasting. In such a high-definition video, the amount of video data increases on the order of several times that of a conventional video. Therefore, when processing high-definition video, data processing such as video data compression / expansion and format conversion requires a long processing time as the data amount increases.

また、ハイビジョン映像の場合、膨大なデータ量による配信負荷を考慮すると、H.264のような高圧縮率の符号化方式の適用が望ましい。しかしながら、このような高圧縮技術は、処理内容が高度化、複雑化されており、実際の符号化処理には膨大な演算処理を要すため、結局、符号化処理に実再生時間の数倍の時間が必要となってしまっていた。   Also, in the case of high-definition video, H.264 is considered in consideration of the distribution load due to the huge amount of data. Application of a high compression rate encoding method such as H.264 is desirable. However, such a high compression technology has advanced and complicated processing contents, and enormous calculation processing is required for the actual encoding processing. Therefore, in the end, the encoding processing is several times the actual reproduction time. Time was needed.

そこで、ソフトウェアを用い実用的な時間で符号化処理をおこなうために、符号化演算処理単体の最適化の他に、下記のような高速化処理が採用されている。   Therefore, in order to perform the encoding process in a practical time using software, the following high-speed process is adopted in addition to the optimization of the single encoding operation process.

1.演算環境ハードウェアの高スペック化(CPUの高クロック化など)
2.ハードウェア(GPUなど)による演算処理のアクセラレーション機能の利用
3.符号化処理プロセスのマルチスレッド対応(マルチスレッド処理に対応した演算環境が必要)
4.演算処理の複数演算環境への分散並列処理化
1. Higher specifications for computing environment hardware (such as higher CPU clocks)
2. 2. Utilization of acceleration function of arithmetic processing by hardware (GPU etc.) Multi-thread support for the encoding process (requires a computing environment that supports multi-thread processing)
4). Distributed parallel processing for multiple computing environments

上記の1〜3の処理の場合は、ハードウェアへの依存度が高く、また、ハードウェアスペックによる性能向上の上限がある。したがって、符号化システムには、性能向上を物理的な演算環境の量で解決しやすい上記4の分散並列処理化が広く適用されている。   In the case of the above processes 1 to 3, the degree of dependence on hardware is high, and there is an upper limit for performance improvement due to hardware specifications. Therefore, the distributed parallel processing described in 4 above, in which the performance improvement can be easily solved by the amount of the physical computing environment, is widely applied to the encoding system.

具体的には、映像符号化の分散並列処理の映像データ分割方式としては、空間方向分割方式と、時間方向分割方式とがある。空間方向分割方式は、映像データ中のすべてのフレームを決まった領域で分割する。一方、時間方向分割方式は、映像データを時間軸上のある区間内のデータで分割する(たとえば、下記特許文献1、2参照。)。   Specifically, there are a spatial direction division method and a time direction division method as video data division methods for distributed parallel processing of video encoding. In the spatial direction division method, all the frames in the video data are divided by a predetermined area. On the other hand, the time direction division method divides video data by data within a certain section on the time axis (see, for example, Patent Documents 1 and 2 below).

特開2002−199392号公報JP 2002-199392 A 特開2005−176069号公報JP 2005-176069 A

しかしながら、上述した空間方向分割の場合、符号化した映像の品質が保障されないことがある。図10は、空間方向分割による映像データの分割処理を示す説明図である。図10のように、空間方向分割の場合、ひとつのフレーム1000を1〜Nの複数の領域に分割し、各領域を異なる環境で符号化する。したがって、隣り合う領域の境界部分の符号化処理について同じような条件の符号化をおこなわないと画面上に領域の境界に不自然な線が見えてしまうという問題があった。   However, in the case of the spatial direction division described above, the quality of the encoded video may not be guaranteed. FIG. 10 is an explanatory diagram showing video data division processing by spatial direction division. As shown in FIG. 10, in the case of spatial direction division, one frame 1000 is divided into a plurality of areas 1 to N, and each area is encoded in a different environment. Therefore, there is a problem in that an unnatural line appears on the boundary of the region on the screen unless encoding under the same condition is performed on the encoding process of the boundary portion between adjacent regions.

また、図11は、時間方向分割による映像データの分割処理を示す説明図である。図11のように、時間方向分割の場合は、1つのフレームを単一の環境で符号化するため空間分割のような不自然な境界線は発生しないものの、映像データ1100の時間的な分割点付近(区間と区間との間)をデコードする際に、バッファオーバーフローや、アンダーフローなどのエラーが発生する可能性があるという問題があった。   FIG. 11 is an explanatory diagram showing video data division processing by time direction division. As shown in FIG. 11, in the case of time direction division, since one frame is encoded in a single environment, an unnatural boundary such as space division does not occur, but the temporal division point of the video data 1100 When decoding the vicinity (between sections), there was a problem that errors such as buffer overflow and underflow may occur.

そこで、映像データの符号化の分散並列処理をおこなう場合には,映像そのものやバッファ制御などの破綻が発生しないようなデータ分割/結合および符号化処理をおこなう必要がある。たとえば、上記特許文献1の技術では、時間方向分割を用い、その分割点としてデータ分割前に映像データ内のシーンチェンジタイミングを検出し、検出したタイミングで映像データを分割することができる。しかしながら、映像データのシーンチェンジタイミングを一通りチェックしてから分割処理をおこなうため、シーンチェック処理がボトルネックとなり多くの処理時間を要してしまうという問題があった。   Therefore, when performing distributed parallel processing for encoding video data, it is necessary to perform data division / combination and encoding processing so that the video itself and buffer control do not break down. For example, in the technique of the above-mentioned Patent Document 1, it is possible to use time direction division, detect the scene change timing in the video data before the data division as the division point, and divide the video data at the detected timing. However, since the division process is performed after checking the scene change timing of the video data, there is a problem that the scene check process becomes a bottleneck and requires a lot of processing time.

また、上記特許文献2の技術では、符号化処理を分散する際の前処理として、まず、映像データすべてのシーンチェンジ抽出処理をおこなう機能部を独立して持った構成になっている。そして、処理を分散した後、シーンチェンジの検出結果を反映させ、検出されたシーンチェンジより前の区間の映像データをデータの連続性を確保するのに最適な別の符号化処理部にて再符号化する。したがって、上記特許文献1の技術と比較して処理時間を短縮することができる。   In the technique disclosed in Patent Document 2, as a pre-processing for distributing the encoding process, first, a function unit for performing a scene change extraction process for all video data is provided independently. After the processing is distributed, the detection result of the scene change is reflected, and the video data of the section before the detected scene change is re-executed by another encoding processing unit optimal for ensuring data continuity. Encode. Therefore, the processing time can be shortened as compared with the technique disclosed in Patent Document 1.

しかしながら、上記特許文献2の技術も、ハイビジョン映像などの高圧縮データを扱う場合は、再符号化処理にも膨大な処理時間を必要とする。したがって、かならずしも処理速度は短くはならず、処理効率を落としてしまう。また、分散した符号化処理部間でネットワークなど共有リソースを使用している場合には、扱うデータ量が大きいため、さらに、共有リソースの競合による性能低下を招く危険性を含むという問題があった。   However, the technique of Patent Document 2 also requires enormous processing time for re-encoding processing when handling highly compressed data such as high-definition video. Therefore, the processing speed is not necessarily shortened and the processing efficiency is lowered. In addition, when shared resources such as a network are used between distributed encoding processing units, the amount of data handled is large, and there is a further problem that there is a risk of performance degradation due to competition of shared resources. .

この発明は、上述した従来技術による問題点を解消するため、処理効率を低下させることなく大容量データを符号化することのできる符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムを提供することを目的とする。   In order to solve the above-described problems caused by the prior art, the present invention provides an encoding processing apparatus, an encoding processing program, an encoding processing method, and encoding capable of encoding a large amount of data without reducing processing efficiency. An object is to provide a distributed processing system.

上述した課題を解決し、目的を達成するため、この符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムは、符号化対象となる映像データの一部を符号化する符号化処理であって、前記映像データの中の第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間について、前記先頭フレームから符号化する処理と、前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する処理と、検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第2の区間の符号化と並列に前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する処理とを備えることを要件とする。   In order to solve the above-described problems and achieve the object, the encoding processing device, the encoding processing program, the encoding processing method, and the encoding processing distribution system encode a part of video data to be encoded. A second interval in encoding processing, wherein an arbitrary frame from the beginning to the end of the first interval in the video data is a first frame, and an arbitrary frame after the end is an end frame A process of encoding from the first frame, a process of detecting a division point suitable for the division of the video data from the video data of the overlapping section of the second section and the first section, The detected division point and the data amount after the encoding of the video data of the division point by the encoding means are used as information regarding the end of the encoding in the first interval. And require that and a processing to notify the other of the encoding apparatus that performs coding of video data of said first section to and parallelization.

この符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムによれば、並列に符号化処理が施されている前段の区間に対して、重複区間の中の最適な分割点を通知することができる。また、分割点とともに分割点のデータ量に関する情報もあわせて通知しているため前段の区間における符号化処理を制御することができる。   According to the encoding processing device, the encoding processing program, the encoding processing method, and the encoding processing distribution system, the optimal division in the overlapping section is performed with respect to the preceding section subjected to the encoding processing in parallel. A point can be notified. In addition, since the information about the data amount of the division point is notified together with the division point, the encoding process in the preceding section can be controlled.

この符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムによれば、処理効率を低下させることなく大容量データを符号化することができるという効果を奏する。   According to the encoding processing device, the encoding processing program, the encoding processing method, and the encoding processing distribution system, it is possible to encode large-capacity data without reducing the processing efficiency.

以下に添付図面を参照して、この符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムの好適な実施の形態を詳細に説明する。   Exemplary embodiments of an encoding processing device, an encoding processing program, an encoding processing method, and an encoding processing distribution system will be described below in detail with reference to the accompanying drawings.

(符号化処理分散の概要)
まず、本実施の形態にかかる符号化処理分散の概要を説明する。図1は、本実施の形態にかかる符号化処理分散の概要を示す説明図である。図1では、符号化処理の対象となる映像データ100を区間Aと区間Bに分割し、それぞれの区間ごと符号化処理がおこなわれる。このとき、映像データ100は、隣接する区間Aと区間Bとは、少なくとも一部分が重複しているように分割される。
(Outline of encoding processing distribution)
First, an overview of encoding processing distribution according to the present embodiment will be described. FIG. 1 is an explanatory diagram showing an overview of encoding processing distribution according to the present embodiment. In FIG. 1, video data 100 to be encoded is divided into a section A and a section B, and the encoding process is performed for each section. At this time, the video data 100 is divided so that the adjacent sections A and B overlap at least partially.

区間Aと区間Bとは、それぞれ異なる符号化処理部(たとえば符号化処理部A、B)に入力され、並列に符号化が施される。そして、各符号化処理部では、符号化と同時に、区間内の最適分割点の検出がおこなわれる。最適分割点とは、シーンチェンジ部分や、前後のフレームの関連性が低い部分など、映像データの分割に適したフレーム間を意味する。本実施の形態の場合、区間Aと区間Bとが重複する部分である最適分割点検出区間Sに対して最適分割点の検出がおこなわれる。   The section A and the section B are respectively input to different encoding processing units (for example, the encoding processing units A and B), and are encoded in parallel. In each encoding processing unit, the optimum division point in the section is detected simultaneously with the encoding. The optimum dividing point means a frame suitable for dividing video data, such as a scene change portion or a portion where the relationship between the preceding and following frames is low. In the case of the present embodiment, the optimum division point is detected for the optimum division point detection section S which is a portion where the section A and the section B overlap.

上述した符号化処理と、最適分割点の検出処理は、各区間データの先頭フレームから順番に実行される。したがって、符号化処理部A、Bによって同時に符号化処理が開始されると、符号化処理部Aでは区間Aに関して符号化処理のみ実行され、符号化処理部Bでは、区間Bに関して符号化処理と最適分割点の検出との双方が実行される。図1では、区間Bによって検出された最適分割点(図1の☆)を最適分割点Pabとする。   The encoding process and the optimum division point detection process described above are executed in order from the first frame of each section data. Therefore, when encoding processing is started simultaneously by the encoding processing units A and B, the encoding processing unit A executes only encoding processing for the section A, and the encoding processing unit B performs encoding processing for the section B. Both the detection of the optimal division point is performed. In FIG. 1, the optimum division point (☆ in FIG. 1) detected in the section B is set as the optimum division point Pab.

符号化処理部Bにおいて、区間B内の最適分割点Pabが検出されると、検出された最適分割点Pab以降に位置するGOP(Group Of Picture)についてGOP構造に応じたフラグ(closed−GOPフラグやbloken−linkフラグ)を立てエンコードを実施する。また、検出された最適分割点Pabの位置と情報量に関する情報を符号化処理部Aに通知する。   When the encoding processing unit B detects the optimum division point Pab in the section B, a flag (closed-GOP flag) corresponding to the GOP structure for a GOP (Group Of Picture) located after the detected optimum division point Pab is detected. Or a blocken-link flag) and encoding is performed. In addition, the encoding processing unit A is notified of information regarding the position and information amount of the detected optimum division point Pab.

符号化処理部Aにおいて、区間Bの最適分割点Pabに対応する分割点(図1の★)を接続点Paとする。そして、符号化処理部Aは、接続点Pa付近の符号化をおこなう際に、符号化後の情報量が、符号化処理部Bから通知された最適分割点Pabの情報量にできるだけ近づけられるよう量子化パラメータなどの調整をおこなう。最適分割点Pabの情報量に近づくように調整をおこなうことによって、最適分割点Pabにて区間Aと区間Bの符号化データを結合する際にバッファ破綻などを防ぐことができる。   In the encoding processing unit A, a division point (★ in FIG. 1) corresponding to the optimum division point Pab in the section B is set as a connection point Pa. When the encoding processing unit A performs encoding in the vicinity of the connection point Pa, the information amount after encoding is made as close as possible to the information amount of the optimum division point Pab notified from the encoding processing unit B. Adjust the quantization parameters. By adjusting so as to approach the information amount of the optimum division point Pab, it is possible to prevent a buffer failure or the like when the encoded data of the sections A and B are combined at the optimum division point Pab.

したがって、符号化処理部A、Bにおける符号化処理が終了すると、最適分割点Pabを基準に区間Aの符号化データと区間Bの符号化データを結合して符号化映像データが生成される。このように、本実施の形態にかかる符号化処理分散では、符号化対象となる映像データ100は複数の区間に分割されるため、区間ごとの符号化処理および分割点検出処理は、それぞれの符号化処理部に分散される。また、本実施の形態にかかる符号化処理分散の場合、従来の時間分割処理と異なり、データの連続性が確保されているため再符号化を必要としない。   Therefore, when the encoding processing in the encoding processing units A and B is completed, the encoded video data is generated by combining the encoded data of the section A and the encoded data of the section B with the optimum division point Pab as a reference. As described above, in the encoding process distribution according to the present embodiment, the video data 100 to be encoded is divided into a plurality of sections. Therefore, the encoding process and the dividing point detection process for each section are performed using the respective codes. Distributed to the processing unit. Further, in the case of encoding processing distribution according to the present embodiment, unlike conventional time division processing, re-encoding is not required because data continuity is ensured.

このように、本実施の形態にかかる符号化処理分散を用いることによって、映像データの符号化処理が分散され、再符号化処理は回避される。結果として、膨大な映像データを高圧縮技術によって符号化する場合であっても、処理効率を低下させることなく、高速な符号化処理を実現することができる。   As described above, by using the encoding process distribution according to the present embodiment, the encoding process of the video data is distributed and the re-encoding process is avoided. As a result, even when a large amount of video data is encoded by a high compression technique, high-speed encoding processing can be realized without reducing processing efficiency.

(符号化処理分散システムの構成)
つぎに、上述した符号化処理分散を実現するための具体的な符号化処理分散システムの構成について説明する。図2は、符号化処理分散システムの構成例を示す説明図である。図2のように、符号化処理分散システム200は、分割処理部210と、符号化処理部220と、結合処理部230とを含んでいる。
(Configuration of encoding processing distribution system)
Next, the configuration of a specific encoding process distribution system for realizing the above-described encoding process distribution will be described. FIG. 2 is an explanatory diagram illustrating a configuration example of the encoding processing distribution system. As shown in FIG. 2, the encoding processing distribution system 200 includes a division processing unit 210, an encoding processing unit 220, and a combination processing unit 230.

分割処理部210は、符号化対象映像データ201をN個の区間に分割する。分割された映像データは、区間1映像データ、区間2映像データ、…、区間N−1映像データ、区間N映像データとなり、それぞれ異なる符号化処理部220(符号化処理部1〜符号化処理部N)へ出力される。   The division processing unit 210 divides the encoding target video data 201 into N sections. The divided video data are section 1 video data, section 2 video data,..., Section N-1 video data, and section N video data, which are different encoding processing units 220 (encoding processing unit 1 to encoding processing unit). N).

符号化処理部220は、分割処理部210から入力された区間ごとの映像データに符号化を施す。符号化処理部220によって符号化された各区間の符号化済みデータ(区間1符号化済みデータ〜区間N符号化済みデータ)は、結合処理部230に出力される。   The encoding processing unit 220 encodes the video data for each section input from the division processing unit 210. The encoded data of each section encoded by the encoding processing unit 220 (section 1 encoded data to section N encoded data) is output to the combination processing unit 230.

結合処理部230は、N個の符号化処理部220からそれぞれ入力された符号化済みデータ(区間1符号化済みデータ〜区間N符号化済みデータ)を結合して符号化済み映像データ202を出力する。   The combination processing unit 230 combines the encoded data (section 1 encoded data to section N encoded data) respectively input from the N encoding processing units 220 and outputs the encoded video data 202. To do.

符号化処理分散システム200の符号化処理部220では、図1にて説明したように連続する区間の重複区間を最適分割点検出区間Sとし、この区間に着目して最適分割点を検出する。各区間には、一つ前の区間との重複区間と、一つ後ろの区間との重複区間との2つの最適分割点検出区間Sが存在するが、上述したように、符号化処理部220は、区間ごとの映像データが入力され、先頭フレームから順番に処理をおこなう。したがって、各符号化処理部では、入力された区間の最適分割点検出区間Sのうち、一つ前の区間との重複区間である、前半部分の最適分割点検出区間Sを最適分割点の検出対象とする。   In the coding processing unit 220 of the coding processing distribution system 200, as described with reference to FIG. 1, the overlapping section of the continuous sections is set as the optimum dividing point detection section S, and the optimum dividing point is detected by paying attention to this section. In each section, there are two optimum division point detection sections S, which are an overlapping section with the previous section and an overlapping section with the next section. As described above, the encoding processing unit 220 The video data for each section is input, and processing is performed in order from the first frame. Therefore, in each encoding processing unit, the optimum division point detection section S in the first half, which is an overlapping section with the previous section, among the optimum division point detection sections S in the input section is detected as the optimum division point. set to target.

そして、符号化処理部220は、最適分割点検出区間Sから検出した最適分割点を、映像データの重複区間をもつ一つ前の区間の映像データを処理する符号化処理部220に通知する。すなわち、各区間の符号化処理部は、一つ後ろの区間を処理する符号化処理部から最適分割点に関する情報を受け付けることを意味する。   Then, the encoding processing unit 220 notifies the optimal dividing point detected from the optimal dividing point detection section S to the encoding processing unit 220 that processes the video data of the immediately preceding section having the overlapping section of the video data. That is, it means that the encoding processing unit in each section receives information on the optimum division point from the encoding processing unit that processes the next section.

具体的には、区間2の映像データを処理する符号化処理部220は、区間1の映像データを処理する符号化処理部220へ最適分割点の通知をおこなうとともに、区間3の映像データを処理する符号化処理部220から最適分割点の情報を受け付ける。   Specifically, the encoding processing unit 220 that processes the video data of the section 2 notifies the optimal division point to the encoding processing unit 220 that processes the video data of the section 1 and processes the video data of the section 3. The information of the optimal division point is received from the encoding processing unit 220.

このとき、例外として、映像データ100の先頭フレームを含む区間1では、一つ前の区間が存在しないため、最適分割点の通知先が存在しないことになる。したがって、区間1の映像データを処理する符号化処理部220では、区間2の映像データを処理する符号化処理部220からの最適分割点の情報を受け付けるのみとなる。   At this time, as an exception, in the section 1 including the first frame of the video data 100, there is no previous section, and therefore there is no notification of the optimum division point. Therefore, the encoding processing unit 220 that processes the video data of the section 1 only accepts the information on the optimum division point from the encoding processing unit 220 that processes the video data of the section 2.

また、映像データ100の最終フレームを含む区間Nでは、後ろに続く区間が無い。したがって、区間Nの映像データを処理する符号化処理部220は、最適分割点を区間N−1の映像データを処理する符号化処理部220に通知するのみとなる。   In the section N including the last frame of the video data 100, there is no section that follows. Therefore, the encoding processing unit 220 that processes the video data of the section N only notifies the encoding processing unit 220 that processes the video data of the section N-1 of the optimum division point.

このように本実施の形態にかかる符号化処理分散システム200では、分割した区間群(区間1〜区間N)をそれぞれ異なる符号化処理部220によって並列して処理する。そして、1つ前の区間に対して重複区間に存在する最適分割点を通知する。したがって、通知を受けた区間は、最適分割点まで符号化処理をおこなえばよい。また、最適分割点とともに最適分割点のデータ量(符号化済み映像データ)の情報を受け付けるため、最適な符号化を施すことができる。   As described above, in the encoding processing distribution system 200 according to the present exemplary embodiment, the divided section groups (section 1 to section N) are processed in parallel by different encoding processing units 220. And the optimal division | segmentation point which exists in an overlap area is notified with respect to the area before one. Accordingly, the section that receives the notification may be subjected to the encoding process up to the optimum division point. Further, since the information on the data amount (encoded video data) at the optimum division point is received together with the optimum division point, the optimum encoding can be performed.

以下、上述した符号化処理部220による符号化処理と、最適分割点の検出にかかる処理について具体的に説明する。   Hereinafter, the encoding process performed by the encoding processing unit 220 and the process related to the detection of the optimum division point will be described in detail.

(符号化処理分散システムにおける符号化処理部のハードウェア構成)
まず、本実施の形態にかかる符号化処理分散システム200における符号化処理部220のハードウェア構成について説明する。図3は、符号化処理部220のハードウェア構成を示すブロック図である。
(Hardware configuration of encoding processing unit in encoding processing distributed system)
First, a hardware configuration of the encoding processing unit 220 in the encoding processing distribution system 200 according to the present embodiment will be described. FIG. 3 is a block diagram illustrating a hardware configuration of the encoding processing unit 220.

図3において、符号化処理部220は、CPU(Central Processing Unit)301と、ROM(Read Only Memory)302と、RAM(Random Access Memory)303と、磁気ディスクドライブ304と、磁気ディスク305と、光ディスクドライブ306と、光ディスク307と、通信I/F(インターフェース)308と、入力ディバイス309と、出力ディバイス310と、を備えている。また、各構成部はバス300によってそれぞれ接続されている。   In FIG. 3, the encoding processing unit 220 includes a CPU (Central Processing Unit) 301, a ROM (Read Only Memory) 302, a RAM (Random Access Memory) 303, a magnetic disk drive 304, a magnetic disk 305, and an optical disk. A drive 306, an optical disk 307, a communication I / F (interface) 308, an input device 309, and an output device 310 are provided. Each component is connected by a bus 300.

ここで、CPU301は、符号化処理部220の全体の制御を司る。ROM302は、ブートプログラムなどのプログラムを記憶している。RAM303は、CPU301のワークエリアとして使用される。磁気ディスクドライブ304は、CPU301の制御にしたがって磁気ディスク305に対するデータのリード/ライトを制御する。磁気ディスク305は、磁気ディスクドライブ304の制御で書き込まれたデータを記憶する。   Here, the CPU 301 governs overall control of the encoding processing unit 220. The ROM 302 stores a program such as a boot program. The RAM 303 is used as a work area for the CPU 301. The magnetic disk drive 304 controls the reading / writing of the data with respect to the magnetic disk 305 according to control of CPU301. The magnetic disk 305 stores data written under the control of the magnetic disk drive 304.

光ディスクドライブ306は、CPU301の制御にしたがって光ディスク307に対するデータのリード/ライトを制御する。光ディスク307は、光ディスクドライブ306の制御で書き込まれたデータを記憶したり、光ディスク307に記憶されたデータを、符号化処理部220に読み取らせたりする。   The optical disk drive 306 controls the reading / writing of the data with respect to the optical disk 307 according to control of CPU301. The optical disc 307 stores data written under the control of the optical disc drive 306, and causes the encoding processing unit 220 to read data stored on the optical disc 307.

また、光ディスク307として、CD(Compact Disk)、DVD(Digital Versatile Disk)、MO(Magneto Optical)、メモリーカードなどを採用することができる。   As the optical disk 307, a CD (Compact Disk), a DVD (Digital Versatile Disk), an MO (Magneto Optical), a memory card, or the like can be used.

通信I/F308は、通信回線を通じてインターネットなどのネットワーク(NET)311に接続され、このネットワーク311を介して符号化処理部220に接続される。このとき、他の符号化処理部220と直接接続してもよいが、所定のセンタサーバに接続し、このセンタサーバの管理の下、他の符号化処理部220と接続してもよい(たとえば、後述する実施例1)。そして、通信I/F308は、ネットワーク311と内部のインターフェースを司り、外部装置からのデータの入出力を制御する。通信I/F308には、たとえば、モデムやLAN(Local Area Network)アダプタなどを採用することができる。   The communication I / F 308 is connected to a network (NET) 311 such as the Internet through a communication line, and is connected to the encoding processing unit 220 via the network 311. At this time, it may be directly connected to another encoding processing unit 220, but may be connected to a predetermined center server and connected to another encoding processing unit 220 under the management of this center server (for example, Example 1 which will be described later. The communication I / F 308 controls an internal interface with the network 311 and controls data input / output from an external device. For example, a modem or a LAN (Local Area Network) adapter may be employed as the communication I / F 308.

入力ディバイス309は、符号化処理分散システム200の管理者や利用者、さらには上位システムからの入力を受け付けるディバイスである。入力ディバイス309としては、たとえば、キーボード、マウスなどが挙げられる。   The input device 309 is a device that accepts input from an administrator or user of the encoding processing distribution system 200 and further from the host system. Examples of the input device 309 include a keyboard and a mouse.

キーボードは、文字、数字、各種指示などの入力のためのキーを備え、データの入力をおこなう。また、タッチパネル式の入力パッドやテンキーなどであってもよい。マウスは、カーソルの移動や範囲選択、あるいはウィンドウの移動やサイズの変更などをおこなう。ポインティングデバイスとして同様に機能を備えるものであれば、トラックボールやジョイスティックなどであってもよい。   The keyboard has keys for inputting characters, numbers, various instructions, etc., and inputs data. Moreover, a touch panel type input pad or a numeric keypad may be used. The mouse moves the cursor, selects a range, or moves and changes the size of the window. A trackball or a joystick may be used as long as they have the same function as a pointing device.

また、出力ディバイス310は、符号化処理部220による符号化や最適分割点の検出に関する処理状況を視覚的にあらわすディバイスであり、ディスプレイなどによって、カーソル、アイコンあるいはツールボックスをはじめ、文書、画像、機能情報などのデータを表示する。具体的には、出力ディバイス310として、CRT(Cathode Ray Tube)、TFT(Thin Film Transistor)液晶ディスプレイ、プラズマディスプレイなどを採用することができる。   The output device 310 is a device that visually represents the processing status relating to the encoding by the encoding processing unit 220 and the detection of the optimum division point. The output device 310 includes a cursor, an icon, a tool box, a document, an image, Display data such as function information. Specifically, a CRT (Cathode Ray Tube), a TFT (Thin Film Transistor) liquid crystal display, a plasma display, or the like can be employed as the output device 310.

(符号化処理部の機能的構成)
つぎに、符号化処理分散システム200における符号化処理部220の機能的構成について説明する。図4は、符号化処理部220の機能的構成を示すブロック図である。図2によって説明したように、符号化処理部220は、N個の装置からなり、各装置には、分割処理部210によってN個に分割された区間の中の一区間の映像データが入力される。
(Functional configuration of encoding processing unit)
Next, a functional configuration of the encoding processing unit 220 in the encoding processing distribution system 200 will be described. FIG. 4 is a block diagram illustrating a functional configuration of the encoding processing unit 220. As described with reference to FIG. 2, the encoding processing unit 220 includes N devices, and video data of one section among the sections divided into N by the division processing unit 210 is input to each device. The

個々の符号化処理部220はすべて同じ構成であり、図4のように、符号化部401と、検出部402と、通知部403と、受付部404と、制御部405とを含んでいる。これら機能のうち、符号化部401は、入力された区間の符号化に関する処理、検出部402および通知部403は、最適分割点の通知に関する処理、受付部404および制御部405は、後段の区間から通知された最適分割点に関する情報を反映させる処理をおこなう機能を備えている。   Each of the individual encoding processing units 220 has the same configuration, and includes an encoding unit 401, a detection unit 402, a notification unit 403, a reception unit 404, and a control unit 405 as shown in FIG. Among these functions, the encoding unit 401 is a process related to the encoding of the input section, the detection unit 402 and the notification unit 403 are processes related to the notification of the optimal division point, and the reception unit 404 and the control unit 405 are the subsequent sections. The function which performs the process which reflects the information regarding the optimal division | segmentation point notified from is provided.

まず、符号化部401には、分割部処理部210によって分割された区間群の中の任意の区間が入力される。このとき分割処理部210は、符号化対象映像データの中の第1の区間(たとえば、図1の区間A)先頭から末尾までの中の任意のフレームを先頭フレームとし、末尾以降の任意のフレームを末尾フレームとする区間を第2の区間(たとえば図1の区間B)となるように分割している。そして、符号化部401は入力された区間を先頭フレームから順に符号化する。   First, an arbitrary section in the section group divided by the dividing section processing section 210 is input to the encoding section 401. At this time, the division processing unit 210 sets an arbitrary frame from the beginning to the end of the first section (for example, section A in FIG. 1) in the encoding target video data as the first frame, and an arbitrary frame after the end. Is divided into a second section (for example, section B in FIG. 1). Then, the encoding unit 401 encodes the input sections in order from the first frame.

検出部402には、符号化部401と同じ区間の映像データが入力される。このとき入力された映像データには、前段の区間との重複区間をあらわすフラグが付加されている。したがって、検出部402は、重複区間の中から映像データの分割に適した分割点(最適分割点)を検出する。映像データの分割に適した分割点とは、たとえば、シーンチェンジ箇所や連続するフレームの関連性がしきい値よりも低い箇所である。したがって、検出部402では、これらの箇所を抽出した場合に最適分割点とする。   Video data in the same section as the encoding unit 401 is input to the detection unit 402. At this time, a flag representing an overlapping section with the preceding section is added to the input video data. Therefore, the detection unit 402 detects a division point (optimal division point) suitable for dividing the video data from the overlapping sections. The division points suitable for dividing the video data are, for example, scene change locations and locations where the relevance of successive frames is lower than a threshold value. Therefore, the detection unit 402 sets the optimum division points when these portions are extracted.

通知部403は、検出部402によって検出された分割点と、分割点にかかる映像データを符号化部401によって符号化した後のデータ量とを、前段の区間の符号化処理をおこなう符号化処理部220へ符号化終了地点に関する情報として通知する。以上が最適分割点の通知に関する処理となる。   The notification unit 403 performs an encoding process for performing the encoding process of the preceding section on the division point detected by the detection unit 402 and the data amount after the video data relating to the division point is encoded by the encoding unit 401. This is notified to the unit 220 as information related to the encoding end point. The above is the process related to the notification of the optimal division point.

そして、受付部404は、任意の区間の後段の区間から、当該区間との重複区間の中の映像データの分割に適した分割点と、分割点のデータ量との通知を受け付ける。すなわち、ここで受け付けた通知は、後段の区間の検出部402および通知部403によって実行された最適分割点の通知に関する処理結果である。   Then, the reception unit 404 receives a notification of a division point suitable for dividing video data in a section overlapping with the section and a data amount of the division point from a subsequent stage of the arbitrary section. That is, the notification received here is a processing result related to the notification of the optimal division point executed by the detection unit 402 and the notification unit 403 in the subsequent section.

制御部405は、符号化部401による符号化を、受付部404によって受け付けた前記分割点で終了させるとともに、分割点の符号化後のデータ量を通知されたデータ量に近似するように制御する。このように分割点前後のデータ量に差がないように調整することによって、符号化済みの映像データを再生させる際に、画質差の少ない滑らかな映像にみせることができる。以上が最適分割点に関する情報を反映させる処理となる。   The control unit 405 ends the encoding by the encoding unit 401 at the division point received by the reception unit 404 and controls the data amount after encoding of the division point to approximate the notified data amount. . Thus, by adjusting so that there is no difference in the data amount before and after the division point, when reproducing the encoded video data, it is possible to show a smooth video with little difference in image quality. The above is the process for reflecting the information regarding the optimum division point.

なお、上述の処理を各符号化処理部220によって並列して実行させる際に、先頭区間と、最終区間との映像データが入力された符号化処理部220のみ、例外的な処理となる。   Note that when the above-described processing is executed in parallel by the encoding processing units 220, only the encoding processing unit 220 to which video data of the first section and the last section is input is an exceptional process.

具体的には、先頭区間が入力された符号化処理部220は、検出部402による分割点の検出処理をおこなわない。また、最終区間が入力された符号化処理部220は、受付部404による通知の受け付けをおこなわない。   Specifically, the encoding processing unit 220 to which the head section is input does not perform the division point detection processing by the detection unit 402. In addition, the encoding processing unit 220 to which the last section has been input does not accept the notification by the accepting unit 404.

また、分割処理部210は、基本的には、重複区間が発生するように各区間の分割をおこなえばよいが、好ましくは、区間群の中の任意の一区間を等分した場合の前半部分が前段の区間との重複区間となり、後半部分が後段の区間との重複区間となるように前記映像データを分割する。   In addition, the division processing unit 210 basically only needs to divide each section so that overlapping sections are generated, but preferably, the first half part when any one section in the section group is equally divided The video data is divided so that is an overlapping section with the preceding section, and the latter half is an overlapping section with the following section.

なお、図2、4では分割処理部210、符号化処理部220、結合処理部230をそれぞれ独立した装置によって実現しているが、同一装置内に各処理部210〜230に相当する機能部を備えた符号化処理装置として提供してもよい。このような場合も当然のことながら、符号化処理部220は複数個配置され、並列に処理をおこなうものとする。   2 and 4, the division processing unit 210, the encoding processing unit 220, and the combination processing unit 230 are realized by independent devices, but functional units corresponding to the processing units 210 to 230 are included in the same device. You may provide as an encoding processing apparatus provided. In such a case, as a matter of course, a plurality of encoding processing units 220 are arranged to perform processing in parallel.

(映像データの加工処理)
つぎに、最適分割点を用いて映像データを符号化済みの映像データとして出力する際の具体的な加工処理について説明する。図5は、符号化処理におけるデータの加工処理を示す説明図である。ここでは、一例として符号化処理部1〜6の計6個の符号化処理部220によって実行される符号化処理分散システム200について説明する。
(Processing of video data)
Next, specific processing when the video data is output as encoded video data using the optimum division point will be described. FIG. 5 is an explanatory diagram showing data processing in the encoding process. Here, as an example, a description will be given of an encoding processing distribution system 200 that is executed by a total of six encoding processing units 220 of the encoding processing units 1 to 6.

図5のように、符号化処理対象となる映像データ500は、まず、分割処理部210によって区間1〜区間6の区間データ群510に分割される。このとき、分割処理部210では、後段の符号化処理部220によって最適分割点の検出処理がおこなわれることを考慮した分割処理をおこなう。たとえば、時間方向分散で固定区間長に分割するなど、可能な限り単純な方式で分割することが望ましい。   As shown in FIG. 5, video data 500 to be encoded is first divided into section data groups 510 of section 1 to section 6 by the division processing unit 210. At this time, the division processing unit 210 performs a division process in consideration that the optimum division point detection process is performed by the subsequent encoding processing unit 220. For example, it is desirable to divide by a simple method as much as possible, such as dividing into fixed section lengths by time direction dispersion.

また、上述したように、分割処理部210は、前後の区間の一部分が重複するように分割する。このとき、最も好ましくは、図5の区間データ群510のように、先頭区間である区間1の前半部分と、最終区間である区間6の後半部分以外は、すべて前後の区間同士の重複区間となるように分割する。区間データ群510のような分割をおこなうことによって、一部分(区間1の前半部分と、区間6の後半部分)を除いてすべての区間を最適分割点の検出対象とすることができる。   Further, as described above, the division processing unit 210 performs division so that a part of the preceding and following sections overlap. At this time, most preferably, as in the section data group 510 of FIG. 5, all the sections other than the first half of the first section and the second half of the last section 6 are overlapped sections. Divide so that By performing division like the section data group 510, all sections except for a part (the first half part of the section 1 and the second half part of the section 6) can be detected as the optimum division points.

符号化処理部220では、分散された各区間データに対してそれぞれ符号化処理を施す。そして、符号化処理部220では、符号化処理と平行して、最適分割点検出区間Sの前半部分について、映像データの分割に最適な位置の検出をおこなう。ここで検出された位置を最適分割点Pとよぶ。   The encoding processing unit 220 performs an encoding process on each distributed section data. In parallel with the encoding process, the encoding processing unit 220 detects the optimum position for dividing the video data in the first half of the optimum dividing point detection section S. The position detected here is called the optimum dividing point P.

検出対象区間データ群520は、符号化処理部220(1〜6)による検出結果と通知結果をあらわしている。各符号化処理部220において最適分割点Pが検出されると、その最適分割点の位置情報とデータ量をその直前の区間を担当している符号化処理部に通知する。検出対象区間データ群520では、検出した最適分割点Pを☆であらわし、通知された最適分割点Pを★であらわしている。   The detection target section data group 520 represents a detection result and a notification result by the encoding processing unit 220 (1 to 6). When the optimum dividing point P is detected in each encoding processing unit 220, the position information and the data amount of the optimum dividing point are notified to the encoding processing unit in charge of the immediately preceding section. In the detection target section data group 520, the detected optimum division point P is represented by ☆, and the notified optimum division point P is represented by ★.

最適分割点Pが通知された符号化処理部220は、通知された最適分割点Pにつながる結合点(図中の★)付近の符号化をおこなう際に、符号化後のデータ量が通知されたデータ量にできるだけ近づけられるよう量子化パラメータなどを調整し符号化する。なお、結合点を符号化するまでには対応する最適分割点Pの符号化を終了させていないと、待ち時間が発生してしまう。したがって、各符号化処理部220(1〜6)の処理性能は、等しいことが望ましい。当然のことながら、結合点以降は、後段の符号化処理部220の符号化データを用いるため最適分割点P以降の区間にある映像データの符号化は不要となる。   The encoding processing unit 220 that has been notified of the optimal division point P is notified of the amount of data after encoding when performing the encoding in the vicinity of the connection point (★ in the figure) connected to the notified optimal division point P. Encoding is performed by adjusting quantization parameters and the like so as to be as close to the data amount as possible. If encoding of the corresponding optimum division point P is not finished before encoding the coupling point, a waiting time occurs. Therefore, it is desirable that the processing performance of each encoding processing unit 220 (1 to 6) is equal. As a matter of course, since the encoded data of the encoding processing unit 220 at the subsequent stage is used after the coupling point, it is not necessary to encode the video data in the section after the optimum division point P.

また、検出対象区間データ群520の中の区間3では、区間2との重複区間から最適分割点Pを検出することができなかった。このような場合は、区間4に対する符号化の初期状態における情報をあらかじめ区間2の符号化処理部220に設定しておくことによって区間2の終端部分と区間4の先頭部分を結合することができる。   Further, in the section 3 in the detection target section data group 520, the optimum division point P cannot be detected from the section overlapping with the section 2. In such a case, the information in the initial state of encoding for the section 4 is set in the encoding processing unit 220 of the section 2 in advance, so that the end part of the section 2 and the head part of the section 4 can be combined. .

したがって、検出対象区間データ群520を検出された最適分割点Pを結合点として各区間を並べると区間データ群530のようになる。そして、区間データ群530の白抜き部分のデータを結合することによって符号化済み映像データ540が生成される。   Therefore, when the sections are arranged using the optimum division point P from which the detection target section data group 520 is detected as a coupling point, the section data group 530 is obtained. Then, the encoded video data 540 is generated by combining the data of the white portions of the section data group 530.

(符号化処理の手順)
つぎに、図5にて説明したようなデータ加工を行うための区間ごとの符号化処理の手順について説明する。図6は、区間ごとのフレーム構成を示す説明図である。図6の区間3の映像データ600のように、各区間の映像データは、フレーム601〜605によって構成されている。これらフレームのうち、先頭フレーム601と、中間フレーム603と、最終フレーム605とは、映像データから一意的に抽出することができるが、最適分割点フレーム602、604は、後述する最適分割点の検出によって決定するフレームである。
(Encoding procedure)
Next, the procedure of the encoding process for each section for performing data processing as described in FIG. 5 will be described. FIG. 6 is an explanatory diagram showing a frame configuration for each section. Like the video data 600 of the section 3 in FIG. 6, the video data of each section is composed of frames 601 to 605. Among these frames, the first frame 601, the intermediate frame 603, and the last frame 605 can be uniquely extracted from the video data, but optimum division point frames 602 and 604 are detection of optimum division points described later. This is a frame determined by

図7は、区間ごとの符号化処理の手順を示すフローチャートである。なお、ここでは、複数の符号化処理部220の中の区間3の映像データを処理する場合について説明するが、他の符号化処理部220についても同様の処理がおこなわれる。   FIG. 7 is a flowchart showing the procedure of the encoding process for each section. Here, a case will be described in which video data in section 3 among a plurality of encoding processing units 220 is processed, but the same processing is performed for other encoding processing units 220.

図7のフローチャートにおいて、まず、対象区間のデータを読み込み(ステップS701)、読み込んだ区間のデータからさらに、先頭フレームおよび最終フレームの符号化条件を読み込む(ステップS702)ことによって、符号化条件を設定する。   In the flowchart of FIG. 7, first, the data of the target section is read (step S701), and the encoding conditions of the first frame and the last frame are further read from the data of the read section (step S702), thereby setting the encoding conditions. To do.

つぎに、先頭フレームから順番に符号化を施すため、フレーム番号をあらわすnを1に設定する(ステップS703)。そして、設定したnの番号に対応するフレームnに符号化を施す(ステップS704)。その後、フレームnにおいて、最適分割点が検出されたか否かを判断し(ステップS705)、最適分割点が検出された場合には(ステップS705:Yes)、検出された最適分割点が隣接するつぎの区間を符号化する符号化部に通知済みか否かを判断する(ステップS706)。   Next, in order to perform encoding sequentially from the first frame, n representing the frame number is set to 1 (step S703). Then, the frame n corresponding to the set number n is encoded (step S704). Thereafter, it is determined whether or not an optimal division point has been detected in frame n (step S705). If an optimal division point has been detected (step S705: Yes), the detected optimum division point is adjacent. It is determined whether or not notification has been made to the encoding unit that encodes the section (step S706).

ステップS706において、隣接するつぎの区間を符号化する符号化部にステップS705にて検出した最適分割点が通知されていなかった場合(ステップS706:No)、つぎの区間を符号化する符号化部へ最適分割点を通知し(ステップS707)、ステップS708の処理に移行する。一方、ステップS705にて、最適分割点が検出されなかった場合(ステップS705:No)、ステップS706において最適分割点が通知済みであった場合(ステップS706:Yes)には、ステップS707における最適分割点を通知せず、そのままステップS708の処理に移行する。   In step S706, when the optimal division point detected in step S705 is not notified to the encoding unit that encodes the next adjacent section (step S706: No), the encoding unit that encodes the next section. Is notified of the optimum division point (step S707), and the process proceeds to step S708. On the other hand, if the optimum division point is not detected in step S705 (step S705: No), or if the optimum division point has been notified in step S706 (step S706: Yes), the optimum division point in step S707 is obtained. The point is not notified, and the process directly proceeds to step S708.

フレームnにおいて最適分割点が検出されなかった場合(ステップS705:No)、もしくは検出された最適分割点の通知が済んでいる場合(ステップS706:YesまたはステップS707完了)に、中間フレームまでの符号化が終了したか否かを判断する(ステップS708)。中間フレームとは、対象区間を構成する総フレーム数の1/2枚目のフレームを意味する。中間フレームまでの符号化が終了していない場合には(ステップS708:No)、nをインクリメントし(ステップS709)、つぎのフレームnに関してステップS704からの処理をおこなう。   If the optimum division point is not detected in frame n (step S705: No), or if the detected optimum division point has been notified (step S706: Yes or step S707 is completed), the codes up to the intermediate frame It is determined whether or not conversion is completed (step S708). The intermediate frame means a frame that is ½ of the total number of frames constituting the target section. If the encoding up to the intermediate frame has not been completed (step S708: No), n is incremented (step S709), and the processing from step S704 is performed on the next frame n.

ステップS708において、中間フレームまでの符号化が終了すると(ステップS708:Yes)、現在処理中の対象区間において最適分割点がつぎの区間へ通知済みか否かを判断する(ステップS710)。ここで、最適分割点をつぎの区間へ通知している場合には(ステップS710:Yes)、そのままステップS712の処理に移行する。一方、通知していない場合には(ステップS710:No)、処理中の対象区間の前半部分には最適分割点がないと判断され、つぎの区間へ最適分割点なしと通知し(ステップS711)、その後、ステップS712の処理に移行する。   In step S708, when encoding up to the intermediate frame is completed (step S708: Yes), it is determined whether or not the optimum division point has been notified to the next section in the current section being processed (step S710). Here, when the optimal division point is notified to the next section (step S710: Yes), the process proceeds to step S712 as it is. On the other hand, if not notified (step S710: No), it is determined that there is no optimal division point in the first half of the target section being processed, and the next section is notified that there is no optimal division point (step S711). Thereafter, the process proceeds to step S712.

ステップS712からは、中間フレーム603以降のフレームに関する符号化処理について説明している。まず、前の区間(ここでは区間2)からの通知があったか否かを判断する(ステップS712)。ここで、区間2からの通知を受け付けるまで待ち(ステップS712:Noのループ)、通知を受け付けると(ステップS712:Yes)、中間フレーム603のつぎのフレームをフレームmに設定し(ステップS713)、フレームmに符号化を施す(ステップS714)。   From step S712, encoding processing regarding frames subsequent to the intermediate frame 603 is described. First, it is determined whether or not there is a notification from the previous section (section 2 in this case) (step S712). Here, it waits until the notification from the section 2 is accepted (step S712: No loop). When the notification is accepted (step S712: Yes), the next frame of the intermediate frame 603 is set as the frame m (step S713). Encoding is performed on the frame m (step S714).

その後、ステップS712によって通知された最適分割点のフレーム604までを符号化したか否かを判断する(ステップS715)。なお、ステップS712において区間2から最適分割点なしと通知された場合には、最終フレーム605が最適分割点のフレーム604として判断をおこなう。   Thereafter, it is determined whether or not the frames up to the optimal division point frame 604 notified in step S712 have been encoded (step S715). If it is notified from section 2 that there is no optimal division point in step S712, the final frame 605 is determined as the frame 604 of the optimal division point.

ステップS715において、最適分割点のフレーム604まで符号化されていないと判断された場合(ステップS715:No)、フレームmをインクリメントして(ステップS716)、ステップS714の処理に戻り、つぎのフレームmに対して符号化を施す。ステップS715において、最適分割点のフレーム604まで符号化されたと判断されると(ステップS715:Yes)、そのまま一連の符号化処理を終了する。   If it is determined in step S715 that the frame up to the optimal division point frame 604 has not been encoded (step S715: No), the frame m is incremented (step S716), and the process returns to step S714 to return to the next frame m. Is encoded. In step S715, if it is determined that the frames up to the optimal division point frame 604 have been encoded (step S715: Yes), the series of encoding processing ends.

以上説明したように、符号化処理部220では、符号化とともに最適分割点の検出や、最適分割点の通知に応じた処理制御をおこなうことによって、前後の区間の結合が容易なように調整された符号化映像データを生成することができる。   As described above, in the encoding processing unit 220, adjustment of the preceding and following sections is facilitated by performing processing control according to the detection of the optimal dividing point and the notification of the optimal dividing point together with the encoding. Encoded video data can be generated.

つぎに、上述した符号化処理部220を利用した分散処理システムの具体的な構成例について説明する。以下説明する分散処理システムを構成する各装置は、いずれも上述した分割処理部210、符号化処理部220および結合処理部230の処理を適用したものである。なお、以下図8、9を用いて説明する実施例1、2では、符号化前データを実線、符号化済みデータを破線によってあらわす。   Next, a specific configuration example of a distributed processing system using the above-described encoding processing unit 220 will be described. Each of the devices constituting the distributed processing system described below applies the processing of the above-described division processing unit 210, encoding processing unit 220, and combination processing unit 230. In the first and second embodiments described below with reference to FIGS. 8 and 9, the pre-encoding data is represented by a solid line and the encoded data is represented by a broken line.

(実施例1)
まず、実施例1の構成について説明する。図8は、実施例1における分散処理システムの構成を示す説明図である。実施例1では、1台の装置によって各符号化装置への処理の分散を集中して管理する構成になっている。図8のように、分散処理システム800は、映像データDB810と、分散処理管理装置820と、6台の符号化処理装置830(830−1〜830−6)と、符号化済み映像データDB840とを含んでいる。
Example 1
First, the configuration of the first embodiment will be described. FIG. 8 is an explanatory diagram illustrating a configuration of the distributed processing system according to the first embodiment. In the first embodiment, a single apparatus is configured to centrally manage the distribution of processing to each encoding apparatus. As shown in FIG. 8, the distributed processing system 800 includes a video data DB 810, a distributed processing management device 820, six encoding processing devices 830 (830-1 to 830-6), and an encoded video data DB 840. Is included.

分散処理管理装置820は、映像データDB810から符号化処理対象となる映像データを取得すると、6つの区間に分割する。ここでおこなわれる分割は上述した分割処理部210における分割と同様の処理となる。   When the distributed processing management device 820 acquires the video data to be encoded from the video data DB 810, it divides it into six sections. The division performed here is the same processing as the division in the division processing unit 210 described above.

そして、分散処理管理装置820は、分割した区間データを符号化処理装置830に分散する。このとき、分散処理管理装置820は、符号化処理装置830の各装置がどの区間の処理を担当しているかを区間の前後関係とともに記録しておく。   Then, the distributed processing management device 820 distributes the divided section data to the encoding processing device 830. At this time, the distributed processing management apparatus 820 records which section each unit of the encoding processing apparatus 830 is in charge of along with the section context.

符号化処理装置830(830−1〜830−6)では、上述した符号化処理部220と同様の処理をおこなう。なお、検出した最適分割点を通知する際には、前の区間の処理を担当する符号化処理装置830へ直接通知せずに、分散処理管理装置820に通知する。したがって、最適分割点の通知を受け付ける際も、後ろの区間の処理を担当する符号化処理装置830ではなく、分散処理管理装置820から通知を受け付ける。   The encoding processing device 830 (830-1 to 830-6) performs the same processing as that of the encoding processing unit 220 described above. In addition, when notifying the detected optimum division point, the distributed processing management device 820 is notified without directly reporting to the encoding processing device 830 in charge of the processing of the previous section. Therefore, also when receiving the notification of the optimal division point, the notification is received from the distributed processing management device 820 instead of the encoding processing device 830 that is in charge of the processing of the subsequent section.

また、符号化処理装置830によって符号化処理が終了した区間ごとの符号化済み映像データも、分散処理管理装置820へ送信される。したがって、分散処理管理装置820は、符号化処理装置830(830−1〜830−6)から符号化済み映像データを受け付け、上述した結合処理部230と同様の処理によって符号化済み映像データを生成し、符号化済み映像データDB840に格納することができる。   In addition, encoded video data for each section for which the encoding processing has been completed by the encoding processing device 830 is also transmitted to the distributed processing management device 820. Therefore, the distributed processing management device 820 receives encoded video data from the encoding processing device 830 (830-1 to 830-6), and generates encoded video data by the same processing as the above-described combination processing unit 230. The encoded video data DB 840 can be stored.

(実施例2)
つぎに、実施例2の構成について説明する。図9は、実施例2における分散処理システムの構成を示す説明図である。実施例2では、実施例1のような独立した管理装置を持たず、個々の符号化装置が映像データの中のどの区間を処理しているかを判断する。
(Example 2)
Next, the configuration of the second embodiment will be described. FIG. 9 is an explanatory diagram illustrating a configuration of a distributed processing system according to the second embodiment. The second embodiment does not have an independent management device as in the first embodiment, and determines which section of the video data is being processed by each encoding device.

分散処理システム900は、映像データDB810と、分割処理装置910と、6台の符号化処理装置920(920−1〜920−6)と、結合処理装置930と、符号化済み映像データDB840とを含んでいる。このとき、6台の符号化処理装置920(920−1〜920−6)は、それぞれ前後の符号化処理装置920と接続されている。   The distributed processing system 900 includes a video data DB 810, a division processing device 910, six encoding processing devices 920 (920-1 to 920-6), a combined processing device 930, and an encoded video data DB 840. Contains. At this time, the six encoding processing devices 920 (920-1 to 920-6) are connected to the preceding and following encoding processing devices 920, respectively.

分割処理装置910は、映像データDB810から符号化処理対象となる映像データを取得すると、6つの区間に分割して符号化処理装置920に分散する。このとき、分散した各区間データには、映像データを構成するどの区間であるかを判別させる情報が付加されている。   When the division processing device 910 acquires the video data to be encoded from the video data DB 810, the division processing device 910 divides the video data into six sections and distributes them to the encoding processing device 920. At this time, information for determining which section constitutes the video data is added to each distributed section data.

符号化処理装置920(920−1〜920−6)では、上述した符号化処理部220と同様の処理をおこなう。なお、検出した最適分割点を通知する際には、前の区間の処理を担当する符号化処理装置920へ自装置のあらわす情報(たとえば、装置のアドレスや識別子)とともに直接通知する。また、符号化処理装置920は、後ろの区間の処理を担当する符号化処理装置920から直接分割点に関する情報の通知を受け付ける。   The encoding processing device 920 (920-1 to 920-6) performs the same processing as that of the encoding processing unit 220 described above. When the detected optimum division point is notified, it is directly notified to the encoding processing device 920 in charge of processing of the previous section together with information (for example, the device address and identifier) represented by the device itself. In addition, the encoding processing device 920 receives a notification of information related to the division point directly from the encoding processing device 920 that is in charge of processing of the subsequent section.

そして、符号化処理装置920によって符号化処理が終了すると、区間ごとの符号化済み映像データは、結合処理装置930へ送信される。そして、結合処理装置930は、上述した結合処理部230と同様の処理によって符号化済み映像データを生成し、符号化済み映像データDB840に格納することができる。   When the encoding processing device 920 completes the encoding processing, the encoded video data for each section is transmitted to the combination processing device 930. Then, the combination processing device 930 can generate encoded video data by the same process as the above-described combination processing unit 230 and store the encoded video data in the encoded video data DB 840.

以上説明したように、本実施の形態によれば、すべての符号化処理部220にて符号化処理が完了すると、結合処理部230にて最適分割点を基準に区間ごとの符号化済みデータが結合され、入力された映像データに対応する符号化済み映像データが生成される。したがって、再符号化を必要としないため、大容量データを扱っても処理効率が大きく落ちることはない。また符号化処理部220となる演算環境が比較的容易に用意できるため、幅広いシステムに適用することができる。   As described above, according to the present embodiment, when the encoding processing is completed in all the encoding processing units 220, the combined processing unit 230 stores encoded data for each section based on the optimum division point. The combined video data corresponding to the input video data is generated. Therefore, since re-encoding is not required, the processing efficiency does not drop greatly even when a large amount of data is handled. In addition, since the calculation environment serving as the encoding processing unit 220 can be prepared relatively easily, it can be applied to a wide range of systems.

なお、本実施の形態で説明した符号化処理方法は、あらかじめ用意されたプログラムをパーソナル・コンピュータやワークステーションなどのコンピュータで実行することにより実現することができる。このプログラムは、磁気ディスク、フレキシブルディスク、CD−ROM、MO、DVDなどのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。またこのプログラムは、インターネットなどのネットワークを介して配布することが可能な媒体であってもよい。   Note that the encoding processing method described in the present embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. This program is recorded on a computer-readable recording medium such as a magnetic disk, a flexible disk, a CD-ROM, an MO, and a DVD, and is executed by being read from the recording medium by the computer. The program may be a medium that can be distributed via a network such as the Internet.

また、本実施の形態で説明した符号化処理分散システム200を構成する各装置210〜230は、スタンダードセルやストラクチャードASIC(Application Specific Integrated Circuit)などの特定用途向けIC(以下、単に「ASIC」と称す。)やFPGAなどのPLD(Programmable Logic Device)によっても実現することができる。具体的には、たとえば、上述した分割処理部210、符号化処理部220および結合処理部230の機能をHDL記述によって機能定義し、そのHDL記述を論理合成してASICやPLDに与えることにより、符号化処理分散システム200の機能を満たす符号化処理装置を製造することができる。   In addition, each of the devices 210 to 230 included in the coding processing distribution system 200 described in the present embodiment is an application specific IC (hereinafter simply referred to as “ASIC”) such as a standard cell or a structured specific integrated circuit (ASIC). And PLD (Programmable Logic Device) such as FPGA. Specifically, for example, by defining the functions of the above-described division processing unit 210, encoding processing unit 220, and combination processing unit 230 by HDL description, logically synthesizing the HDL description and giving it to the ASIC or PLD, An encoding processing apparatus that satisfies the functions of the encoding processing distribution system 200 can be manufactured.

上述した実施の形態に関し、さらに以下の付記を開示する。   The following additional notes are disclosed with respect to the embodiment described above.

(付記1)符号化対象となる映像データの一部を符号化する符号化処理装置であって、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の部分映像データについて、先頭から符号化する符号化手段と、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出手段と、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する通知手段と、
を備えることを特徴とする符号化処理装置。
(Supplementary note 1) An encoding processing device for encoding a part of video data to be encoded,
For the partial video data in the second section, in the video data, any frame from the beginning to the end of the first section is the first frame, and any frame after the end is the end frame. Encoding means for encoding from the beginning;
Detecting means for detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection unit and the data amount after the encoding of the video data of the division point by the encoding unit are used as information regarding the end of encoding in the first section, as the first segment. Notifying means for notifying other encoding processing devices that execute encoding of the video data of the section;
An encoding processing apparatus comprising:

(付記2)前記映像データの中の、前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する他の符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段と、
を備えることを特徴とする付記1に記載の符号化処理装置。
(Supplementary note 2) An arbitrary frame from the end of the first section to the end of the second section in the video data is set as a first frame, and an arbitrary frame after the end of the second section From another encoding processing device that performs encoding of video data in the third section, with the last frame as the end frame, the video data in the overlapping section between the third section and the second section Receiving means for receiving notification of a division point suitable for division and a data amount of the division point;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling so that the data amount after encoding of the division point is approximated to the notified data amount.
The encoding processing device according to supplementary note 1, comprising:

(付記3)前記検出手段は、前記映像データの中の先頭区間の映像データが入力された場合、前記分割点の検出機能を停止させることを特徴とする付記1または2に記載の符号化処理装置。 (Supplementary note 3) The encoding process according to Supplementary note 1 or 2, wherein the detection means stops the division point detection function when video data of a head section in the video data is input. apparatus.

(付記4)前記受付手段は、前記映像データの中の末尾区間の映像データが入力された場合、前記第3の区間と前記第2の区間との重複区間の中の前記映像データの分割に適した分割点と、当該分割点のデータ量との通知の受付機能を停止することを特徴とする付記2または3に記載の符号化処理装置。 (Supplementary Note 4) When the video data of the last section in the video data is input, the reception unit is configured to divide the video data in an overlapping section of the third section and the second section. 4. The encoding processing apparatus according to appendix 2 or 3, wherein a reception function of notification of a suitable division point and a data amount of the division point is stopped.

(付記5)前記検出手段は、前記第2の区間と前記第1の区間との重複区間の映像データの中から映像データのシーンチェンジ箇所を分割点として検出することを特徴とする付記1〜4のいずれか一つに記載の符号化処理装置。 (Additional remark 5) The said detection means detects the scene change location of video data as a division | segmentation point from the video data of the overlapping area of the said 2nd area and the said 1st area. 5. The encoding processing device according to any one of 4.

(付記6)前記検出手段は、前記第2の区間と前記第1の区間との重複区間の映像データの中から連続するフレームの関連性がしきい値よりも低い箇所を分割点として検出することを特徴とする付記1〜4のいずれか一つに記載の符号化処理装置。 (Additional remark 6) The said detection means detects the location where the relevance of a continuous flame | frame is lower than a threshold value from the video data of the overlapping area of the said 2nd area and the said 1st area as a dividing point. The encoding processing device according to any one of appendices 1 to 4, characterized in that:

(付記7)符号化対象となる映像データの一部を符号化する符号化処理装置であって、
前記映像データの中の、第1の区間の先頭から末尾までに中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の部分映像データについて先頭から符号化する符号化手段と、
前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する他の符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段と、
を備えることを特徴とする符号化処理装置。
(Supplementary note 7) An encoding processing apparatus for encoding a part of video data to be encoded,
The first partial video data in the second section in which the first frame is an arbitrary frame from the beginning to the end of the first section, and the arbitrary frame after the end is the end frame. Encoding means for encoding from:
An arbitrary frame from the end of the first interval to the end of the second interval is a first frame, and an arbitrary frame after the end of the second interval is an end frame. A division point suitable for dividing the video data in an overlapping section of the third section and the second section from another encoding processing device that performs encoding of the video data, and the division point Receiving means for receiving notification of the amount of data;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling so that the data amount after encoding of the division point is approximated to the notified data amount.
An encoding processing apparatus comprising:

(付記8)符号化対象となる映像データの一部を符号化するコンピュータを、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の映像データについて、先頭から符号化する符号化手段、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出手段、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する通知手段、
として機能させることを特徴とする符号化処理プログラム。
(Supplementary note 8) A computer for encoding a part of video data to be encoded,
In the video data of the second section, the arbitrary frame from the beginning to the end of the first section in the video data is the first frame, and the arbitrary frame after the end is the end frame. Encoding means for encoding from
Detecting means for detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection unit and the data amount after the encoding of the video data of the division point by the encoding unit are used as information regarding the end of encoding in the first section, as the first segment. Notification means for notifying other encoding processing devices that perform encoding of the video data of the section;
An encoding processing program characterized in that it is made to function as:

(付記9)前記映像データの中の、前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付手段、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段、
として機能させることを特徴とする付記8に記載の符号化処理プログラム。
(Supplementary Note 9) An arbitrary frame from the end of the first section to the end of the second section in the video data is set as a first frame, and an arbitrary frame after the end of the second section From the encoding processing device that performs encoding of the video data of the third section, with the last frame as the end frame, for dividing the video data in the overlapping section of the third section and the second section Receiving means for receiving notification of a suitable dividing point and the amount of data of the dividing point;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling the data amount after encoding at the division point to be approximate to the notified data amount.
The encoding processing program according to appendix 8, wherein the encoding processing program is made to function as:

(付記10)符号化対象となる映像データの一部を符号化するコンピュータが、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の映像データについて、先頭から符号化する符号化工程と、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出工程と、
前記検出工程によって検出された分割点と、前記符号化工程による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する符号化処理装置へ通知する通知工程と、
を含むことを特徴とする符号化処理方法。
(Additional remark 10) The computer which encodes a part of video data used as encoding object,
In the video data of the second section, the arbitrary frame from the beginning to the end of the first section in the video data is the first frame, and the arbitrary frame after the end is the end frame. An encoding process for encoding from:
A detection step of detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection step and the amount of data after encoding of the video data at the division point by the encoding step are used as information regarding the end of encoding in the first section, A notification step of notifying an encoding processing device that performs encoding of video data in a section;
An encoding processing method comprising:

(付記11)前記映像データの中の、前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する他の符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付工程と、
前記受付工程にて、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する符号化処理制御工程と、
を含むことを特徴とする付記10に記載の符号化処理方法。
(Supplementary Note 11) An arbitrary frame from the end of the first section to the end of the second section in the video data is set as a first frame, and an arbitrary frame after the end of the second section From another encoding processing device that performs encoding of video data in the third section, with the last frame as the end frame, the video data in the overlapping section between the third section and the second section A reception step for receiving notification of a division point suitable for division and a data amount of the division point;
When the notification of the division point suitable for dividing the video data and the data amount of the division point is received in the reception step, the encoding of the video data of the second section by the encoding unit is performed. An encoding process control step that terminates at the division point received by the reception unit and controls the data amount after encoding of the division point to be approximate to the notified data amount;
The encoding processing method according to appendix 10, characterized by comprising:

(付記12)符号化対象となる映像データを取得した分散処理装置が前記映像データの符号化を複数の符号化処理装置に分散処理させる符号化処理分散システムであって、
前記分散処理装置は、
前記映像データの中の連続する区間のうち、後段の区間は、前段の区間の映像データの先頭から末尾までの中の任意のフレームを先頭フレーム、前記末尾以降の任意のフレームを末尾フレームとして、前後の区間の映像データが一部分重複するように分割し、各区間の映像データをそれぞれ異なる符号化処理装置へ提供する分割手段と、
前記異なる符号化処理装置によって符号化された区間の映像データ群を結合して一つの符号化映像データを生成する結合手段と、
前記複数の符号化処理装置から受信した情報を指定された他の符号化処理装置へ通知する通知手段と、を備え、
前記符号化処理装置は、
前記分割手段によって分割された区間群の中の任意の区間の映像データが入力され、当該区間の映像データを先頭から符号化する符号化手段と、
前記任意の区間と、該任意の区間の前段の区間との重複区間の映像データの中から、映像データの分割に適した分割点を検出する検出手段と、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記分散処理装置へ送信して、該分散処理装置の前記通知手段により該任意の区間の前段の区間の映像データが入力された符号化処理手段へ通知させる通知手段と、
前記任意の区間と後段の区間との重複区間の映像データの中から映像データの分割に適した分割点と、当該分割点のデータ量との通知を前記分散処理装置から受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による符号化を、前記受付手段によって受け付けた前記分割点で終了させるとともに、前記分割点の映像データの符号化後のデータ量を前記通知されたデータ量に近似させるように制御する制御手段と、
を備えることを特徴とする符号化処理分散システム。
(Supplementary note 12) An encoding processing distribution system in which a distributed processing device that has acquired video data to be encoded causes a plurality of encoding processing devices to distribute the encoding of the video data,
The distributed processing apparatus includes:
Of the consecutive sections in the video data, the latter section is an arbitrary frame from the beginning to the end of the previous section video data as the first frame, and an arbitrary frame after the end is the last frame, Dividing means for dividing the video data of the preceding and following sections so as to partially overlap, and providing the video data of each section to different encoding processing devices,
Combining means for combining the video data groups of the sections encoded by the different encoding processing devices to generate one encoded video data;
Notification means for notifying other designated encoding processing devices of information received from the plurality of encoding processing devices,
The encoding processing device includes:
Encoding means for inputting video data of an arbitrary section in the section group divided by the dividing means, and encoding the video data of the section from the beginning;
Detecting means for detecting a division point suitable for dividing video data from video data in an overlapping section between the arbitrary section and a preceding section of the arbitrary section;
The division point detected by the detection means and the amount of data after encoding of the video data of the division point by the encoding means are transmitted to the distributed processing device, and the notification means of the distributed processing device Notification means for notifying the encoding processing means to which the video data of the preceding stage of the arbitrary section is input;
Receiving means for receiving notification from the distributed processing device of a division point suitable for dividing video data from video data of an overlapping section between the arbitrary section and a subsequent section, and a data amount of the division point;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, encoding by the encoding unit is terminated at the division point received by the reception unit. And control means for controlling the encoded data amount of the video data at the division points to approximate the notified data amount;
An encoding processing distribution system comprising:

(付記13)前記分割手段は、前記任意の区間を等分した前半区間が前記後段の区間との重複区間の映像データとなり、後半区間が前記後段の区間との重複区間の映像データとなるように分割することを特徴とする付記12に記載の符号化処理分散システム。 (Additional remark 13) The said division | segmentation means makes the first half area which equally divided the said arbitrary sections become the video data of an overlapping section with the said latter section, and becomes a video data of the overlapping section with the said latter section of the latter half section. The encoding processing distribution system according to attachment 12, wherein the encoding processing distribution system is divided into two.

本実施の形態にかかる符号化処理分散の概要を示す説明図である。It is explanatory drawing which shows the outline | summary of the encoding process distribution concerning this Embodiment. 符号化処理分散システムの構成例を示す説明図である。It is explanatory drawing which shows the structural example of an encoding process distribution system. 符号化処理部のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of an encoding process part. 符号化処理部の機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of an encoding process part. 符号化処理におけるデータの加工処理を示す説明図である。It is explanatory drawing which shows the data process in an encoding process. 区間ごとのフレーム構成を示す説明図である。It is explanatory drawing which shows the frame structure for every area. 区間ごとの符号化処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the encoding process for every area. 実施例1における分散処理システムの構成を示す説明図である。1 is an explanatory diagram illustrating a configuration of a distributed processing system in Embodiment 1. FIG. 実施例2における分散処理システムの構成を示す説明図である。FIG. 10 is an explanatory diagram illustrating a configuration of a distributed processing system according to a second embodiment. 空間方向分割による映像データの分割処理を示す説明図である。It is explanatory drawing which shows the division | segmentation process of the video data by a space direction division | segmentation. 時間方向分割による映像データの分割処理を示す説明図である。It is explanatory drawing which shows the division | segmentation process of the video data by a time direction division | segmentation.

符号の説明Explanation of symbols

200 符号化処理分散システム
201 符号化対象映像データ
202 符号化済み映像データ
210 分割処理部
220 符号化処理部
230 総合処理部
401 符号化部
402 検出部
403 通知部
404 受付部
405 制御部
200 Encoding processing distribution system 201 Encoding target video data 202 Encoded video data 210 Division processing unit 220 Encoding processing unit 230 General processing unit 401 Encoding unit 402 Detection unit 403 Notification unit 404 Reception unit 405 Control unit

Claims (8)

符号化対象となる映像データの一部を符号化する符号化処理装置であって、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の部分映像データについて、先頭から符号化する符号化手段と、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出手段と、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する通知手段と、
を備えることを特徴とする符号化処理装置。
An encoding processing device that encodes a part of video data to be encoded,
For the partial video data in the second section, in the video data, any frame from the beginning to the end of the first section is the first frame, and any frame after the end is the end frame. Encoding means for encoding from the beginning;
Detecting means for detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection unit and the data amount after the encoding of the video data of the division point by the encoding unit are used as information regarding the end of encoding in the first section, as the first segment. Notifying means for notifying other encoding processing devices that execute encoding of the video data of the section;
An encoding processing apparatus comprising:
前記映像データの中の、前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する他の符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段と、
を備えることを特徴とする請求項1に記載の符号化処理装置。
An arbitrary frame from the end of the first section to the end of the second section in the video data is set as a first frame, and an arbitrary frame after the end of the second section is set as a end frame. Suitable for dividing the video data in an overlapping section of the third section and the second section from another encoding processing device that performs encoding of the video data of the third section. Receiving means for receiving notification of the dividing point and the data amount of the dividing point;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling so that the data amount after encoding of the division point is approximated to the notified data amount.
The encoding processing apparatus according to claim 1, further comprising:
前記検出手段は、前記映像データの中の先頭区間の映像データが入力された場合、前記分割点の検出機能を停止させることを特徴とする請求項1または2に記載の符号化処理装置。   3. The encoding processing apparatus according to claim 1, wherein the detection unit stops the division point detection function when video data of a head section in the video data is input. 前記受付手段は、前記映像データの中の末尾区間の映像データが入力された場合、前記第3の区間と前記第2の区間との重複区間の中の前記映像データの分割に適した分割点と、当該分割点のデータ量との通知の受付機能を停止することを特徴とする請求項2または3に記載の符号化処理装置。   The reception means, when the video data of the last section in the video data is input, a dividing point suitable for dividing the video data in the overlapping section of the third section and the second section 4. The encoding processing device according to claim 2, wherein the function of accepting the notification of the division point data amount is stopped. 符号化対象となる映像データの一部を符号化するコンピュータを、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の映像データについて、先頭から符号化する符号化手段、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出手段、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する通知手段、
として機能させることを特徴とする符号化処理プログラム。
A computer that encodes a part of video data to be encoded,
In the video data of the second section, the arbitrary frame from the beginning to the end of the first section in the video data is the first frame, and the arbitrary frame after the end is the end frame. Encoding means for encoding from
Detecting means for detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection unit and the data amount after the encoding of the video data of the division point by the encoding unit are used as information regarding the end of encoding in the first section, as the first segment. Notification means for notifying other encoding processing devices that perform encoding of the video data of the section;
An encoding processing program characterized in that it is made to function as:
前記映像データの中の、前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付手段、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段、
として機能させることを特徴とする請求項5に記載の符号化処理プログラム。
An arbitrary frame in the video data from the end of the first section to the end of the second section is set as a head frame, and an arbitrary frame after the end of the second section is set as a end frame. A dividing point suitable for dividing the video data in an overlapping section of the third section and the second section from an encoding processing device that performs encoding of the video data of the third section And a receiving means for receiving notification of the data amount of the division point,
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling the data amount after encoding at the division point to be approximate to the notified data amount.
The encoding processing program according to claim 5, wherein the encoding processing program is made to function as:
符号化対象となる映像データの一部を符号化するコンピュータが、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の映像データについて、先頭から符号化する符号化工程と、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出工程と、
前記検出工程によって検出された分割点と、前記符号化工程による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する符号化処理装置へ通知する通知工程と、
を含むことを特徴とする符号化処理方法。
A computer that encodes a part of video data to be encoded,
In the video data of the second section, the arbitrary frame from the beginning to the end of the first section in the video data is the first frame, and the arbitrary frame after the end is the end frame. An encoding process for encoding from:
A detection step of detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection step and the amount of data after encoding of the video data at the division point by the encoding step are used as information regarding the end of encoding in the first section, A notification step of notifying an encoding processing device that performs encoding of video data in a section;
An encoding processing method comprising:
符号化対象となる映像データを取得した分散処理装置が前記映像データの符号化を複数の符号化処理装置に分散処理させる符号化処理分散システムであって、
前記分散処理装置は、
前記映像データの中の連続する区間のうち、後段の区間は、前段の区間の映像データの先頭から末尾までの中の任意のフレームを先頭フレーム、前記末尾以降の任意のフレームを末尾フレームとして、前後の区間の映像データが一部分重複するように分割し、各区間の映像データをそれぞれ異なる符号化処理装置へ提供する分割手段と、
前記異なる符号化処理装置によって符号化された区間の映像データ群を結合して一つの符号化映像データを生成する結合手段と、
前記複数の符号化処理装置から受信した情報を指定された他の符号化処理装置へ通知する通知手段と、を備え、
前記符号化処理装置は、
前記分割手段によって分割された区間群の中の任意の区間の映像データが入力され、当該区間の映像データを先頭から符号化する符号化手段と、
前記任意の区間と、該任意の区間の前段の区間との重複区間の映像データの中から、映像データの分割に適した分割点を検出する検出手段と、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記分散処理装置へ送信して、該分散処理装置の前記通知手段により該任意の区間の前段の区間の映像データが入力された符号化処理手段へ通知させる通知手段と、
前記任意の区間と後段の区間との重複区間の映像データの中から映像データの分割に適した分割点と、当該分割点のデータ量との通知を前記分散処理装置から受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による符号化を、前記受付手段によって受け付けた前記分割点で終了させるとともに、前記分割点の映像データの符号化後のデータ量を前記通知されたデータ量に近似させるように制御する制御手段と、
を備えることを特徴とする符号化処理分散システム。
A distributed processing apparatus that acquires video data to be encoded is an encoding processing distribution system that causes a plurality of encoding processing apparatuses to perform distributed processing of encoding of the video data,
The distributed processing apparatus includes:
Of the consecutive sections in the video data, the latter section is an arbitrary frame from the beginning to the end of the previous section video data as the first frame, and an arbitrary frame after the end is the last frame, Dividing means for dividing the video data of the preceding and following sections so as to partially overlap, and providing the video data of each section to different encoding processing devices,
Combining means for combining the video data groups of the sections encoded by the different encoding processing devices to generate one encoded video data;
Notification means for notifying other designated encoding processing devices of information received from the plurality of encoding processing devices,
The encoding processing device includes:
Encoding means for inputting video data of an arbitrary section in the section group divided by the dividing means, and encoding the video data of the section from the beginning;
Detecting means for detecting a division point suitable for dividing video data from video data in an overlapping section between the arbitrary section and a preceding section of the arbitrary section;
The division point detected by the detection means and the amount of data after encoding of the video data of the division point by the encoding means are transmitted to the distributed processing device, and the notification means of the distributed processing device Notification means for notifying the encoding processing means to which the video data of the preceding stage of the arbitrary section is input;
A receiving unit that receives notification from the distributed processing device of a dividing point suitable for dividing video data from video data of an overlapping section between the arbitrary section and a subsequent section, and a data amount of the dividing point;
When the reception unit receives notification of a division point suitable for dividing the video data and the data amount of the division point, the encoding unit ends the encoding at the division point received by the reception unit. And control means for controlling the encoded data amount of the video data at the division points to approximate the notified data amount;
An encoding processing distribution system comprising:
JP2008070464A 2008-03-18 2008-03-18 Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system Active JP4839331B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008070464A JP4839331B2 (en) 2008-03-18 2008-03-18 Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008070464A JP4839331B2 (en) 2008-03-18 2008-03-18 Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system

Publications (2)

Publication Number Publication Date
JP2009225380A true JP2009225380A (en) 2009-10-01
JP4839331B2 JP4839331B2 (en) 2011-12-21

Family

ID=41241633

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008070464A Active JP4839331B2 (en) 2008-03-18 2008-03-18 Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system

Country Status (1)

Country Link
JP (1) JP4839331B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011198122A (en) * 2010-03-19 2011-10-06 Fujitsu Ltd Device and method for assigning process, and computer program
JP2014515895A (en) * 2011-03-29 2014-07-03 リリカル ラブス エルエルシー Video encoding system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000333177A (en) * 1999-05-25 2000-11-30 Matsushita Electric Ind Co Ltd Moving picture coding method, its device and moving picture coding system
JP2002176648A (en) * 1997-06-19 2002-06-21 Victor Co Of Japan Ltd Buffer management method
JP2002199392A (en) * 2000-10-19 2002-07-12 Matsushita Electric Ind Co Ltd Method and device for encoding image
JP2005176069A (en) * 2003-12-12 2005-06-30 Ntt Data Corp Distributed parallel transcoder system and method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002176648A (en) * 1997-06-19 2002-06-21 Victor Co Of Japan Ltd Buffer management method
JP2000333177A (en) * 1999-05-25 2000-11-30 Matsushita Electric Ind Co Ltd Moving picture coding method, its device and moving picture coding system
JP2002199392A (en) * 2000-10-19 2002-07-12 Matsushita Electric Ind Co Ltd Method and device for encoding image
JP2005176069A (en) * 2003-12-12 2005-06-30 Ntt Data Corp Distributed parallel transcoder system and method thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011198122A (en) * 2010-03-19 2011-10-06 Fujitsu Ltd Device and method for assigning process, and computer program
JP2014515895A (en) * 2011-03-29 2014-07-03 リリカル ラブス エルエルシー Video encoding system and method

Also Published As

Publication number Publication date
JP4839331B2 (en) 2011-12-21

Similar Documents

Publication Publication Date Title
US8237740B2 (en) Method and system for receiving a local vector object and viewing a vector image
US7119811B2 (en) Image display system
WO2017117919A1 (en) Data storage method and device
US20090248754A1 (en) Providing resumption data in a distributed processing system
US12073102B2 (en) Method and apparatus for compressing data of storage system, device, and readable storage medium
US8749566B2 (en) System and method for an optimized on-the-fly table creation algorithm
JP2010117878A (en) Image display apparatus
WO2011077550A1 (en) Screen relay device
JP2001094990A (en) Image coder
KR102619668B1 (en) Apparatus and method of using a slice update map
JP4839331B2 (en) Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system
US7751687B2 (en) Data processing apparatus, data processing method, data processing system, program, and storage medium
US20120033893A1 (en) Image reproduction apparatus and image reproduction method
US8280220B2 (en) Reproduction apparatus, data processing system, reproduction method, program, and storage medium
JP2015080149A (en) Video recording device and video recording method
KR101169994B1 (en) Graphic image processing apparatus and method using alpha plane
WO2023083064A1 (en) Video processing method and apparatus, electronic device, and readable storage medium
JP2009060168A (en) Image processing apparatus, image processing method, and image processing program
JP2019515516A (en) Image drawing method, related device and system
EP3722949A1 (en) Image transmission method, apparatus and storage medium
US10338820B2 (en) Architecture and algorithms for data compression
JP2007274229A (en) Information processing apparatus and method, and program
JP2016206934A (en) Image processing device, image processing method and program
CN101090470B (en) Information processing apparatus and information processing method
JP7252444B2 (en) Display control program, display control method and information processing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101119

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110912

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110920

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111003

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141007

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4839331

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150