JP4380068B2 - Data reproduction device and editing device - Google Patents

Data reproduction device and editing device Download PDF

Info

Publication number
JP4380068B2
JP4380068B2 JP2001014775A JP2001014775A JP4380068B2 JP 4380068 B2 JP4380068 B2 JP 4380068B2 JP 2001014775 A JP2001014775 A JP 2001014775A JP 2001014775 A JP2001014775 A JP 2001014775A JP 4380068 B2 JP4380068 B2 JP 4380068B2
Authority
JP
Japan
Prior art keywords
cell
reproduction
data
cells
decoding
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.)
Expired - Lifetime
Application number
JP2001014775A
Other languages
Japanese (ja)
Other versions
JP2002218401A (en
Inventor
隆幸 菅原
誠司 日暮
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2001014775A priority Critical patent/JP4380068B2/en
Publication of JP2002218401A publication Critical patent/JP2002218401A/en
Application granted granted Critical
Publication of JP4380068B2 publication Critical patent/JP4380068B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)

Description

【0001】
【発明の属する技術分野】
本発明はデータ再生装置及び編集装置に係り、特にMPEG(Moving Picture Experts Group)などの圧縮符号化方式により圧縮符号化されたデータを連続再生するデータ再生装置及び編集を行うデータ編集装置に関する。
【0002】
【従来の技術】
従来より、画像情報や音声情報などの情報信号を圧縮符号化する方式として、MPEGが広く知られている。このMPEGについて、概略を説明する。MPEGは1988年、ISO/IEC JTC1/SC2(国際標準化機構/国際電気標準化会合同技術委員会1/専門部会2、現在のSC29)に設立された動画像符号化標準を検討する組織の名称(Moving Pictures Experts Group)の略称である。
【0003】
MPEGにはMPEG1、MPEG2その他の規格がある。MPEG1(MPEGフェーズ1)は、1.5Mbps程度の蓄積メディアを対象とした標準で、静止画符号化を目的としたJPEGと、サービス統合ディジタル網(ISDN)のテレビ会議やテレビ電話の低転送レート用の動画像圧縮を目的としたH.261(CCITT SGXV、現在のITU−T SG15で標準化)の基本的な技術を受け継ぎ、蓄積メディア用に新しい技術を導入したものである。これらは1993年8月、ISO/IEC 11172として成立している。また、MPEG2(MPEGフェーズ2)は通信や放送などの多様なアプリケーションに対応できるように汎用標準を目的として、1994年11月ISO/IEC 13818、H.262として成立している。
【0004】
MPEGの符号化部分は幾つかの技術を組み合わせて作成されている。図9はMPEGによる画像圧縮符号化装置の一例のブロック図を示す。同図において、入力画像は動き補償予測器21で復号化され、この動き補償予測画像と入力画像の差分を減算回路22でとることで時間冗長部分を削減する。予測の方向は、過去、未来、両方からの3モード存在する。また、これらは16画素ラ16画素のMB(マクロブロック)毎に切り替えて使用できる。予測方向は入力画像に与えられたピクチャタイプによって決定される。ピクチャタイプはPピクチャとBピクチャとIピクチャがある。過去からの予測と、予測をしないでそのMBを独立で符号化する2モード存在するのがPピクチャである。また、未来からの予測、過去からの予測、両方からの予測、独立で符号化する4モード存在するのがBピクチャである。そして全てのMBが独立で符号化するのがIピクチャである。
【0005】
動き補償(MC:Motion Compensation)は、動き領域をMB毎にパターンマッチングを行ってハーフペル精度で動きベクトルを検出し、動き分だけシフトしてから予測する。動きベクトルは水平方向と垂直方向が存在し、何処からの予測かを示すMCモードと共に、MBの付加情報として伝送される。Iピクチャから次のIピクチャの前のピクチャまでをGOP(Group Of Picture)といい、蓄積メディアなどで使用される場合には、一般に約15ピクチャ程度が使用される。
【0006】
減算回路22より取り出された差分画像信号は、DCT器23において直交変換が行われる。離散コサイン変換(DCT:Discrete Cosine Transform)とは余弦関数を積分核とした積分変換を有限空間への離散変換する直交変換である。MPEGではMBを4分割した8×8のDCTブロックに対して、2次元DCTを行う。一般にビデオ信号は低域成分が多く高域成分が少ないため、DCTを行うと係数が低域に集中する。
【0007】
DCTされた画像データ(DCT係数)は、量子化器24で量子化が行われる。この量子化は量子化マトリックスという8×8の2次元周波数を視覚特性で重み付けした値と、その全体をスカラー倍する量子化スケールという値で乗算した値を量子化値として、DCT係数をその量子化値で除算する。デコーダで逆量子化するときは量子化値で乗算することにより、元のDCT係数に近似している値を得ることになる。
【0008】
量子化されたデータはVLC器25で可変長符号化される。量子化された値のうち直流(DC)成分は予測符号化の一つであるDPCM(Differential Pulse Code Modulation)を使用する。また交流(AC)成分は低域から高域にジクザグスキャンを行い、ゼロのラン長および有効係数値を1つの事象とし、出現確率の高いものから符号長の短い符号を割り当てていくハフマン符号化が行われる。可変長符号化されたデータは一時バッファ26に蓄えられ、所定の転送レートで符号化データとして出力される。
【0009】
また、その出力されるデータのマクロブロック毎の発生符号量は、符号量制御器27に供給され、目標符号量に対する発生符号量との誤差符号量を量子化器24にフイードバックして量子化スケールを調整することで符号量制御される。量子化された画像データは逆量子化器28にて逆量子化、逆DCT器29にて逆DCTされた後、加算回路30を通して画像メモリ11に一時蓄えられたのち、動き補償予測器21において、差分画像を計算するためのリファレンスの復号化画像として使用される。動き補償予測器21の出力信号は減算回路22と加算回路30に入力される。
【0010】
バッファ26より出力される符号化ビットストリームは、ビデオの場合1ピクチャ毎に可変長の符号量をもっている。これはMPEGがDCT、量子化、ハフマン符号化という情報変換を用いている理由と同時に、画質向上のためにピクチャ毎に配分する符号量は適応的に変更する必要性がある。動き補償予測を行っているので、あるときは入力画像そのままを符号化し、あるときは予測画像の差分である差分画像を符号化するなど符号化画像自体のエントロピーも大きく変化するためである。
【0011】
この場合、多くはその画像のエントロピー比率に配分しつつ、バッファの制限を守りながら符号量制御される。このバッファの制限は、復号装置側のバッファがオーバーフローもアンダーフローも発生しないように符号化することであり、MPEGでVBV(Video Buffering Verifier)として規定されている。これについての詳細は国際標準化機構(ISO)によりISO−11172−2、ISO13818−2に記述されている。この規定を守っていれば、VBVバッファ内でのレートは局部的に変化しているものの、観測時間を長くとれば固定の転送レートとなり、MPEGではこのことを固定転送レートであると定義する。
【0012】
図10はMPEGにより圧縮符号化された符号化データの復号化装置の一例のブロック図を示す。同図において、MPEGにより圧縮符号化された符号化データは、VLD器35で可変長復号されてから逆量子化器36で量子化幅と乗算されることにより、元のDCT係数に近似した値とされた後、逆DCT器37に供給されて逆DCTされることにより局部復号化される。
【0013】
また、逆量子化器36より取り出された動きベクトルと予測モードは、動き補償予測器38に画像メモリ40よりの復号化データと共に供給され、これより動き補償予測化した画像データを出力させる。加算器39は逆DCT器37からのデータと動き補償予測器38よりの動き補償予測化した画像データとを加算することにより、符号化装置に入力された画像データと等価な画像データを復号し、復号化データとして画像メモリ40に供給する一方、外部へ出力する。
【0014】
また、従来、記録媒体に記録されたMPEGデータなどの圧縮データを編集する場合、MPEGデータの連続性を保つため、その編集点では前述したVBVバッファの蓄積符号量が常に固定になるよう発生符号量を制御したり、ランダムアクセスの単位である複数のピクチャからなるGOP(Group of Picture)をクローズドGOPとして符号化するなど、連続性を考慮した符号化を行う方法が知られている(特開平11−74799号公報)。なお、クローズドGOPとは、編集後の再生画像の不具合を防止するため、カレントのGOPのIピクチャからしか予測しないように限定していることを示すビットがGOPの先頭に存在していて、そのビットが”1”である状態をいう。
【0015】
また、符号化データには何の制約も施さずに、その符号化データの部分区間のうち、編集素材として抜粋されたデータを指示する情報とその再生順番に関する情報を記述し、記録された符号化データは変更せずに、単一記録媒体に映像編集を実現できる編集装置も従来提案されている(特開平11−187354号公報)。
【0016】
更に、所定の編集点において、第1の動画像と第2の動画像を編集する編集装置において、2つの復号器を用いて編集点において2つの出力画像データの同期をとって再生する編集装置も従来より知られている(特開平9−214877号公報)。
【0017】
【発明が解決しようとする課題】
上記の従来装置のうち、特開平11−74799号公報記載の従来装置においては、どこで編集されてもよいように、各GOPに対してVBVバッファを常に固定になるよう発生符号量を制御したり、GOPをクローズドGOPとして符号化するなど、連続性を考慮した符号化制約を施すようにしているため、符号化効率が低下するという問題がある。
【0018】
また、特開平11−187354号公報記載の従来装置においては、あたかも編集したように再生表示はされるが、その編集点での連続性は不完全で、MPEGデータのデコーダバッファの初期化などの一時的な静止現象がおこる可能性がある。
【0019】
更に、特開平9−214877号公報記載の従来装置においては、2つの復号器を用いる概念は記述されているものの、記録されているデータをどの復号器が再生するかの情報や、待機している復号器の動作など、実現に向けての記載が明確でない。
【0020】
本発明は以上の点に鑑みなされたもので、符号化画質を向上することができるデータ再生装置及び編集装置を提供することを目的とする。
【0021】
また、本発明の他の目的は、高品質な編集を行うことができ、しかも次の編集点への準備を高速に行うことができる編集装置を提供することにある。
【0022】
【課題を解決するための手段】
上記の目的を達成するため、本発明のデータ再生装置は、一回の記録単位で符号化生成された連続再生可能な符号化データをセルと定義したとき、複数のセル又は分割セルのそれぞれが、複数の復号器のうちどの復号器で復号されるかを示す担当復号器ナンバーと、各セル又は各分割セルの復号開始を示す復号開始情報と、各セル又は各分割セルの表示開始を示す表示開始情報と、各セル又は各分割セルの表示停止を示す表示停止情報と、各セル又は各分割セルの再生順序を示す再生順序情報からなる再生制御情報を記録媒体から読み取るデータ読み取り手段と、符号化データを復号する複数の復号器と、データ読み取り手段から出力される再生制御情報に基づいて、複数のセルのうち二以上のセル又は一つのセルを分割した二以上の分割セルを複数の復号器に再生順序で入力する入力制御手段と、複数の復号器から出力された復号データ中の時刻情報と、データ読み取り手段から出力される再生制御情報に基づいて、複数の復号器のうちの一の復号器から表示されるべき復号データを出力させると共に、再生制御情報により指定された再生順序で複数の復号器からセルの復号データが出力されるように、複数の復号器を順番に動作制御する復号器制御手段と、複数の復号器のうちの一の復号器から出力される表示されるべき復号データを選択する選択手段とを有する構成としたものである。
【0023】
この発明では、記録媒体に記録されている符号化データの編集記録は行わなくても、あたかも編集したかのような編集再生が行えるため、連続性を保持する目的で過剰な符号化制限をすることが不要にできる。また、複数の復号器を順番に使用するようにしているので、バッファ初期化のための一時停止を不要にできる。また、この発明では、再生制御情報により、復号器の担当情報が明確化されるため、待機中の復号器の動作も必要最小限の動作のみにできる。
【0025】
また、上記の目的を達成するため、本発明のデータ再生装置は、上記の復号器制御手段を、再生制御情報により指定された再生順序で複数の復号器からセルの復号データが出力されるように、複数の復号器を順番に動作制御するに際し、復号待機中の復号器に対しては、再生制御情報中の次に復号開始する復号開始情報をもとに、その復号待機中の復号器に入力されるセルを構成するMPEG方式で符号化された符号化データのGOPの先頭にシークし、表示開始点の相当するピクチャを復号するために必要なピクチャを予め復号して、次に表示開始する開始点のピクチャの再生がリアルタイムで表示可能な状態で待機していることを特徴とする。この発明では、待機中の復号器を直ちに再生可能な状態に制御できる。
【0026】
また、上記の目的を達成するため、本発明のデータ編集装置は、一回の記録単位で符号化生成された連続再生可能な符号化データをセルと定義したとき、複数のセルからなる符号化データが少なくとも記録されている記録媒体から複数のセルの符号化データを順次に再生し、その再生情報に基づいて、一のセル又は一のセルを複数に分割した分割セルのうちの一つの分割セルの復号開始を示す復号開始情報と、一のセル又は一の分割セルの表示開始を示す表示開始情報と、一のセル又は一の分割セルの表示停止を示す表示停止情報と、複数のセル又は複数の分割セルの再生順序を示す再生順序情報と、複数の復号器のうちのどの復号器で復号されるかを示す担当復号器ナンバーとからなる、任意の編集点を示す再生制御情報を記録媒体又は他の記録媒体に記録する記録手段と、記録媒体から、又は上記の記録媒体と他の記録媒体とから複数のセルの符号化データ及び再生制御情報を読み取り、読み取った再生制御情報に基づいて、読み取った複数のセルの符号化データを復号する複数の復号器を順次選択して表示されるべき復号データを出力させるデータ再生装置とを有する構成としたものである。
【0027】
この発明では、任意に編集点に対応した再生制御情報に基づいて、データ再生装置により複数のセルの任意の編集再生を行うことができる。また、この発明では、再生制御情報の記録だけによって、ユーザの意図した編集再生ができる。
【0028】
ここで、上記のデータ再生装置は、再生制御情報に基づいて、読み取り手段により読み取られたセルを読み取り順序と異なる順序に接続する編集再生、及び読み取り手段により読み取られたセルに対して、そのセルの前後もしくは途中に復号される別のセルを追加する追加編集再生、及び読み取り手段により読み取られたセルに対して、任意の一のセルの最小編集単位で完結している部分のみを削除する削除編集再生のうち、少なくともどれか一つの編集再生を行う。
【0029】
【発明の実施の形態】
次に、本発明の一実施の形態について図面と共に説明する。図1は本発明になるデータ再生装置の一実施の形態のブロック図を示す。同図に示すように、この実施の形態では、MPEG復号器6及び7という、2つの復号器を備えている。この実施の形態が再生しようとする記録媒体1には、MPEG方式により圧縮符号化された符号化データが記録されている。この符号化データは一回の記録単位で符号化生成された連続再生可能なデータの集まりとして、複数の連続データ群が記録されている。
【0030】
また、記録媒体1には、上記の符号化データとは別に、これらの符号化データをどのように再生するかを示した、後述する再生制御情報(復号開始情報(例えば連続ファイルの先頭からの相対アドレス)、表示開始情報(例えばMPEGで規定されているSCR時刻と同じフォーマットで示したスタートタイム)、表示停止情報(例えばMPEGで規定されているSCR時刻と同じフォーマットで示したストップタイム)、担当復号器ナンバー(例えば復号器が2つであれば1と2)、再生順序情報(1つのプログラム情報のように1つの連続して再生可能な符号化データ(これを本明細書では連続データ又はセルというものとする)の情報、すなわちセル情報が再生順番で記録されている))が、例えば符号化データ記録領域とは別の領域に記録されている。
【0031】
この再生制御情報は、例えば、記録媒体1に記録されている符号化データを順次に復号し、得られた再生画像を見ながらユーザが希望する編集点を入力することにより、記録される制御情報であり、変更可能である。
【0032】
記録媒体1に記録されている符号化データ及び再生制御情報は、データ読み取り部2によって読み取られる。読み取られた再生制御情報は、再生制御器3に供給される。再生制御器3は入力された再生制御情報から再生順序情報を抽出し、その再生順序情報に基づいてデータ読み取り部2に対して、再生順序で1番目に復号される連続データ(セル)と、再生順序で2番目に復号される連続データ(セル)を読み取るよう指示情報を出力する。
【0033】
これにより、データ読み取り部2は、記録媒体1から読み取った符号化データのうち、第1のMPEG復号器6には、再生順序で1番目に復号される連続データ(セル#1)を供給し、第2のMPEG復号器7には再生順序で2番目に復号される連続データ(セル#2)を供給する。また、再生制御器3は2つのMPEG復号器6及び7に対して復号開始情報に基づいて、復号器制御器4と復号器制御器5に、復号開始位置にMPEG復号器6及び7の復号を待機させるよう指示情報を出す。
【0034】
待機指示情報を受けたMPEG復号器6及び7は、復号開始位置に待機し、復号器制御器4は、再生順序に基づいて、まずセル#1に対応する符号化データの復号をMPEG復号器6により開始させる。MPEG復号器6で復号されたデータは、再生時刻観測器8に入力される。再生時刻観測器8は、セル#1を復号しているMPEG復号器6の復号データ(再生画像)の再生時刻を観測し、再生制御器3からのセル#1の表示開始情報に記述されている時刻になった時に、切り替え制御器10に切り替え信号を出力する。
【0035】
これにより、再生画像切り替え器11は、再生時刻観測器8を通して入力されるMPEG復号器6で復号された復号データ(再生画像)を選択出力し、図示しないモニタに表示を開始させる。
【0036】
一方、復号器制御器5は、再生順序に基づいてセル#1の復号開始と同時に、セル#2の復号を開始するようMPEG復号器7に指示情報を出力する。MPEG復号器7はそのセル#2の復号を開始すると同時に、セル#2の表示開始時刻まで一時停止して待機する。上記のセル#1の再生画像表示開始後、再生時刻観測器8はその再生時刻が再生制御器3からのセル#1の再生停止情報に記述されている時刻になったかどうか監視しており、再生停止時刻になった時に復号器制御器5に再生スタートの指示信号を出力すると同時に、切り替え制御器10に切り替え信号を出力する。
【0037】
復号器制御器5は上記の再生スタートの指示信号を受けると、セル#2の表示開始時刻まで一時停止して待機しているMPEG復号器7に対して、復号動作を開始する制御信号を出力し、これによりMPEG復号器7からセル#2の復号データ(画像データ)が出力され始め、再生時刻観測器9を通して再生画像切り替え器11に供給される。
【0038】
また、上記切り替え信号を受け取った再生画像切り替え器11は、選択する復号化画像をMPEG復号器6からの復号データ(再生画像)から、MPEG復号器7からの復号データ(再生画像)へ切り替える。これにより、再生画像切り替え器11からセル#2の担当復号器ナンバーに記述されているMPEG復号器7からの復号データ(再生画像)が選択出力され、セル#2の再生画像の表示が図示しないモニタにより開始される。
【0039】
また、3番目の再生順次の連続データ(セル#3)がある場合は、復号器制御器4は、再生順序に基づいてセル#2の復号開始と同時に、セル#3の復号を開始するようMPEG復号器6に指示情報を出力する。MPEG復号器6はそのセル#3の復号を開始すると同時に、セル#3の表示開始時刻まで一時停止して待機する。
【0040】
上記のセル#2の再生画像表示開始後、再生時刻観測器9はその再生時刻が再生制御器3からのセル#2の再生停止情報に記述されている時刻になったかどうか監視しており、再生停止時刻になった時に復号器制御器4に再生スタートの指示信号を出力すると同時に、切り替え制御器10に切り替え信号を出力する。これにより、再生画像切り替え器11からセル#3の担当復号器ナンバーに記述されているMPEG復号器6からの復号データ(再生画像)が選択出力され、セル#3の再生画像の表示が図示しないモニタにより開始される。以下、4番目以降の再生順序の連続データに対しても、上記の動作が連続データ(セル)単位で交互に繰り返される。
【0041】
このように、本実施の形態によれば、ユーザが予め任意に編集点を設定して記録媒体1に記録した再生制御情報に従って、記録媒体1に記録されている符号化データの編集記録は行わなくても、あたかも編集したかのような編集再生が行える。また、上記の編集点はいくつもユーザが設定して、各種の編集を行い、時にはやり直しも行うことができる。また、再生制御情報の記録だけによって、ユーザの意図した編集再生ができるので、ユーザにとって不都合は無く、また、記録媒体1の容量も初めに記録したオリジナルの符号化データのみを保持しておくだけで済むので、容量の無駄使いも防止できる。
【0042】
ここで、編集再生する方法としては、3つのパターンがある。次に、図2を用いて、2つの連続データの上記の3つのパターンの再生方法について説明する。まず、第1のパターンは連続データ#1(セル#1)と連続データ#2(セル#2)を繋げて連続に再生するパターンである。
【0043】
この第1のパターンでは、セル#1に対応する担当復号器ナンバーは「1」であり、再生開始時刻と再生停止時刻がある。また、セル#2に対応する担当復号器ナンバーは「2」であり、再生開始時刻と再生停止時刻がある。切り替えは、図2(A)に示すように、セル#1を復号するMPEG復号器6の再生停止時刻と、セル#2を復号するMPEG復号器7の再生開始時刻を同期させて再生画像を切り替える。
【0044】
次に、第2のパターンは連続データ#1の中に追加連続データ#2が挿入されるパターンである。この第2のパターンでは、図2(B)に示すように、もとに存在していたセル#1は、2つのセル#1aと#1bに分解(分割)される。セル#1aに対応する担当復号器ナンバーは「1」であり、再生開始時刻と再生停止時刻がある。また、セル#2に対応する担当復号器ナンバーは「2」であり、再生開始時刻と再生停止時刻がある。セル#1bに対応する担当復号器ナンバーは「1」であり、再生開始時刻と再生停止時刻がある。
【0045】
この場合、図2(B)に示すように、第1の切り替え点では、セル#1aを復号するMPEG復号器6の再生停止時刻と、セル#2を復号するMPEG復号器7の再生開始時刻を同期させて再生画像を切り替える。第2の切り替え点では、セル#2を復号するMPEG復号器7の再生停止時刻と、セル#1bを復号するMPEG復号器6の再生開始時刻を同期させて再生画像を切り替える。
【0046】
次に、第3のパターンは連続データ#1の真中を消去するパターンである。この第3のパターンでは、図2(C)に示すように、もとに存在していた連続データ#1は、3つのセル#1a、#1b及び#1cに分解(分割)されるが、真中の分割セル#1bの部分は消去されるため、実際残るセルは#1aと#1cの2つである。この場合、分割セル#1aに対応する担当復号器ナンバーは「1」であり、再生開始時刻と再生停止時刻がある。また、分割セル#1cに対応する担当復号器ナンバーは「2」であり、再生開始時刻と再生停止時刻がある。
【0047】
切り替えは、図2(C)に示すように、分割セル#1aを復号するMPEG復号器6に対応する再生停止時刻と、分割セル#1cを復号するMPEG復号器7の再生開始時刻を同期させて再生画像を切り替える。なお、図2(C)に示すように、MPEG復号器6の再生停止位置と消去された連続データ部分(#1b)との始めの位置、及びMPEG復号器7の再生開始位置と消去された連続データ部分(#1b)との終りの位置がずれているが、これは消去する部分といっても、MPEGではGOP単位でしか再生できないので、消去もGOP単位でしかできないためで、ユーザが指定した消去された連続データ部分の始めの位置が、必ずしもGOP単位ではないので、消去してはいけない、復号器6再生停止のフレームを含むGOPを消去しないで保持している状態を表しているためである。なお、消去の詳細については後述する。
【0048】
前述した第1及び第2のパターンでは、記録媒体に記録されているオリジナルの連続データは、編集により消去されることはないが、この第3のパターンでは、オリジナルの連続データの一部が消去される。例えば、1つのセル中に、嫌いなシーンとかコマーシャル画像など不要な部分がある場合に、この第3のパターンの編集を行うことで、オリジナルの連続データ(セル)の不要な部分が消去され、オリジナルの1つの連続データ(セル)は2つの連続データ(セル)に書き換えられる。
【0049】
次に、図3を用いて、再生待機状態の復号器の動作を説明する。同図及び後述の図4において、I、P及びBは、MPEG規定のIピクチャ(フレーム内符号化画像)、Pピクチャ(フレーム間順方向予測符号化画像)及びBピクチャ(双方向予測符号化画像)を示す。前述した連続データ(セル)は複数のGOPから構成されているが、復号開始情報はそのセルの先頭からの相対アドレスが記述される。
【0050】
典型的な例として、復号開始情報としての時刻が、例えば図3に示すGOP4内の2番目のPピクチャP2のプレゼンテーションタイムが指定されたものとする。その場合、ピクチャP2から復号しようとしても、ピクチャP2はMPEGのPピクチャであり、そのGOPの先頭のIピクチャから復号しないと画像生成は不可能である。従って、復号開始情報はGOPの先頭アドレスとなる。
【0051】
従って、復号開始情報の相対アドレスがポイントしている位置は図3のGOP4の先頭である。待機指示を受けた復号器6又は7はGOP4の頭にシークしてそこからピクチャP2までを復号して、ピクチャP2がいつでも表示できる状態で待機することになる。
【0052】
次に、図4を用いて、セルの前半を消去する場合の方法について説明する。消去は表示しない部分全体を消去するのではなく、例えば図4のP2より前を消去するというユーザーからの指示がきた場合でも、ピクチャP2はそのGOP4の先頭のIピクチャから復号しないと画像生成ができないので、そのGOP4は消去することができない。
【0053】
そこで、実際に消去する部分はGOP1、GOP2、GOP3の部分であって、GOP4は消去しない。表示有効ピクチャのP2から表示するのであれば、再生待機するポイントをP2とすればよい。つまり、この場合は、GOP4は消去せず、GOP4の先頭から復号し、ピクチャP2の部分から再生表示することで、ユーザーから見てP2以前のピクチャが消去されたかのように表示する。
【0054】
次に、図5を用いて、本発明で用いる再生制御情報の構造例を詳細に説明する。再生制御情報のデータは、前述したように、記録媒体上、例えば符号化データの記録領域とは別の領域に記録される。また、再生制御情報のデータ構造は、ファイルシステムに準拠した形で1つのファイルとして、図5(A)〜(D)に示すように階層的に記述した構造とされる。
【0055】
図5(A)及び(B)に示すように、再生制御情報の最初の階層には再生プログラム数を1バイトで記述する。ここでは、記録媒体に存在するセルの一連の再生方法が記述された情報群を1プログラムと定義している。この再生プログラム数は最大で256個の再生プログラム情報を定義できる。
【0056】
再生プログラム情報の中には、図5(C)に示すように、再生セル数が1バイトで記述され、一つのセルに対して、再生セル情報が固定長で記述される。再生セル数は最大で256個の再生セル情報を定義できる。セルは1つの連続再生可能な符号化データを示し、例えばファイルシステムにてファイル名をセルナンバーと1対1に対応して定義しておく。
【0057】
再生セル情報は、図5(D)に示すように、再生セルナンバー2バイト、復号開始情報、即ち復号開始可能な再生セルの先頭からの相対アドレス4バイト、再生開始情報、即ち、再生開始時刻と、再生停止情報、即ち、再生停止時刻をそれぞれ6バイト、担当復号器ナンバー4ビット、待機ステータス4ビットで記述される。
【0058】
上記の再生開始情報と再生停止情報は、図6のようなフォーマットで記述される。これはMPEG2の多重化方式の再生出力の時刻管理情報であるPTS(Presentation Time Stamp)の記述に整合をとった形になっている。PTSは基本を90kHzのクロックであるシステム時刻基準参照値(SCR:System Clock Reference)の値に対してのタイムスタンプを示し、さらに精度を持たせる場合、エクステンション部分を使用して27MHzで記述できるような構成とされている。一般的に、圧縮符号化データの多重化がMPEG方式で行われるので、非常に管理しやすい。
【0059】
また、担当復号器ナンバーは、復号器の番号を記述するもので、4ビットであるので、最大15台(ナンバー0は不使用)の復号器の番号を記述することが可能である。また、4ビットの待機ステータスは、値が「0」のとき、そこで終了、値「1」のとき次のセルの再生準備をして待機することを示す。それ以外の値はリザーブとしている。
【0060】
例えば、図8のようなセル#1、#2、#3が記録媒体に記録されていて、それぞれの復号開始アドレス情報が、adrs1、adrs2、adrs3で、再生開始時刻情報としてはPTM1、PTM3、PTM5、再生停止時刻情報としてはPTM2、PTM4、PTM6となっている場合の再生制御情報の具体的な記述例を図7に示す。
【0061】
図7(A)及び(B)に示すように、再生制御情報はセル#1、セル#2、セル#3の順に再生するプログラムとして1つの再生プログラム情報が記述されている。もちろん、3つのセルを組み合わせて再生の順序は部分を指定することで、3つのセルのリソースからいくつもプログラムを構成することも可能である。
【0062】
図7(C)に示す再生セル情報1はセル#1の情報で、同図(D)に示すように、復号開始情報がadrs1、再生開始情報がPTM1、再生停止情報がPTM2、担当復号器ナンバーが「1」、待機ステ−タスが「1」となっているので、セル#1の再生停止後、次の担当復号器ナンバー「1」が担当するセル#3を再生準備して待機することになる。
【0063】
また、図7(C)に示す再生セル情報2はセル#2の情報で、同図(D)に示すように、復号開始情報がadrs2、再生開始情報がPTM3、再生停止情報がPTM4、担当復号器ナンバーが「2」、待機ステ−タスが「0」となっているので、セル#2の再生停止後、待機の必要はない。
【0064】
更に、図7(C)に示す再生セル情報3はセル#3の情報で、同図(D)に示すように、復号開始情報がadrs3、再生開始情報がPTM5、再生停止情報がPTM6、担当復号器ナンバーが「1」となっているので、セル#1の再生停止後、待機していた復号器が復号を行い、セル#3の再生停止後は待機ステータスは「0」となっているので、待機の必要はない。
【0065】
以上説明した本実施の形態によれば、ユーザが予め任意に編集点を設定して記録媒体1に記録した再生制御情報に従って、記録媒体1に記録されている符号化データの編集記録は行わなくても、あたかも編集したかのような編集再生が行えるため、連続性を保持する目的で過剰な符号化制限をすることが不要になる。また、二つのMPEG復号器6及び7を交互に使用するようにしているので、バッファ初期化のための一時停止が必要なく、また、再生制御情報には、復号器の担当情報が明確化されるため、待機中のMPEG復号器の動作も必要最小限の動作のみにできる。
【0066】
なお、本発明は以上の実施の形態に限定されるものではなく、その他種々の変形例も適用できる。例えば、再生制御情報は、記録媒体上、符号化データと異なる領域に記録されているように説明したが、符号化データと同じ領域(サブコード領域など)に混在して記録することも可能である。
【0067】
また、セルはすべて記録媒体から再生したものであるとして説明したが、例えば、インターネット上に動画のファイルがあって、そのファイルが常に固定的に同じシーンを再生可能なコンテンツであれば、そのコンテンツの一部をセルに見立てて、自分の記録媒体上のセルと同じように両方を混在させた状態で編集することも可能である。
【0068】
更に、MPEG復号器は上記の実施の形態では2つとして説明したが、3つ以上でもよい。例えば、2つのMPEG復号器では対応しきれない複雑な編集がある場合、2つのMPEG復号器ではシームレスにデータを再生しようとしても、リセット動作などで時間がかかる場合は、3つのMPEG復号器を用いてもよく、また、特殊効果(ミックスフェードとか、複数画面構成など)を行うときには、4つ以上のMPEG復号器を用いる可能性がある。
【0069】
また、符号化データと再生制御情報は、同一記録媒体に記録しても、また別々の記録媒体に記録してもよい。例えば、符号化データはハードディスクや光ディスクに記録し、再生制御情報は、フラッシュメモリやポータブルなカードメモリに有ってもよいし、有線、無線のネットワーク上に接続された他のコンピュータやハードディスクやそれに準ずるサーバー機能を持つ機器の記録媒体に記録してもよい。
【0070】
【発明の効果】
以上説明したように、本発明によれば、記録媒体に記録されている符号化データの編集記録は行わなくても、あたかも編集したかのような編集再生が行えることにより、連続性を保持する目的で過剰な符号化制限をすることが不要にでき、よって、復号されたデータの画質を向上することができる。
【0071】
また、本発明によれば、複数の復号器を順番に使用することにより、編集点におけるバッファ初期化のための一時停止を不要にしたため、高品質な編集ができる。
【0072】
更に、本発明によれば、再生制御情報により、復号器の担当情報が明確化し、待機中の復号器の動作も必要最小限の動作のみにしたため、次の編集点への準備を高速に行うことができる。
【0073】
また更に、本発明によれば、再生制御情報の記録だけによって、ユーザの意図した編集再生ができるので、ユーザにとって不都合は無く、また、記録媒体1の容量も初めに記録したオリジナルの符号化データのみを保持しておくだけで済むので、容量の無駄使いも防止できる。
【図面の簡単な説明】
【図1】 本発明データ再生装置の一実施の形態のブロック図である。
【図2】本発明による再生パターンの各例を示す図である。
【図3】本発明における再生待機ポイントヘの復号器の動作を説明する説明図である。
【図4】本発明におけるセルの一部を消去する場合の復号器の動作を説明する説明図である。
【図5】本発明における再生制御情報構造を示す図である。
【図6】再生制御情報の表示開始情報、表示停止情報のPTM情報フォーマット例を示す図である。
【図7】本発明の再生制御情報の具体例を示す説明図である。
【図8】本発明における再生制御情報の具体例に対応したセルの説明図である。
【図9】MPEG符号化器の一例のブロック図である。
【図10】MPEG復号化器の一例のブロック図である。
【符号の説明】
1 記録媒体
2 データ読み取り部
3 再生制御器
4、5 復号器制御器
6、7 MPEG復号器
8、9 再生時刻観測器
10 切り替え制御器
11 再生画像切り替え器
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a data reproducing device and an editing device, and more particularly to a data reproducing device for continuously reproducing data compression-encoded by a compression encoding method such as MPEG (Moving Picture Experts Group) and a data editing device for editing.
[0002]
[Prior art]
Conventionally, MPEG is widely known as a method for compressing and encoding information signals such as image information and audio information. An outline of this MPEG will be described. MPEG is the name of an organization that examines video coding standards established in 1988 by ISO / IEC JTC1 / SC2 (International Organization for Standardization / International Electrotechnical Standards Meeting Technical Committee 1 / Technical Committee 2, now SC29). Abbreviation for Moving Pictures Experts Group.
[0003]
MPEG includes MPEG1, MPEG2 and other standards. MPEG1 (MPEG Phase 1) is a standard for storage media of about 1.5 Mbps, and JPEG for the purpose of encoding still images and low transfer rates for video conferencing and videophones for integrated services digital network (ISDN). H. for video compression It inherits the basic technology of H.261 (CCITT SGXV, standardized by the current ITU-T SG15), and introduces a new technology for storage media. These were established in August 1993 as ISO / IEC 11172. In addition, MPEG2 (MPEG Phase 2) is a general-purpose standard that can be used for various applications such as communication and broadcasting, in November 1994, ISO / IEC 13818, H.264. It is established as 262.
[0004]
The encoded part of MPEG is created by combining several technologies. FIG. 9 is a block diagram showing an example of an MPEG image compression encoding apparatus. In the figure, the input image is decoded by the motion compensated predictor 21, and the time redundant portion is reduced by taking the difference between the motion compensated predicted image and the input image by the subtraction circuit 22. There are three modes of prediction from the past and the future. In addition, these can be switched and used for every 16 pixels or 16 pixels MB (macroblock). The prediction direction is determined by the picture type given to the input image. There are P picture, B picture, and I picture. There are two modes in which the prediction from the past and the MB are independently encoded without prediction, and the P picture is present. In addition, there are four modes in which prediction from the future, prediction from the past, prediction from both, and four modes independently encoded exist. It is the I picture that all MBs are encoded independently.
[0005]
In motion compensation (MC), a motion region is subjected to pattern matching for each MB to detect a motion vector with half-pel accuracy, and is predicted after being shifted by the amount of motion. The motion vector has a horizontal direction and a vertical direction, and is transmitted as additional information of the MB together with the MC mode indicating where the prediction is from. A group from an I picture to a picture before the next I picture is called a GOP (Group Of Picture), and when it is used in a storage medium or the like, generally about 15 pictures are used.
[0006]
The differential image signal extracted from the subtracting circuit 22 is subjected to orthogonal transformation in the DCT unit 23. Discrete cosine transform (DCT) is an orthogonal transform that discretely transforms an integral transform with a cosine function as an integral kernel into a finite space. In MPEG, two-dimensional DCT is performed on an 8 × 8 DCT block obtained by dividing MB into four. In general, a video signal has many low-frequency components and few high-frequency components. Therefore, when DCT is performed, coefficients are concentrated in a low frequency.
[0007]
The quantized image data (DCT coefficient) subjected to DCT is quantized by the quantizer 24. This quantization is based on a value obtained by multiplying a value obtained by weighting an 8 × 8 two-dimensional frequency called a quantization matrix with a visual characteristic and a value called a quantization scale for multiplying the whole by a scalar value. Divide by the digitized value. When inverse quantization is performed by the decoder, a value approximating the original DCT coefficient is obtained by multiplying by the quantized value.
[0008]
The quantized data is variable length encoded by the VLC unit 25. Of the quantized values, the direct current (DC) component uses DPCM (Differential Pulse Code Modulation) which is one of predictive coding. Also, AC (AC) components are zigzag scanned from low to high, with zero run length and effective coefficient value as one event, and Huffman coding that assigns codes with a short code length from those with high appearance probability Is done. The variable-length encoded data is stored in the temporary buffer 26 and output as encoded data at a predetermined transfer rate.
[0009]
The generated code amount for each macroblock of the output data is supplied to the code amount controller 27, and the error code amount with respect to the generated code amount with respect to the target code amount is fed back to the quantizer 24 to quantize the scale. The amount of code is controlled by adjusting. The quantized image data is inversely quantized by the inverse quantizer 28 and inversely DCTed by the inverse DCT unit 29, and then temporarily stored in the image memory 11 through the adder circuit 30, and then in the motion compensated predictor 21. , Used as a reference decoded image for calculating a difference image. The output signal of the motion compensation predictor 21 is input to the subtraction circuit 22 and the addition circuit 30.
[0010]
In the case of video, the encoded bit stream output from the buffer 26 has a variable amount of code for each picture. This is because MPEG uses information conversion such as DCT, quantization, and Huffman coding, and at the same time, it is necessary to adaptively change the code amount allocated to each picture in order to improve image quality. This is because the motion compensated prediction is performed, so that the entropy of the encoded image itself changes greatly, such as encoding the input image as it is in some cases and encoding a difference image that is the difference between the predicted images in some cases.
[0011]
In this case, in many cases, the code amount is controlled while allocating the entropy ratio of the image and keeping the limitation of the buffer. The limitation of this buffer is to encode the buffer on the decoding device side so that neither overflow nor underflow occurs, and it is specified as VBV (Video Buffering Verifier) in MPEG. Details of this are described in ISO-11172-2 and ISO13818-2 by the International Organization for Standardization (ISO). If this rule is observed, the rate in the VBV buffer changes locally, but if the observation time is increased, the transfer rate becomes a fixed transfer rate. In MPEG, this is defined as the fixed transfer rate.
[0012]
FIG. 10 is a block diagram showing an example of an apparatus for decoding encoded data compressed and encoded by MPEG. In the figure, encoded data compressed and encoded by MPEG is subjected to variable length decoding by a VLD unit 35 and then multiplied by a quantization width by an inverse quantizer 36 to obtain a value approximating the original DCT coefficient. Then, the signal is supplied to the inverse DCT unit 37 and subjected to inverse DCT to be locally decoded.
[0013]
Also, the motion vector and the prediction mode extracted from the inverse quantizer 36 are supplied to the motion compensated predictor 38 together with the decoded data from the image memory 40, thereby outputting the image data subjected to motion compensation prediction. An adder 39 decodes image data equivalent to the image data input to the encoding device by adding the data from the inverse DCT device 37 and the image data subjected to motion compensation prediction from the motion compensation predictor 38. The decoded data is supplied to the image memory 40 while being output to the outside.
[0014]
Conventionally, when editing compressed data such as MPEG data recorded on a recording medium, in order to maintain the continuity of the MPEG data, the generated code is such that the accumulated code amount of the VBV buffer is always fixed at the editing point. There is known a method of performing encoding in consideration of continuity, such as controlling the amount or encoding a GOP (Group of Picture) composed of a plurality of pictures as a unit of random access as a closed GOP (Japanese Patent Laid-Open 11-74799). Note that a closed GOP has a bit at the head of the GOP that indicates that it is limited to predicting only from the I picture of the current GOP in order to prevent problems with the reproduced image after editing. A state in which the bit is “1”.
[0015]
In addition, the encoded data is not subjected to any restrictions, and information indicating the data extracted as the editing material in the partial section of the encoded data and the information regarding the reproduction order are described, and the recorded code An editing apparatus that can realize video editing on a single recording medium without changing the digitized data has been proposed (Japanese Patent Laid-Open No. 11-187354).
[0016]
Further, in an editing apparatus that edits the first moving image and the second moving image at a predetermined editing point, an editing apparatus that uses two decoders to synchronize and reproduce two output image data at the editing point. Is also known conventionally (Japanese Patent Laid-Open No. 9-214877).
[0017]
[Problems to be solved by the invention]
Among the conventional devices described above, in the conventional device described in Japanese Patent Laid-Open No. 11-74799, the generated code amount is controlled so that the VBV buffer is always fixed for each GOP so that it can be edited anywhere. Since encoding restrictions are taken into consideration, such as encoding a GOP as a closed GOP, there is a problem that the encoding efficiency decreases.
[0018]
Further, in the conventional apparatus described in Japanese Patent Laid-Open No. 11-187354, playback is displayed as if it was edited, but the continuity at the editing point is incomplete, such as initialization of the decoder buffer for MPEG data. Temporary stillness may occur.
[0019]
Furthermore, in the conventional apparatus described in Japanese Patent Application Laid-Open No. 9-214877, the concept of using two decoders is described, but information on which decoder plays back recorded data, and waits. The description for realization such as the operation of the decoder is not clear.
[0020]
The present invention has been made in view of the above points, and an object of the present invention is to provide a data reproducing apparatus and an editing apparatus capable of improving the encoded image quality.
[0021]
Another object of the present invention is to provide an editing apparatus that can perform high-quality editing and can prepare at the next editing point at high speed.
[0022]
[Means for Solving the Problems]
  In order to achieve the above object, the data reproducing apparatus of the present invention defines the encoded data that can be continuously reproduced encoded and generated in one recording unit as a cell,A responsible decoder number indicating which one of the plurality of decoders is decoded by each of the plurality of cells or divided cells, decoding start information indicating the start of decoding of each cell or each divided cell, and each cell Or display start information indicating the display start of each divided cell, display stop information indicating the display stop of each cell or each divided cell, and reproduction order information indicating the reproduction order of each cell or each divided cell.Based on the data reading means for reading the reproduction control information from the recording medium, a plurality of decoders for decoding the encoded data, and the reproduction control information output from the data reading means, two or more cells or one of the plurality of cells is selected. Input control means for inputting two or more divided cells obtained by dividing one cell into a plurality of decoders in a reproduction order, time information in decoded data output from the plurality of decoders, and reproduction output from the data reading means Based on the control information, the decoded data to be displayed is output from one of the plurality of decoders, and the decoded data of the cells is output from the plurality of decoders in the reproduction order specified by the reproduction control information. The decoder control means for controlling the operation of the plurality of decoders in order, and the decoded data to be displayed output from one of the plurality of decoders. Is obtained by a configuration having a selection means for.
[0023]
  In the present invention, even if the encoded data recorded on the recording medium is not edited and recorded, it can be edited and reproduced as if it had been edited. Therefore, excessive encoding is restricted for the purpose of maintaining continuity. Can be made unnecessary. In addition, since a plurality of decoders are used in order, a temporary stop for buffer initialization can be eliminated.Further, in the present invention, since the responsible information of the decoder is clarified by the reproduction control information, the standby decoder can be operated only to the minimum necessary operation.
[0025]
In order to achieve the above object, the data reproduction apparatus of the present invention causes the decoder control means to output the decoded data of the cells from a plurality of decoders in the reproduction order specified by the reproduction control information. In addition, when controlling the operation of a plurality of decoders in order, for the decoder waiting for decoding, the decoder waiting for decoding is determined based on the decoding start information for starting decoding next in the reproduction control information. Seek to the beginning of the GOP of the encoded data encoded by the MPEG method that constitutes the cell input to the picture, and then decode the picture necessary for decoding the picture corresponding to the display start point, and then display it. It is characterized in that the reproduction of the picture of the starting point to start is on standby in a state where it can be displayed in real time. In the present invention, it is possible to control the standby decoder so that it can be immediately reproduced.
[0026]
In order to achieve the above object, the data editing apparatus according to the present invention encodes a plurality of cells when encoded data that can be continuously reproduced and encoded and generated in one recording unit is defined as a cell. One cell or one divided cell obtained by dividing one cell into a plurality of cells based on the reproduction information by sequentially reproducing encoded data of a plurality of cells from a recording medium on which at least data is recorded Decoding start information indicating start of cell decoding, display start information indicating display start of one cell or one divided cell, display stop information indicating display stop of one cell or one divided cell, and a plurality of cells Or, reproduction control information indicating an arbitrary editing point, which includes reproduction order information indicating the reproduction order of a plurality of divided cells, and a responsible decoder number indicating which one of the plurality of decoders is used for decoding. Recording medium or other The encoded data and the reproduction control information of a plurality of cells are read from the recording means for recording on the recording medium, the recording medium, or the recording medium and the other recording medium, and read based on the read reproduction control information. A data reproduction device for sequentially selecting a plurality of decoders that decode encoded data of a plurality of cells and outputting decoded data to be displayed is provided.
[0027]
In the present invention, it is possible to arbitrarily edit and reproduce a plurality of cells by the data reproducing apparatus based on the reproduction control information corresponding to the editing point arbitrarily. Further, according to the present invention, editing and reproduction intended by the user can be performed only by recording the reproduction control information.
[0028]
Here, the data reproducing apparatus described above is connected to a cell read by the reading means and the editing / reproducing that connects the cells read by the reading means in an order different from the reading order based on the reproduction control information. Additional edit playback that adds another cell that is decoded before, after, or in the middle of the cell, and deletion that deletes only the part that is completed in the minimum editing unit of one cell from the cell read by the reading means At least one of the editing and playback is performed.
[0029]
DETAILED DESCRIPTION OF THE INVENTION
Next, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 shows a block diagram of an embodiment of a data reproducing apparatus according to the present invention. As shown in the figure, in this embodiment, two decoders, MPEG decoders 6 and 7, are provided. In the recording medium 1 to be reproduced in this embodiment, encoded data compressed and encoded by the MPEG system is recorded. In this encoded data, a plurality of continuous data groups are recorded as a collection of continuously reproducible data encoded and generated in one recording unit.
[0030]
In addition to the above-described encoded data, the recording medium 1 shows reproduction control information (decoding start information described later (for example, from the beginning of a continuous file) indicating how to reproduce these encoded data. Relative address), display start information (for example, start time indicated in the same format as the SCR time defined in MPEG), display stop information (for example, stop time indicated in the same format as the SCR time defined in MPEG), Decoder number in charge (for example, 1 and 2 if there are two decoders), reproduction order information (one piece of continuously reproducible encoded data such as one program information (this is referred to as continuous data in this specification) Or cell information), that is, cell information is recorded in the reproduction order))), for example, an area different from the encoded data recording area It is recorded.
[0031]
The reproduction control information is recorded by, for example, sequentially decoding encoded data recorded on the recording medium 1 and inputting an edit point desired by the user while viewing the obtained reproduction image. It can be changed.
[0032]
The encoded data and reproduction control information recorded on the recording medium 1 are read by the data reading unit 2. The read reproduction control information is supplied to the reproduction controller 3. The reproduction controller 3 extracts reproduction order information from the input reproduction control information, and the continuous data (cell) that is first decoded in the reproduction order to the data reading unit 2 based on the reproduction order information; Instruction information is output so as to read continuous data (cell) that is decoded second in the reproduction order.
[0033]
As a result, the data reading unit 2 supplies the first MPEG decoder 6 of the encoded data read from the recording medium 1 with continuous data (cell # 1) that is decoded first in the reproduction order. The second MPEG decoder 7 is supplied with continuous data (cell # 2) that is decoded second in the reproduction order. Also, the playback controller 3 sends the two MPEG decoders 6 and 7 to the decoder controller 4 and the decoder controller 5 based on the decoding start information, and decodes the MPEG decoders 6 and 7 at the decoding start position. Instruction information is issued so that
[0034]
The MPEG decoders 6 and 7 that have received the standby instruction information stand by at the decoding start position, and the decoder controller 4 first decodes the encoded data corresponding to the cell # 1 based on the reproduction order. 6 to start. The data decoded by the MPEG decoder 6 is input to the reproduction time observer 8. The reproduction time observer 8 observes the reproduction time of the decoded data (reproduced image) of the MPEG decoder 6 decoding the cell # 1, and is described in the display start information of the cell # 1 from the reproduction controller 3. When a certain time comes, a switching signal is output to the switching controller 10.
[0035]
As a result, the reproduction image switch 11 selectively outputs the decoded data (reproduction image) decoded by the MPEG decoder 6 input through the reproduction time observer 8 and starts display on a monitor (not shown).
[0036]
On the other hand, the decoder controller 5 outputs instruction information to the MPEG decoder 7 so as to start decoding of the cell # 2 simultaneously with the start of decoding of the cell # 1 based on the reproduction order. The MPEG decoder 7 starts decoding of the cell # 2 and at the same time pauses and waits until the display start time of the cell # 2. After the start of displaying the reproduction image of the cell # 1, the reproduction time observer 8 monitors whether or not the reproduction time has reached the time described in the reproduction stop information of the cell # 1 from the reproduction controller 3. When the playback stop time is reached, a playback start instruction signal is output to the decoder controller 5 and at the same time, a switching signal is output to the switching controller 10.
[0037]
Upon receiving the reproduction start instruction signal, the decoder controller 5 outputs a control signal for starting the decoding operation to the MPEG decoder 7 which is suspended and waiting until the display start time of the cell # 2. As a result, the decoded data (image data) of the cell # 2 starts to be output from the MPEG decoder 7 and is supplied to the reproduction image switch 11 through the reproduction time observer 9.
[0038]
Also, the reproduction image switch 11 that has received the switching signal switches the decoded image to be selected from the decoded data (reproduction image) from the MPEG decoder 6 to the decoded data (reproduction image) from the MPEG decoder 7. As a result, the decoded data (reproduced image) from the MPEG decoder 7 described in the assigned decoder number of the cell # 2 is selectively output from the reproduced image switch 11 and the display of the reproduced image of the cell # 2 is not shown. Started by monitor.
[0039]
Also, when there is the third reproduction sequential data (cell # 3), the decoder controller 4 starts decoding cell # 3 simultaneously with the start of decoding cell # 2 based on the reproduction order. Instruction information is output to the MPEG decoder 6. The MPEG decoder 6 starts decoding of the cell # 3 and at the same time pauses and waits until the display start time of the cell # 3.
[0040]
After starting the reproduction image display of the cell # 2, the reproduction time observer 9 monitors whether or not the reproduction time has reached the time described in the reproduction stop information of the cell # 2 from the reproduction controller 3. When the playback stop time is reached, a playback start instruction signal is output to the decoder controller 4 and simultaneously, a switching signal is output to the switching controller 10. As a result, the decoded data (reproduced image) from the MPEG decoder 6 described in the assigned decoder number of the cell # 3 is selected and output from the reproduced image switch 11, and the display of the reproduced image of the cell # 3 is not shown. Started by monitor. Hereinafter, the above operation is repeated alternately in units of continuous data (cells) for the fourth and subsequent continuous data.
[0041]
As described above, according to the present embodiment, the encoded data recorded on the recording medium 1 is edited and recorded in accordance with the reproduction control information recorded on the recording medium 1 by arbitrarily setting the editing points in advance by the user. Even without it, you can edit and play as if you were editing. Also, the user can set a number of the above edit points, perform various edits, and sometimes redo. Further, since the editing / reproduction intended by the user can be performed only by recording the reproduction control information, there is no inconvenience for the user, and the capacity of the recording medium 1 is only retained in the original encoded data recorded at the beginning. Therefore, waste of capacity can be prevented.
[0042]
Here, there are three patterns for editing and reproducing. Next, a method for reproducing the above three patterns of two continuous data will be described with reference to FIG. First, the first pattern is a pattern in which continuous data # 1 (cell # 1) and continuous data # 2 (cell # 2) are connected and reproduced continuously.
[0043]
In this first pattern, the assigned decoder number corresponding to cell # 1 is “1”, and there is a reproduction start time and a reproduction stop time. The assigned decoder number corresponding to the cell # 2 is “2”, and there are a reproduction start time and a reproduction stop time. As shown in FIG. 2A, switching is performed by synchronizing the playback stop time of the MPEG decoder 6 that decodes the cell # 1 with the playback start time of the MPEG decoder 7 that decodes the cell # 2. Switch.
[0044]
Next, the second pattern is a pattern in which additional continuous data # 2 is inserted into continuous data # 1. In the second pattern, as shown in FIG. 2B, the originally existing cell # 1 is decomposed (divided) into two cells # 1a and # 1b. The assigned decoder number corresponding to the cell # 1a is “1”, and there is a reproduction start time and a reproduction stop time. The assigned decoder number corresponding to the cell # 2 is “2”, and there are a reproduction start time and a reproduction stop time. The assigned decoder number corresponding to the cell # 1b is “1”, and there is a reproduction start time and a reproduction stop time.
[0045]
In this case, as shown in FIG. 2B, at the first switching point, the reproduction stop time of the MPEG decoder 6 that decodes the cell # 1a and the reproduction start time of the MPEG decoder 7 that decodes the cell # 2 Synchronize and switch the playback image. At the second switching point, the playback image is switched by synchronizing the playback stop time of the MPEG decoder 7 that decodes the cell # 2 and the playback start time of the MPEG decoder 6 that decodes the cell # 1b.
[0046]
Next, the third pattern is a pattern for erasing the middle of the continuous data # 1. In the third pattern, as shown in FIG. 2C, the continuous data # 1 that originally existed is decomposed (divided) into three cells # 1a, # 1b, and # 1c. Since the middle divided cell # 1b is erased, there are actually two cells # 1a and # 1c. In this case, the assigned decoder number corresponding to the divided cell # 1a is “1”, and there is a reproduction start time and a reproduction stop time. The assigned decoder number corresponding to the divided cell # 1c is “2”, and includes a reproduction start time and a reproduction stop time.
[0047]
As shown in FIG. 2C, the switching is performed by synchronizing the reproduction stop time corresponding to the MPEG decoder 6 that decodes the divided cell # 1a and the reproduction start time of the MPEG decoder 7 that decodes the divided cell # 1c. To switch the playback image. As shown in FIG. 2C, the start position of the reproduction stop position of the MPEG decoder 6 and the erased continuous data portion (# 1b) and the reproduction start position of the MPEG decoder 7 are erased. The end position of the continuous data portion (# 1b) is shifted, but even if it is said to be erased, MPEG can only be played back in GOP units, so erasing can only be done in GOP units. Since the start position of the specified erased continuous data portion is not necessarily in GOP units, this represents a state in which the GOP including the decoder 6 playback stop frame is not erased and is not erased. Because. Details of erasure will be described later.
[0048]
In the first and second patterns described above, the original continuous data recorded on the recording medium is not erased by editing. However, in the third pattern, a part of the original continuous data is erased. Is done. For example, if there is an unnecessary part such as a disliked scene or commercial image in one cell, the unnecessary part of the original continuous data (cell) is deleted by editing this third pattern, One original continuous data (cell) is rewritten into two continuous data (cells).
[0049]
Next, the operation of the decoder in the reproduction standby state will be described with reference to FIG. In FIG. 4 and FIG. 4 to be described later, I, P, and B are MPEG-defined I picture (intraframe encoded image), P picture (interframe forward prediction encoded image), and B picture (bidirectional predictive encoding). Image). The continuous data (cell) described above is composed of a plurality of GOPs, but the decoding start information describes a relative address from the head of the cell.
[0050]
As a typical example, it is assumed that the time as the decoding start information is the presentation time of the second P picture P2 in GOP4 shown in FIG. 3, for example. In this case, even if decoding is attempted from the picture P2, the picture P2 is an MPEG P picture, and image generation is impossible unless decoding is performed from the first I picture of the GOP. Therefore, the decoding start information is the start address of the GOP.
[0051]
Therefore, the position to which the relative address of the decoding start information points is the head of GOP4 in FIG. Upon receiving the standby instruction, the decoder 6 or 7 seeks to the head of GOP4, decodes the picture P2 from there, and waits in a state where the picture P2 can be displayed at any time.
[0052]
Next, a method for erasing the first half of the cell will be described with reference to FIG. Erasing does not erase the entire portion that is not displayed. For example, even if the user gives an instruction to erase the part before P2 in FIG. 4, if picture P2 is not decoded from the first I picture of GOP4, image generation is performed. Since it cannot, the GOP4 cannot be erased.
[0053]
Therefore, the parts to be actually erased are GOP1, GOP2, and GOP3, and GOP4 is not erased. If the display effective picture is displayed from P2, the playback standby point may be P2. That is, in this case, GOP4 is not erased, but is decoded from the beginning of GOP4 and reproduced and displayed from the portion of picture P2, so that the picture before P2 is displayed as if it was erased from the user's point of view.
[0054]
Next, a structural example of the reproduction control information used in the present invention will be described in detail with reference to FIG. As described above, the data of the reproduction control information is recorded on the recording medium, for example, in an area different from the recording area of the encoded data. In addition, the data structure of the reproduction control information is a structure described hierarchically as shown in FIGS. 5A to 5D as one file in a form compliant with the file system.
[0055]
As shown in FIGS. 5A and 5B, the number of playback programs is described in 1 byte in the first layer of the playback control information. Here, an information group describing a series of cell playback methods on a recording medium is defined as one program. The number of reproduction programs can define a maximum of 256 pieces of reproduction program information.
[0056]
In the reproduction program information, as shown in FIG. 5C, the number of reproduction cells is described with 1 byte, and the reproduction cell information is described with a fixed length for one cell. Up to 256 playback cell information can be defined for the number of playback cells. A cell indicates one piece of encoded data that can be reproduced continuously. For example, a file name is defined in a file system in a one-to-one correspondence with a cell number.
[0057]
As shown in FIG. 5D, the reproduction cell information includes a reproduction cell number of 2 bytes, decoding start information, that is, a relative address of 4 bytes from the beginning of the reproduction cell that can start decoding, reproduction start information, that is, a reproduction start time. The reproduction stop information, that is, the reproduction stop time is described by 6 bytes, the assigned decoder number 4 bits, and the standby status 4 bits, respectively.
[0058]
The reproduction start information and the reproduction stop information are described in a format as shown in FIG. This is in a form consistent with the description of PTS (Presentation Time Stamp) which is the time management information of the reproduction output of the multiplexing system of MPEG2. The PTS indicates a time stamp with respect to a system clock reference (SCR) value that is basically a clock of 90 kHz, and can be described at 27 MHz by using an extension portion when further accuracy is provided. It is made into the composition. Generally, since the compression-encoded data is multiplexed by the MPEG method, it is very easy to manage.
[0059]
Further, the assigned decoder number describes the number of the decoder and is 4 bits. Therefore, it is possible to describe the number of up to 15 decoders (number 0 is not used). Further, the 4-bit standby status indicates that when the value is “0”, the process ends there, and when the value is “1”, the next cell is ready for reproduction and waits. Other values are reserved.
[0060]
For example, cells # 1, # 2, and # 3 as shown in FIG. 8 are recorded on the recording medium, the respective decoding start address information is adrs1, adrs2, and adrs3, and the reproduction start time information is PTM1, PTM3, FIG. 7 shows a specific description example of the reproduction control information when PTM5 and reproduction stop time information are PTM2, PTM4, and PTM6.
[0061]
As shown in FIGS. 7A and 7B, the reproduction control information describes one piece of reproduction program information as a program to be reproduced in the order of cell # 1, cell # 2, and cell # 3. Of course, it is possible to configure any number of programs from the resources of the three cells by combining the three cells and specifying the part of the playback order.
[0062]
The reproduction cell information 1 shown in FIG. 7C is information of the cell # 1, and as shown in FIG. 7D, the decoding start information is adrs1, the reproduction start information is PTM1, the reproduction stop information is PTM2, and the responsible decoder. Since the number is “1” and the standby status is “1”, after the reproduction of the cell # 1 is stopped, the cell # 3 assigned to the next assigned decoder number “1” is prepared for reproduction and stands by. It will be.
[0063]
Also, the reproduction cell information 2 shown in FIG. 7C is information on cell # 2, and as shown in FIG. 7D, the decoding start information is adrs2, the reproduction start information is PTM3, and the reproduction stop information is PTM4. Since the decoder number is “2” and the standby status is “0”, there is no need to wait after the cell # 2 is stopped.
[0064]
Further, the reproduction cell information 3 shown in FIG. 7C is information on the cell # 3. As shown in FIG. 7D, the decoding start information is adrs3, the reproduction start information is PTM5, and the reproduction stop information is PTM6. Since the decoder number is “1”, after the reproduction of cell # 1 is stopped, the standby decoder performs decoding, and after the reproduction of cell # 3 is stopped, the standby status is “0”. So there is no need to wait.
[0065]
According to the present embodiment described above, the encoded data recorded on the recording medium 1 is not edited and recorded according to the reproduction control information recorded on the recording medium 1 by arbitrarily setting the editing points in advance by the user. However, since editing and reproduction can be performed as if they had been edited, it is not necessary to limit the encoding excessively for the purpose of maintaining continuity. Also, since the two MPEG decoders 6 and 7 are used alternately, there is no need to pause for buffer initialization, and the information assigned to the decoder is clarified in the playback control information. Therefore, the operation of the MPEG decoder in standby can be made only to the minimum necessary operation.
[0066]
The present invention is not limited to the above embodiment, and various other modifications can be applied. For example, the reproduction control information has been described as being recorded in a different area from the encoded data on the recording medium. However, the reproduction control information can also be recorded in the same area as the encoded data (such as a subcode area). is there.
[0067]
In addition, the description has been given on the assumption that the cells are all reproduced from the recording medium. For example, if there is a moving image file on the Internet and the file can always reproduce the same scene fixedly, the content It is also possible to edit with both of them mixed in the same manner as a cell on its own recording medium.
[0068]
Furthermore, although two MPEG decoders have been described in the above embodiment, three or more MPEG decoders may be used. For example, if there are complex edits that cannot be handled by two MPEG decoders, if two MPEG decoders attempt to seamlessly reproduce data, but take a long time due to a reset operation, etc., three MPEG decoders are used. In addition, when performing special effects (mix fade, multi-screen configuration, etc.), there is a possibility that four or more MPEG decoders may be used.
[0069]
Also, the encoded data and the reproduction control information may be recorded on the same recording medium or may be recorded on separate recording media. For example, the encoded data may be recorded on a hard disk or an optical disk, and the playback control information may be stored in a flash memory or a portable card memory, or another computer or hard disk connected to a wired or wireless network or a hard disk. It may be recorded on a recording medium of a device having a similar server function.
[0070]
【The invention's effect】
As described above, according to the present invention, continuity can be maintained by performing editing / playback as if it were edited without editing / recording the encoded data recorded on the recording medium. It is unnecessary to limit the encoding excessively for the purpose, and thus the image quality of the decoded data can be improved.
[0071]
In addition, according to the present invention, since a plurality of decoders are used in order, a pause for buffer initialization at an editing point is not necessary, so that high-quality editing can be performed.
[0072]
Furthermore, according to the present invention, the information in charge of the decoder is clarified by the reproduction control information, and the standby decoder is operated only to the minimum necessary operation, so that preparation for the next editing point is performed at high speed. be able to.
[0073]
Still further, according to the present invention, since the editing / reproduction intended by the user can be performed only by recording the reproduction control information, there is no inconvenience for the user, and the original encoded data in which the capacity of the recording medium 1 is first recorded Since it is only necessary to hold only the storage capacity, wasteful use of capacity can be prevented.
[Brief description of the drawings]
FIG. 1 is a block diagram of an embodiment of a data reproducing apparatus of the present invention.
FIG. 2 is a diagram showing examples of reproduction patterns according to the present invention.
FIG. 3 is an explanatory diagram for explaining the operation of the decoder to the playback standby point according to the present invention.
FIG. 4 is an explanatory diagram for explaining the operation of a decoder when erasing a part of cells in the present invention.
FIG. 5 is a diagram showing a playback control information structure in the present invention.
FIG. 6 is a diagram illustrating a PTM information format example of display start information and display stop information of reproduction control information.
FIG. 7 is an explanatory diagram showing a specific example of reproduction control information according to the present invention.
FIG. 8 is an explanatory diagram of a cell corresponding to a specific example of reproduction control information in the present invention.
FIG. 9 is a block diagram of an example of an MPEG encoder.
FIG. 10 is a block diagram of an example of an MPEG decoder.
[Explanation of symbols]
1 Recording medium
2 Data reading part
3 Playback controller
4, 5 Decoder controller
6, 7 MPEG decoder
8, 9 Reproduction time observation device
10 Switching controller
11 Playback image switcher

Claims (4)

一回の記録単位で符号化生成された連続再生可能な符号化データをセルと定義したとき、複数のセル又は分割セルのそれぞれが、複数の復号器のうちどの復号器で復号されるかを示す担当復号器ナンバーと、各セル又は各分割セルの復号開始を示す復号開始情報と、各セル又は各分割セルの表示開始を示す表示開始情報と、各セル又は各分割セルの表示停止を示す表示停止情報と、各セル又は各分割セルの再生順序を示す再生順序情報からなる再生制御情報を記録媒体から読み取るデータ読み取り手段と、
前記符号化データを復号する複数の復号器と、
前記データ読み取り手段から出力される前記再生制御情報に基づいて、前記複数のセルのうち二以上のセル又は一つのセルを分割した二以上の分割セルを前記複数の復号器に再生順序で入力する入力制御手段と、
前記複数の復号器から出力された復号データ中の時刻情報と、前記データ読み取り手段から出力される再生制御情報に基づいて、前記複数の復号器のうちの一の復号器から表示されるべき復号データを出力させると共に、前記再生制御情報により指定された再生順序で前記複数の復号器から前記セルの復号データが出力されるように、前記複数の復号器を順番に動作制御する復号器制御手段と、
前記複数の復号器のうちの一の復号器から出力される表示されるべき復号データを選択する選択手段と
を有することを特徴とするデータ再生装置。
When coded data that can be continuously reproduced and encoded and generated in one recording unit is defined as a cell, it is determined which decoder among a plurality of decoders each of a plurality of cells or divided cells is decoded. Describes the assigned decoder number, the decoding start information indicating the start of decoding of each cell or each divided cell, the display start information indicating the display start of each cell or each divided cell, and the display stop of each cell or each divided cell Data reading means for reading from the recording medium reproduction control information including display stop information and reproduction order information indicating the reproduction order of each cell or each divided cell ;
A plurality of decoders for decoding the encoded data;
On the basis of the reproduction control information outputted from the data reading means, for inputting the reproduction order of two or more divided cells obtained by dividing the two or more cells or one cell of the plurality of cells to the plurality of decoders Input control means;
Decoding to be displayed from one of the plurality of decoders based on time information in decoded data output from the plurality of decoders and reproduction control information output from the data reading means Decoder control means for outputting data and controlling the operations of the plurality of decoders in order so that the decoded data of the cells are output from the plurality of decoders in the reproduction order specified by the reproduction control information When,
And a selection means for selecting decoded data to be displayed output from one of the plurality of decoders.
前記復号器制御手段は、前記再生制御情報により指定された再生順序で前記複数の復号器から前記セルの復号データが出力されるように、前記複数の復号器を順番に動作制御するに際し、復号待機中の復号器に対しては、前記再生制御情報中の次に復号開始する復号開始情報をもとに、その復号待機中の復号器に入力されるセルを構成するMPEG方式で符号化された符号化データのGOPの先頭にシークし、表示開始点の相当するピクチャを復号するために必要なピクチャを予め復号して、次に表示開始する開始点のピクチャの再生がリアルタイムで表示可能な状態で待機していることを特徴とする請求項記載のデータ再生装置。The decoder control means performs decoding when sequentially controlling the operations of the plurality of decoders so that the decoded data of the cells are output from the plurality of decoders in a reproduction order specified by the reproduction control information. The decoder in standby is encoded by the MPEG system that constitutes the cell input to the decoder in standby for decoding based on the decoding start information to start decoding next in the reproduction control information. Seek to the beginning of the GOP of the encoded data, decode the picture necessary to decode the picture corresponding to the display start point, and display the playback of the picture at the start point to start display next in real time 2. The data reproducing apparatus according to claim 1 , wherein the data reproducing apparatus is in a standby state. 一回の記録単位で符号化生成された連続再生可能な符号化データをセルと定義したとき、複数のセルからなる符号化データが少なくとも記録されている記録媒体から前記複数のセルの符号化データを順次に再生し、その再生情報に基づいて、一のセル又は一のセルを複数に分割した分割セルのうちの一つの分割セルの復号開始を示す復号開始情報と、前記一のセル又は一の分割セルの表示開始を示す表示開始情報と、前記一のセル又は一の分割セルの表示停止を示す表示停止情報と、前記複数のセル又は複数の分割セルの再生順序を示す再生順序情報と、複数の復号器のうちのどの復号器で復号されるかを示す担当復号器ナンバーとからなる、任意の編集点を示す再生制御情報を前記記録媒体又は他の記録媒体に記録する記録手段と、
前記記録媒体から、又は前記記録媒体と前記他の記録媒体とから前記複数のセルの符号化データ及び再生制御情報を読み取り、読み取った前記再生制御情報に基づいて、読み取った前記複数のセルの符号化データを復号する複数の復号器を順次選択して表示されるべき復号データを出力させるデータ再生装置と
を有し、前記再生制御情報に基づいて、前記データ再生装置により前記複数のセルの編集再生を行うことを特徴とするデータ編集装置。
When encoded data that can be continuously reproduced and encoded and generated in one recording unit is defined as a cell, the encoded data of the plurality of cells is recorded from a recording medium on which encoded data consisting of a plurality of cells is recorded. Are sequentially reproduced, and based on the reproduction information, one cell or one cell is divided into a plurality of divided cells, and decoding start information indicating decoding start of one divided cell, and the one cell or one cell. Display start information indicating display start of the divided cells, display stop information indicating display stop of the one cell or one divided cell, and reproduction order information indicating the reproduction order of the plurality of cells or the plurality of divided cells; A recording means for recording reproduction control information indicating an arbitrary editing point on the recording medium or other recording medium, comprising a responsible decoder number indicating which one of the plurality of decoders is used for decoding. ,
Read the encoded data and reproduction control information of the plurality of cells from the recording medium or from the recording medium and the other recording medium, and read the codes of the plurality of cells based on the read reproduction control information A data reproduction device for sequentially selecting a plurality of decoders for decoding the encoded data and outputting decoded data to be displayed, and editing the plurality of cells by the data reproduction device based on the reproduction control information A data editing apparatus for performing reproduction.
前記データ再生装置は、前記再生制御情報に基づいて、前記読み取り手段により読み取られた前記セルを読み取り順序と異なる順序に接続する編集再生、及び前記読み取り手段により読み取られた前記セルに対して、そのセルの前後もしくは途中に復号される別のセルを追加する追加編集再生、及び前記読み取り手段により読み取られた前記セルに対して、任意の一のセルの最小編集単位で完結している部分のみを削除する削除編集再生のうち、少なくともどれか一つの編集再生を行うことを特徴とする請求項記載のデータ編集装置。The data reproduction apparatus is configured to edit and connect the cells read by the reading unit in an order different from the reading order based on the reproduction control information, and for the cells read by the reading unit, Additional editing / playback that adds another cell to be decoded before, after, or in the middle of the cell, and only the part that is completed in the minimum editing unit of any one cell with respect to the cell read by the reading means 4. The data editing apparatus according to claim 3 , wherein at least one of the deletion editing reproductions to be deleted is performed.
JP2001014775A 2001-01-23 2001-01-23 Data reproduction device and editing device Expired - Lifetime JP4380068B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001014775A JP4380068B2 (en) 2001-01-23 2001-01-23 Data reproduction device and editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001014775A JP4380068B2 (en) 2001-01-23 2001-01-23 Data reproduction device and editing device

Publications (2)

Publication Number Publication Date
JP2002218401A JP2002218401A (en) 2002-08-02
JP4380068B2 true JP4380068B2 (en) 2009-12-09

Family

ID=18881423

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001014775A Expired - Lifetime JP4380068B2 (en) 2001-01-23 2001-01-23 Data reproduction device and editing device

Country Status (1)

Country Link
JP (1) JP4380068B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005005916A (en) * 2003-06-11 2005-01-06 Sony Corp Information processing apparatus and method, recording medium, and program

Also Published As

Publication number Publication date
JP2002218401A (en) 2002-08-02

Similar Documents

Publication Publication Date Title
US8131135B2 (en) MPEG picture data recording apparatus, MPEG picture data recording method, MPEG picture data recording medium, MPEG picture data generating apparatus, MPEG picture data reproducing apparatus, and MPEG picture data reproducing method
JP2000278692A (en) Compressed data processing method, processor and recording and reproducing system
JP3748234B2 (en) MPEG data recording method
JP3839911B2 (en) Image processing apparatus and image processing method
JP4380068B2 (en) Data reproduction device and editing device
JP2003052040A (en) Mpeg data reproduction equipment
JP2007142809A (en) Video recording apparatus
JP3721972B2 (en) MPEG image data recording method
JP3748243B2 (en) MPEG data recording device
JP3748245B2 (en) MPEG data recording device
JP3748244B2 (en) MPEG data recording device
JP3748241B2 (en) MPEG data recording method
JP3748242B2 (en) MPEG data recording method
JP3748240B2 (en) MPEG data recording method
JP3721971B2 (en) MPEG image data recording apparatus and recording medium
JP2007325304A (en) Mpeg data recording and reproducing method
JP2004297829A (en) Mpeg data reproduction equipment
JP2001195840A (en) Method for recording data, edition method, edition device and recording medium
JP2008005520A (en) Mpeg data recording and reproducing method
JP4192861B2 (en) MPEG image data recording apparatus and MPEG image data recording method
JP2003052021A (en) Mpeg data reproduction method
JP2004289871A (en) Method for reproducing mpeg data
JP2004254347A (en) Mpeg data playback method
JP2007336574A (en) Mpeg data recording and reproducing apparatus
JP2004289872A (en) Mpeg data reproducing apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070629

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090218

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090224

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090421

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: 20090901

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: 20090914

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

Free format text: PAYMENT UNTIL: 20121002

Year of fee payment: 3

R151 Written notification of patent or utility model registration

Ref document number: 4380068

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

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

Free format text: PAYMENT UNTIL: 20121002

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20121002

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20121002

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20131002

Year of fee payment: 4

EXPY Cancellation because of completion of term