JP2002010202A - Data recording and reproducing device - Google Patents

Data recording and reproducing device

Info

Publication number
JP2002010202A
JP2002010202A JP2000189455A JP2000189455A JP2002010202A JP 2002010202 A JP2002010202 A JP 2002010202A JP 2000189455 A JP2000189455 A JP 2000189455A JP 2000189455 A JP2000189455 A JP 2000189455A JP 2002010202 A JP2002010202 A JP 2002010202A
Authority
JP
Japan
Prior art keywords
data
recording
video signal
screen
stream
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2000189455A
Other languages
Japanese (ja)
Other versions
JP2002010202A5 (en
Inventor
Takashi Morishita
尚 森下
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.)
Sony Group Corp
Original Assignee
Aiwa Co 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 Aiwa Co Ltd filed Critical Aiwa Co Ltd
Priority to JP2000189455A priority Critical patent/JP2002010202A/en
Publication of JP2002010202A publication Critical patent/JP2002010202A/en
Publication of JP2002010202A5 publication Critical patent/JP2002010202A5/ja
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To easily provide multiscreen display to display a reproduced image as a picture-in-picture image at regular intervals. SOLUTION: An encoder 115 compresses and processes a video signal SV1 in a predetermined program and generates a MPEG stream, which is sent to a HD drive 107 and recorded on a hard disk. A CPU 101 generates a time and recorded location table which indicates recorded location of data corresponding to a part of the video signal SV1 in the MPEG stream at regular intervals. A RAM 104 stores the table. When an image is displayed on a multiscreen, the table is referred and the data corresponding to the part of the video signal SV1 of the predetermined program at regular intervals can be reproduced from the hard disk. A decoder 116 processes the data and obtains a video signal which is picture-in-picture image related to the part of the video signal SV1 at regular intervals displayed on the multiscreen disposed in each separated region.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、例えば、所定の
プログラムの記録ビデオ信号を処理して得られるMPE
Gストリームをハードディスク等のデータ記録媒体に対
して記録再生する場合に適用して好適なデータ記録再生
装置に関する。詳しくは、データ記録媒体に記録される
データストリームのうち、記録ビデオ信号の一定時間毎
の部分に対応するデータの記録位置を示す情報を持つテ
ーブルを記憶しておくことで、記録ビデオ信号の一定時
間毎の部分による子画像を画面上の分割領域にそれぞれ
配置したマルチ画面を表示でき、例えばこのマルチ画面
より再生開始時間の指定を容易に行い得るデータ記録再
生装置等に係るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to, for example, an MPE obtained by processing a recording video signal of a predetermined program.
The present invention relates to a data recording / reproducing apparatus suitable for application when recording and reproducing a G stream on a data recording medium such as a hard disk. Specifically, by storing a table having information indicating a recording position of data corresponding to a portion of the recording video signal at regular time intervals in the data stream recorded on the data recording medium, The present invention relates to a data recording / reproducing apparatus or the like which can display a multi-screen in which child images based on time portions are arranged in divided areas on the screen, and can easily specify a reproduction start time from the multi-screen.

【0002】[0002]

【従来の技術】近年、ディジタル放送受信機で得られた
ビデオデータ(画像データ)を、MPEG(Moving Pic
ture Experts Group)方式でデータ圧縮処理をし、ME
PGストリームとして、ハードディスク等のデータ記録
媒体に記録することが提案されている。
2. Description of the Related Art In recent years, video data (image data) obtained by a digital broadcast receiver has been converted to MPEG (Moving Pic).
data compression processing using the
Recording on a data recording medium such as a hard disk as a PG stream has been proposed.

【0003】周知のように、MPEG1やMPEG2の
符号化データは階層構造で表現される。上位層から順
に、シーケンス(Sequence)層、GOP(Group of Pic
ture)層、ピクチャ(Picture)層、スライス(Slice)
層、マクロブロック(Macro Block)層、ブロック(Blo
ck)層という階層がある。
As is well known, encoded data of MPEG1 and MPEG2 is represented by a hierarchical structure. Sequence layer, GOP (Group of Pic)
ture) layer, picture (Picture) layer, slice (Slice)
Layer, Macro Block Layer, Block
ck) layer.

【0004】図7は、シーケンス層およびGOP層を示
している。シーケンス層は、シーケンス・ヘッダで始ま
り、シーケンス・エンドで終了する。シーケンス層は1
個以上のGOPで構成される。GOP層は、GOPヘッ
ダで始まり、複数個(通常は10〜15個)のピクチャ
で構成される。先頭のピクチャは、必ずIピクチャ(In
tra coded Picture)になり、それに続いてPピクチャ
(Predictive coded Picture)やBピクチャ(Bidirect
ionally predictive coded Picture)が配される。
FIG. 7 shows a sequence layer and a GOP layer. The sequence layer starts with a sequence header and ends with a sequence end. Sequence layer is 1
It is composed of more than GOPs. The GOP layer starts with a GOP header and includes a plurality (usually 10 to 15) of pictures. The first picture must be an I picture (In
tra coded Picture), followed by a P picture (Predictive coded Picture) and a B picture (Bidirect
ionally predictive coded Picture).

【0005】Iピクチャは、フレーム内/フィールド内
符号化した画像であって、他のフレーム/フィールドと
は独立に符号化する。Pピクチャは、時間的に前のIピ
クチャやPピクチャから前方予測してフレーム間/フィ
ールド間符号化する。Bピクチャは、双方向予測してフ
レーム間/フィールド間符号化する画像であって、時間
的に前と後ろに位置するIピクチャまたはPピクチャを
用いて予測符号化する。
[0005] An I-picture is an intra-frame / in-field coded image and is coded independently of other frames / fields. The P picture is forward predicted from the temporally preceding I picture or P picture and subjected to inter-frame / inter-field coding. A B-picture is an image to be bidirectionally predicted and subjected to inter-frame / inter-field encoding, and is predictively encoded using an I picture or a P picture located before and after in time.

【0006】[0006]

【発明が解決しようとする課題】上述したMPEGスト
リームは、元のフレームデータに対して、圧縮後のデー
タサイズがまちまちになる。そのため、ハードディスク
等のデータ記録媒体に記録されたMPEGストリームを
再生する場合、再生時間と再生データ量とはリニアな関
係とならない。
In the above-described MPEG stream, the data size after compression of the original frame data varies. Therefore, when an MPEG stream recorded on a data recording medium such as a hard disk is reproduced, the reproduction time and the reproduction data amount do not have a linear relationship.

【0007】そのため、所定再生時間に対するデータの
記録位置は、デコードしない限り把握できない。したが
って、一定時間毎の再生画像を子画像としたマルチ画面
表示をすることができず、例えばユーザは、そのマルチ
画面よりいずれかの子画像を選択して再生位置を指定す
ることができなかった。
For this reason, the recording position of data for a predetermined reproduction time cannot be grasped without decoding. Therefore, it is not possible to perform multi-screen display in which a reproduced image every fixed time is set as a child image. For example, the user cannot select any child image from the multi-screen and specify a reproduction position.

【0008】そこで、この発明では、一定時間毎の再生
画像を子画像としたマルチ画面表示を行うことができ、
またこのマルチ画面より再生位置の指定を容易に行い得
るデータ記録再生装置等を提供することを目的とする。
Therefore, according to the present invention, it is possible to perform a multi-screen display using a reproduced image every fixed time as a child image.
It is another object of the present invention to provide a data recording / reproducing apparatus which can easily specify a reproducing position from the multi-screen.

【0009】[0009]

【課題を解決するための手段】この発明に係るデータ記
録再生装置は、データ記録媒体と、所定のプログラムの
記録ビデオ信号にデータ圧縮処理をしてデータストリー
ムを得るエンコーダと、このデータストリームをデータ
記録媒体に記録するデータ記録手段と、データストリー
ムのうち、記録ビデオ信号の一定時間毎の部分に対応す
るデータの記録位置を示す情報を持つテーブルを記憶す
る記憶手段と、このテーブルに基づいて、データ記録媒
体より記録ビデオ信号の一定時間毎の部分に対応するデ
ータを再生する第1のデータ再生手段と、再生されたデ
ータを処理して、記録ビデオ信号の一定時間毎の部分に
係る子画像を画面上の分割領域にそれぞれ配置したマル
チ画面を表示するためのマルチ画面用ビデオ信号を作成
するビデオ信号作成手段とを備えるものである。
A data recording / reproducing apparatus according to the present invention comprises: a data recording medium; an encoder for performing a data compression process on a recording video signal of a predetermined program to obtain a data stream; Data recording means for recording on a recording medium, storage means for storing a table having information indicating a recording position of data corresponding to a portion of the data stream corresponding to a fixed time interval of the recording video signal, based on this table, First data reproducing means for reproducing data corresponding to a portion of the recording video signal at regular intervals from the data recording medium, and a child image relating to the constant time portion of the recording video signal by processing the reproduced data; Video signal for creating a multi-screen video signal for displaying a multi-screen in which It is intended and means.

【0010】さらに、このデータ記録再生装置は、マル
チ画面用ビデオ信号によって表示されたマルチ画面に含
まれる複数の子画像より一の子画像を選択する画像選択
手段と、上記テーブルに基づいて、選択された一の子画
像に対応したデータが記録されているデータ記録媒体の
記録位置にジャンプし、その記録位置からデータストリ
ームの再生を開始する第2のデータ再生手段と、再生さ
れたデータストリームにデータ伸長処理をして再生ビデ
オ信号を得るデコーダとをさらに備えるものである。
Further, the data recording / reproducing apparatus comprises: an image selecting means for selecting one child image from a plurality of child images included in the multi-screen displayed by the multi-screen video signal; A second data reproducing means for jumping to a recording position of a data recording medium on which data corresponding to the one child image recorded is recorded and starting reproduction of the data stream from the recording position; And a decoder for performing a data decompression process to obtain a reproduced video signal.

【0011】この発明においては、所定のプログラムの
記録ビデオ信号がデータ圧縮処理されてデータストリー
ム、例えばMPEGストリームが得られ、このデータス
トリームがハードディスク等のデータ記録媒体に記録さ
れる。また、データストリームのうち、記録ビデオ信号
の一定時間毎の部分に対応するデータの記録位置を示す
情報を持つテーブルが作成され、このテーブルが記憶手
段に記憶される。
In the present invention, a recording video signal of a predetermined program is subjected to data compression processing to obtain a data stream, for example, an MPEG stream, and this data stream is recorded on a data recording medium such as a hard disk. Further, a table having information indicating a recording position of data corresponding to a portion of the recording video signal at predetermined time intervals in the data stream is created, and this table is stored in the storage unit.

【0012】このテーブルを参照して、データ記録媒体
より、記録ビデオ信号の一定時間毎の部分に対応するデ
ータが再生される。そして、この再生されたデータが処
理されて、記録ビデオ信号の一定時間毎の部分に係る子
画像を画面上の分割領域にそれぞれ配置したマルチ画面
を表示するためのマルチ画面用ビデオ信号が作成され
る。このマルチ画面用ビデオ信号により、記録ビデオ信
号の一定時間毎の部分に係る子画像を画面上の分割領域
にそれぞれ配置したマルチ画面を表示することが可能と
なる。
Referring to this table, data corresponding to a portion of the recording video signal at regular intervals is reproduced from the data recording medium. Then, the reproduced data is processed to create a multi-screen video signal for displaying a multi-screen in which child images relating to portions of the recording video signal at predetermined time intervals are arranged in divided regions on the screen. You. With the multi-screen video signal, it is possible to display a multi-screen in which child images related to portions of the recording video signal at predetermined time intervals are arranged in divided regions on the screen.

【0013】このように表示されたマルチ画面に含まれ
る複数の子画像より一の子画像がユーザによって選択さ
れる場合、テーブルに基づいて、選択された一の子画像
に対応したデータが記録されているデータ記録媒体の記
録位置にジャンプするように制御され、この記録位置か
らデータストリームの再生が開始される。そして、再生
されたデータストリームにデータ伸長処理がされて再生
ビデオ信号が得られる。このように、マルチ画面に含ま
れる複数の子画像より一の子画像を選択するだけで所定
のプログラム内における再生開始時間の指定を容易に行
うことができる。
When one child image is selected from a plurality of child images included in the multi-screen displayed as described above, data corresponding to the selected one child image is recorded based on the table. Is controlled to jump to the recording position of the data recording medium, and the reproduction of the data stream is started from this recording position. Then, a data expansion process is performed on the reproduced data stream to obtain a reproduced video signal. As described above, it is possible to easily specify the reproduction start time in a predetermined program only by selecting one child image from a plurality of child images included in the multi-screen.

【0014】また、この発明に係るデータ記録再生装置
は、データ記録媒体と、所定のプログラムの記録ビデオ
信号にデータ圧縮処理をしてデータストリームを得るエ
ンコーダと、このデータストリームをデータ記録媒体に
記録するデータ記録手段と、記録ビデオ信号の一定時間
毎の部分に係る子画像を画面上の分割領域にそれぞれ配
置したマルチ画面を表示するためのマルチ画面用ビデオ
信号を作成するビデオ信号作成手段と、この作成された
マルチ画面用ビデオ信号を上記データストリームに関連
づけてデータ記録媒体に記録するビデオ信号記録手段
と、データ記録媒体よりマルチ画面用ビデオ信号を再生
するビデオ信号再生手段とを備えるものである。
Further, a data recording / reproducing apparatus according to the present invention includes a data recording medium, an encoder for performing a data compression process on a recording video signal of a predetermined program to obtain a data stream, and recording the data stream on the data recording medium. Data recording means, and a video signal creating means for creating a multi-screen video signal for displaying a multi-screen in which child images pertaining to a portion of the recording video signal at regular intervals are arranged in divided regions on the screen, A video signal recording means for recording the created multi-screen video signal on the data recording medium in association with the data stream, and a video signal reproducing means for reproducing the multi-screen video signal from the data recording medium. .

【0015】さらに、このデータ記録再生装置は、上記
データストリームのうち、記録ビデオ信号の一定時間毎
の部分に対応するデータの記録位置を示す情報を持つテ
ーブルを記憶する記憶手段と、マルチ画面用ビデオ信号
によって表示されたマルチ画面に含まれる複数の子画像
より一の子画像を選択する画像選択手段と、上記テーブ
ルに基づいて、選択された一の子画像に対応したデータ
が記録されているデー記録媒体の記録位置にジャンプ
し、この記録位置からデータストリームの再生を開始す
るデータ再生手段と、再生されたデータストリームにデ
ータ伸長処理をして再生ビデオ信号を得るデコーダとを
さらに備えるものである。
Further, the data recording / reproducing apparatus includes a storage means for storing a table having information indicating a recording position of data corresponding to a portion of the data stream at predetermined time intervals in the data stream; Image selection means for selecting one child image from a plurality of child images included in the multi-screen displayed by the video signal, and data corresponding to the selected one child image are recorded based on the table. The apparatus further includes a data reproducing unit that jumps to a recording position of the data recording medium and starts reproduction of the data stream from the recording position, and a decoder that performs data decompression processing on the reproduced data stream to obtain a reproduced video signal. is there.

【0016】この発明においては、所定のプログラムの
記録ビデオ信号がデータ圧縮処理されてデータストリー
ム、例えばMPEGストリームが得られ、このデータス
トリームがハードディスク等のデータ記録媒体に記録さ
れる。また、記録ビデオ信号の一定時間毎の部分に係る
子画像を画面上の分割領域にそれぞれ配置したマルチ画
面を表示するためのマルチ画面用ビデオ信号が作成さ
れ、このビデオ信号がデータストリームに関連づけてデ
ータ記録媒体に記録される。データ記録媒体より、上記
マルチ画面用ビデオ信号が再生され、このビデオ信号に
より記録ビデオ信号の一定時間毎の部分に係る子画像を
画面上の分割領域にそれぞれ配置したマルチ画面を表示
することが可能となる。
According to the present invention, a video stream of a predetermined program is subjected to data compression processing to obtain a data stream, for example, an MPEG stream, and this data stream is recorded on a data recording medium such as a hard disk. In addition, a multi-screen video signal for displaying a multi-screen in which child images related to portions of the recording video signal at predetermined time intervals are arranged in divided areas on the screen is created, and this video signal is associated with a data stream. It is recorded on a data recording medium. The multi-screen video signal is reproduced from the data recording medium, and the video signal can be used to display a multi-screen in which child images related to portions of the recording video signal at regular intervals are arranged in divided regions on the screen. Becomes

【0017】また、データストリームのうち、記録ビデ
オ信号の一定時間毎の部分に対応するデータの記録位置
を示す情報を持つテーブルが作成され、このテーブルが
記憶手段に記憶される。上述のように表示されたマルチ
画面に含まれる複数の子画像より一の子画像がユーザに
よって選択される場合、テーブルに基づいて、選択され
た一の子画像に対応したデータが記録されているデータ
記録媒体の記録位置にジャンプするように制御され、こ
の記録位置からデータストリームの再生が開始される。
そして、再生されたデータストリームにデータ伸長処理
がされて再生ビデオ信号が得られる。このように、マル
チ画面に含まれる複数の子画像より一の子画像を選択す
るだけで所定のプログラム内における再生開始時間の指
定を容易に行うことができる。
In the data stream, a table having information indicating a recording position of data corresponding to a portion of the recording video signal at predetermined time intervals is created, and this table is stored in the storage means. When one child image is selected from a plurality of child images included in the multi-screen displayed as described above, data corresponding to the selected one child image is recorded based on the table. Control is performed to jump to the recording position of the data recording medium, and reproduction of the data stream is started from this recording position.
Then, a data expansion process is performed on the reproduced data stream to obtain a reproduced video signal. As described above, it is possible to easily specify the reproduction start time in a predetermined program only by selecting one child image from a plurality of child images included in the multi-screen.

【0018】また、この発明に係るデータ記録再生装置
は、データ記録媒体と、所定のプログラムの記録ビデオ
信号にデータ圧縮処理をしてデータストリームを得るエ
ンコーダと、このデータストリームをデータ記録媒体に
記録するデータ記録手段と、データ記録媒体に記録され
た複数のプログラムの記録ビデオ信号に対応したデータ
ストリームの最初の記録位置を示す情報を持つテーブル
を記憶する記憶手段と、このテーブルに基づいて、デー
タ記録媒体より複数のプログラムの記録ビデオ信号に対
応したデータストリームの最初の部分を再生する第1の
データ再生手段と、この再生された最初の部分を処理し
て、複数のプログラムの記録ビデオ信号に係る子画像を
画面上の分割領域にそれぞれ配置したマルチ画面を表示
するためのマルチ画面用ビデオ信号を作成するビデオ信
号作成手段とを備えるものである。
Further, the data recording / reproducing apparatus according to the present invention comprises a data recording medium, an encoder for performing a data compression process on a recording video signal of a predetermined program to obtain a data stream, and recording the data stream on the data recording medium. Data recording means, a storage means for storing a table having information indicating a first recording position of a data stream corresponding to recording video signals of a plurality of programs recorded on a data recording medium, and data based on the table. First data reproducing means for reproducing a first part of a data stream corresponding to a recording video signal of a plurality of programs from a recording medium; and processing the reproduced first part to produce a recording video signal of a plurality of programs. A multi-screen for displaying a multi-screen in which the child images are respectively arranged in divided areas on the screen In which and a video signal generating means for generating a surface for video signals.

【0019】さらに、このデータ記録再生装置は、マル
チ画面用ビデオ信号によって表示されたマルチ画面に含
まれる複数の子画像より一の子画像を選択する画像選択
手段と、上記テーブルに基づいて、選択された一の子画
像に対応したデータが記録されているデータ記録媒体の
記録位置にジャンプし、この記録位置からデータストリ
ームの再生を開始する第2のデータ再生手段と、再生さ
れたデータストリームにデータ伸長処理をして再生ビデ
オ信号を得るデコーダとをさらに備えるものである。
Further, the data recording / reproducing apparatus comprises: an image selecting means for selecting one child image from a plurality of child images included in the multi-screen displayed by the multi-screen video signal; A second data reproducing means for jumping to a recording position of the data recording medium on which data corresponding to the one child image recorded is recorded, and starting reproduction of the data stream from the recording position; And a decoder for performing a data decompression process to obtain a reproduced video signal.

【0020】この発明においては、所定のプログラムの
記録ビデオ信号がデータ圧縮処理されてデータストリー
ム、例えばMPEGストリームが得られ、このデータス
トリームがハードディスク等のデータ記録媒体に記録さ
れる。また、データ記録媒体に記録された複数のプログ
ラムの記録ビデオ信号に対応したデータストリームの最
初の記録位置を示す情報を持つテーブルが作成され、こ
のテーブルが記憶手段に記憶される。
In the present invention, a data stream, for example, an MPEG stream is obtained by data compression of a recording video signal of a predetermined program, and this data stream is recorded on a data recording medium such as a hard disk. Further, a table having information indicating a first recording position of a data stream corresponding to recording video signals of a plurality of programs recorded on the data recording medium is created, and the table is stored in the storage unit.

【0021】このテーブルを参照して、データ記録媒体
より複数のプログラムの記録ビデオ信号に対応したデー
タストリームの最初の部分が再生される。そして、この
再生された最初の部分が処理されて、複数のプログラム
の記録ビデオ信号に係る子画像を画面上の分割領域にそ
れぞれ配置したマルチ画面を表示するためのマルチ画面
用ビデオ信号が作成される。このマルチ画面用ビデオ信
号により、複数のプログラムの記録ビデオ信号に係る子
画像を画面上の分割領域にそれぞれ配置したマルチ画面
を表示することが可能となる。
Referring to this table, the first part of the data stream corresponding to the recording video signals of a plurality of programs is reproduced from the data recording medium. Then, the reproduced first portion is processed to create a multi-screen video signal for displaying a multi-screen in which child images related to recording video signals of a plurality of programs are respectively arranged in divided regions on the screen. You. With this multi-screen video signal, it is possible to display a multi-screen in which child images relating to recording video signals of a plurality of programs are respectively arranged in divided regions on the screen.

【0022】このように表示されたマルチ画面に含まれ
る複数の子画像より一の子画像がユーザによって選択さ
れる場合、テーブルに基づいて、選択された一の子画像
に対応したデータが記録されているデータ記録媒体の記
録位置にジャンプするように制御され、この記録位置か
らデータストリームの再生が開始される。そして、再生
されたデータストリームにデータ伸長処理がされて再生
ビデオ信号が得られる。このように、マルチ画面に含ま
れる複数の子画像より一の子画像を選択するだけで再生
プログラムの指定を容易に行うことができる。
When one child image is selected from a plurality of child images included in the multi-screen displayed as described above, data corresponding to the selected one child image is recorded based on the table. Is controlled to jump to the recording position of the data recording medium, and the reproduction of the data stream is started from this recording position. Then, a data expansion process is performed on the reproduced data stream to obtain a reproduced video signal. As described above, the reproduction program can be easily specified only by selecting one child image from a plurality of child images included in the multi-screen.

【0023】また、この発明に係るデータ記録再生装置
は、データ記録媒体と、所定のプログラムの記録ビデオ
信号にデータ圧縮処理をしてデータストリームを得るエ
ンコーダと、このデータストリームをデータ記録媒体に
記録するデータ記録手段と、このデータ記録媒体に記録
された複数のプログラムの記録ビデオ信号に係る子画像
を画面上の分割領域にそれぞれ配置したマルチ画面を表
示するためのマルチ画面用ビデオ信号を作成するビデオ
信号作成手段と、この作成されたマルチ画面用ビデオ信
号をデータ記録媒体に記録するビデオ信号記録手段と、
データ記録媒体より上記マルチ画面用ビデオ信号を再生
するビデオ信号再生手段とを備えるものである。
Further, a data recording / reproducing apparatus according to the present invention comprises a data recording medium, an encoder for performing a data compression process on a recording video signal of a predetermined program to obtain a data stream, and recording the data stream on the data recording medium. And a multi-screen video signal for displaying a multi-screen in which child images related to recording video signals of a plurality of programs recorded on the data recording medium are respectively arranged in divided areas on the screen. Video signal creation means, video signal recording means for recording the created multi-screen video signal on a data recording medium,
Video signal reproducing means for reproducing the multi-screen video signal from a data recording medium.

【0024】さらに、このデータ記録再生装置は、デー
タ記録媒体に記録された複数のプログラムの記録ビデオ
信号に対応したデータストリームの最初の記録位置を示
す情報を持つテーブルを記憶する記憶手段と、上記マル
チ画面用ビデオ信号によって表示されたマルチ画面に含
まれる複数の子画像より一の子画像を選択する画像選択
手段と、上記テーブルに基づいて、選択された一の子画
像に対応したデータが記録されている上記データ記録媒
体の記録位置にジャンプし、その記録位置からデータス
トリームの再生を開始するデータ再生手段と、再生され
たデータストリームにデータ伸長処理をして再生ビデオ
信号を得るデコーダとをさらに備えるものである。
Further, the data recording / reproducing apparatus includes a storage means for storing a table having information indicating a first recording position of a data stream corresponding to recording video signals of a plurality of programs recorded on a data recording medium; Image selecting means for selecting one child image from a plurality of child images included in the multi-screen displayed by the multi-screen video signal, and data corresponding to the selected one child image are recorded based on the table. Data reproducing means for jumping to the recording position of the data recording medium and starting reproduction of the data stream from the recording position, and a decoder for performing data expansion processing on the reproduced data stream to obtain a reproduced video signal. Further provisions are made.

【0025】この発明においては、所定のプログラムの
記録ビデオ信号がデータ圧縮処理されてデータストリー
ム、例えばMPEGストリームが得られ、このデータス
トリームがハードディスク等のデータ記録媒体に記録さ
れる。また、データ記録媒体に記録された複数のプログ
ラムの記録ビデオ信号に係る子画像を画面上の分割領域
にそれぞれ配置したマルチ画面を表示するためのマルチ
画面用ビデオ信号が作成され、このビデオ信号がデータ
記録媒体に記録される。データ記録媒体より、上記マル
チ画面用ビデオ信号が再生され、このビデオ信号により
データ記録媒体に記録された複数のプログラムの記録ビ
デオ信号に係る子画像を画面上の分割領域にそれぞれ配
置したマルチ画面を表示することが可能となる。
In the present invention, a recording video signal of a predetermined program is subjected to data compression processing to obtain a data stream, for example, an MPEG stream, and this data stream is recorded on a data recording medium such as a hard disk. Also, a multi-screen video signal for displaying a multi-screen in which child images related to recording video signals of a plurality of programs recorded on the data recording medium are respectively arranged in divided regions on the screen is created. It is recorded on a data recording medium. The multi-screen video signal is reproduced from the data recording medium, and a multi-screen in which child images related to recording video signals of a plurality of programs recorded on the data recording medium by the video signal are respectively arranged in divided regions on the screen. It can be displayed.

【0026】また、データ記録媒体に記録された複数の
プログラムの記録ビデオ信号に対応したデータストリー
ムの最初の記録位置を示す情報を持つテーブルが作成さ
れ、このテーブルが記憶手段に記憶される。上述のよう
に表示されたマルチ画面に含まれる複数の子画像より一
の子画像がユーザによって選択される場合、テーブルに
基づいて、選択された一の子画像に対応したデータが記
録されているデータ記録媒体の記録位置にジャンプする
ように制御され、この記録位置からデータストリームの
再生が開始される。そして、再生されたデータストリー
ムにデータ伸長処理がされて再生ビデオ信号が得られ
る。このように、マルチ画面に含まれる複数の子画像よ
り一の子画像を選択するだけで再生プログラムの指定を
容易に行うことができる。
Further, a table having information indicating a first recording position of a data stream corresponding to recording video signals of a plurality of programs recorded on the data recording medium is created, and this table is stored in the storage means. When one child image is selected from a plurality of child images included in the multi-screen displayed as described above, data corresponding to the selected one child image is recorded based on the table. Control is performed to jump to the recording position of the data recording medium, and reproduction of the data stream is started from this recording position. Then, a data expansion process is performed on the reproduced data stream to obtain a reproduced video signal. As described above, the reproduction program can be easily specified only by selecting one child image from a plurality of child images included in the multi-screen.

【0027】[0027]

【発明の実施の形態】以下、図面を参照しながら、この
発明の実施の形態について説明する。図1は、第1の実
施の形態としてのデータ記録再生装置100の構成を示
している。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows a configuration of a data recording / reproducing apparatus 100 according to the first embodiment.

【0028】このデータ記録再生装置100は、装置全
体の動作を制御するためのコントローラを構成するCP
U(Central Processing Unit)101を有している。
CPU101は、コントロール系および情報系のバス1
02に接続されている。また、このCPU101には、
CPU101の動作に必要なデータやプログラム等が格
納されたROM(Read Only Memory)103と、CPU
101の制御に伴って生成されるデータを格納したり、
ワーキングエリアとして用いられるRAM(Random Acc
ess Memory)104と、リモートコントローラ200か
らの例えば赤外線によるリモートコントロール信号SR
Mを受信してCPU101に供給するリモコン信号受信
部105とが接続されている。
The data recording / reproducing apparatus 100 has a CP which forms a controller for controlling the operation of the entire apparatus.
A U (Central Processing Unit) 101 is provided.
The CPU 101 includes a bus 1 for a control system and an information system.
02. In addition, this CPU 101
A ROM (Read Only Memory) 103 storing data, programs, and the like necessary for the operation of the CPU 101;
It stores data generated under the control of 101,
RAM (Random Acc) used as a working area
ess Memory) 104 and a remote control signal SR, for example, by infrared rays from the remote controller 200.
A remote control signal receiving unit 105 that receives M and supplies it to the CPU 101 is connected.

【0029】また、データ記録再生装置100は、時間
情報を得るためのタイムカウンタ109と、記録データ
や再生データを一時的に記憶するためのバッファメモリ
106と、データ記録媒体としてのハードディスク(H
D)に対してデータの記録再生を行うHDドライブ10
7とを有している。バッファメモリ106は、バス10
2に接続されている。HDドライブ107は、ドライブ
コントローラ108を介してバス102に接続されてい
る。
The data recording / reproducing apparatus 100 includes a time counter 109 for obtaining time information, a buffer memory 106 for temporarily storing recorded data and reproduced data, and a hard disk (H) as a data recording medium.
HD drive 10 for recording and reproducing data for D)
7 are provided. The buffer memory 106 is connected to the bus 10
2 are connected. The HD drive 107 is connected to the bus 102 via a drive controller 108.

【0030】また、データ記録再生装置100は、放送
信号を受信する受信アンテナ111と、この受信アンテ
ナ111で受信される複数の放送信号より希望のチャネ
ルの放送信号を選択し、その放送信号に対応するビデオ
信号SV1を得るチューナ112とを有している。チュ
ーナ112における選局動作は、ユーザのリモートコン
トローラ200の操作に基づき、CPU101によって
制御される。
Further, the data recording / reproducing apparatus 100 selects a broadcast signal of a desired channel from a reception antenna 111 for receiving a broadcast signal and a plurality of broadcast signals received by the reception antenna 111, and responds to the broadcast signal. And a tuner 112 for obtaining a video signal SV1 to be transmitted. The tuning operation in the tuner 112 is controlled by the CPU 101 based on the operation of the remote controller 200 by the user.

【0031】また、データ記録再生装置100は、MP
EG2エンコーダ115と、MPEG2デコーダ116
と、チューナ112より出力されるビデオ信号SV1ま
たはデコーダ116より出力されるビデオ信号SV2に
よる画像を表示する、CRT(Cathode-Ray Tube)ディ
スプレイ、あるいはLCD(Liquid Crystal Display)
等のフラットパネルディスプレイで構成されるモニタ1
17とを有している。
Further, the data recording / reproducing apparatus 100
EG2 encoder 115 and MPEG2 decoder 116
And a CRT (Cathode-Ray Tube) display or LCD (Liquid Crystal Display) for displaying an image based on the video signal SV1 output from the tuner 112 or the video signal SV2 output from the decoder 116.
1 consisting of flat panel display such as
17.

【0032】エンコーダ115の動作はCPU101に
よって制御される。このエンコーダ115は、記録時
に、チューナ112より出力されるビデオ信号SV1に
対してA/D(Analog-to-Digital)変換処理をしてデ
ィジタルの記録ビデオデータを得ると共に、この記録ビ
デオデータに対してMPEG2のデータ圧縮処理をして
記録用のMPEGストリームを生成する。
The operation of the encoder 115 is controlled by the CPU 101. The encoder 115 performs an A / D (Analog-to-Digital) conversion process on the video signal SV1 output from the tuner 112 at the time of recording to obtain digital recorded video data. MPEG2 data compression processing to generate an MPEG stream for recording.

【0033】デコーダ116の動作はCPU101によ
って制御される。このデコーダ116は、再生時に、H
Dドライブ107でハードディスクより再生されたMP
EGストリームに対してデータ伸長処理をして再生ビデ
オデータを生成し、その再生ビデオデータに対してD/
A(Digital-to-Analog)変換処理をしてアナログのビ
デオ信号SV2を得る。また、デコーダ116は、後述
するように、マルチ画面の表示時に、再生データを処理
してマルチ画面用ビデオ信号を作成し、それをビデオ信
号SV2として出力する。
The operation of the decoder 116 is controlled by the CPU 101. This decoder 116 outputs H
MP reproduced from the hard disk by D drive 107
Data expansion processing is performed on the EG stream to generate reproduced video data, and the reproduced video data is
An A (Digital-to-Analog) conversion process is performed to obtain an analog video signal SV2. In addition, as described later, when displaying a multi-screen, the decoder 116 processes the reproduction data to create a multi-screen video signal and outputs the video signal as a video signal SV2.

【0034】図1に示すデータ記録再生装置100の動
作を説明する。記録時について説明する。チューナ11
2からのビデオ信号SV1がMPEG2エンコーダ11
5に供給される。このエンコーダ115では、ビデオ信
号SV1に対してA/D変換処理が行われてディジタル
の記録ビデオデータが得られ、さらにこの記録ビデオデ
ータに対してMPEG2のデータ圧縮処理が行われて記
録用のMPEGストリームが生成される。
The operation of the data recording / reproducing apparatus 100 shown in FIG. 1 will be described. The recording time will be described. Tuner 11
2 from the MPEG2 encoder 11
5 is supplied. In the encoder 115, A / D conversion processing is performed on the video signal SV1 to obtain digital recording video data, and further, MPEG2 data compression processing is performed on the recording video data, and the recording MPEG data is recorded. A stream is created.

【0035】このようにエンコーダ115で生成される
記録用のMPEGストリームは一旦バッファメモリ10
6に格納される。そして、その後に各GOPが適当な長
さで区切られてヘッダが付加されてPESパケットが生
成され、このPESパケットがドライブコントローラ1
08を通じてHDドライブ107に供給され、ハードデ
ィスクに順次記録される。
The MPEG stream for recording generated by the encoder 115 is temporarily stored in the buffer memory 10.
6 is stored. Then, after that, each GOP is divided at an appropriate length, a header is added, and a PES packet is generated.
08 to the HD drive 107 and are sequentially recorded on the hard disk.

【0036】ここで、チューナ112からの所定のプロ
グラムのビデオ信号SV1に対応してエンコーダ115
より出力される一連のMPEGストリームは、ハードデ
ィスクに1つのファイルとして記録される。ここにおい
て、所定のプログラムのビデオ信号SV1とは、一また
は複数の番組の一連のビデオ信号SV1を意味してい
る。
Here, the encoder 115 corresponds to the video signal SV1 of the predetermined program from the tuner 112.
A series of output MPEG streams is recorded as one file on the hard disk. Here, the video signal SV1 of the predetermined program means a series of video signals SV1 of one or a plurality of programs.

【0037】この所定のプログラムのビデオ信号SV1
がハードディスクに記録される際、CPU101は、ビ
デオ信号SV1の一定時間、例えば10分毎の部分に対
応するデータの記録位置を示す情報を持つ時間・記録位
置テーブルを作成し、当該テーブルをRAM104に記
憶する。
The video signal SV1 of the predetermined program
Is recorded on the hard disk, the CPU 101 creates a time / recording position table having information indicating a recording position of data corresponding to a fixed time period of the video signal SV1, for example, every 10 minutes, and stores the table in the RAM 104. Remember.

【0038】図2は、プログラムnに対応する時間・記
録位置テーブルの一例を示している。このテーブルは、
プログラムnのビデオ信号SV1の0分、10分、20
分、30分、・・・の部分に対応するMPEGストリー
ムのデータが、ハードディスクのAD-0、AD-10、A
D-20、AD-30、・・・の記録位置に記録されているこ
とを示している。
FIG. 2 shows an example of a time / recording position table corresponding to the program n. This table is
0 minute, 10 minute, 20 minutes of video signal SV1 of program n
The data of the MPEG stream corresponding to the minutes, 30 minutes,...
.., D-30, AD-30,...

【0039】また、ハードディスクには、複数のプログ
ラムのビデオ信号SV1にそれぞれ対応した一連のMP
EGストリームが記録される。CPU101は、ハード
ディスクに記録された複数のプログラムのビデオ信号S
V1に対応したMPEGストリームの最初の記録位置を
示す情報を持つプログラム・記録位置テーブルを作成
し、当該テーブルをRAM104に記憶する。
A series of MPs respectively corresponding to the video signals SV1 of a plurality of programs are stored in the hard disk.
The EG stream is recorded. The CPU 101 controls the video signals S of the plurality of programs recorded on the hard disk.
A program / recording position table having information indicating the first recording position of the MPEG stream corresponding to V1 is created, and the table is stored in the RAM 104.

【0040】図3は、全プログラムに対応するプログラ
ム・記録位置テーブルの一例を示している。このテーブ
ルは、プログラム1、プログラム2、プログラム3、プ
ログラム4、・・・のビデオ信号SV1に対応したMP
EGストリームの最初が、ハードディスクのAD-P1、
AD-P2、AD-P3、AD-P4、・・・の記録位置に記録
されていることを示している。
FIG. 3 shows an example of a program / recording position table corresponding to all programs. This table stores the MPs corresponding to the video signals SV1 of program 1, program 2, program 3, program 4,.
The beginning of the EG stream is AD-P1,
.., AD-P2, AD-P3, AD-P4,...

【0041】なお、このプログラム・記録位置テーブル
は、ハードディスクに新たなプログラムのビデオ信号S
V1に対応した一連のMPEGストリームが記録される
とき、あるいはハードディスクに記録されていた所定の
プログラムのビデオ信号SV1に対応した一連のMPE
Gストリームが削除されるときは、更新される。
The program / recording position table stores the video signal S of the new program on the hard disk.
When a series of MPEG streams corresponding to V1 are recorded, or a series of MPEs corresponding to a video signal SV1 of a predetermined program recorded on a hard disk.
When the G stream is deleted, it is updated.

【0042】次に、再生時について説明する。ユーザが
ハードディスクに記録されている所定プログラムを指定
して再生操作をすると、HDドライブ107によりハー
ドディスクから当該所定プログラムに対応した一連のM
PEGストリームを構成するPESパケットが順次再生
され、一旦バッファメモリ106に格納される。そし
て、その後に各PESパケットのペイロードからなるG
OPが再構成され、再構成された各GOPからなるMP
EGストリームがMPEG2デコーダ116に供給され
る。
Next, the reproduction time will be described. When the user performs a reproduction operation by designating a predetermined program recorded on the hard disk, a series of Ms corresponding to the predetermined program are transmitted from the hard disk by the HD drive 107.
The PES packets making up the PEG stream are sequentially reproduced and temporarily stored in the buffer memory 106. After that, G consisting of the payload of each PES packet
The OP is reconstructed, and the MP composed of the reconstructed GOPs
The EG stream is supplied to the MPEG2 decoder 116.

【0043】デコーダ116では、上述したように供給
されるMPEGストリームに対してデータ伸長処理が行
われて再生ビデオデータが生成され、さらにその再生ビ
デオデータに対してD/A変換処理が行われてアナログ
のビデオ信号SV2が得られる。そして、このビデオ信
号SV2はモニタ117に供給され、モニタ117には
再生ビデオ信号SV2による画像が表示される。
The decoder 116 performs data expansion processing on the supplied MPEG stream to generate reproduced video data, and further performs D / A conversion processing on the reproduced video data. An analog video signal SV2 is obtained. Then, the video signal SV2 is supplied to the monitor 117, and an image based on the reproduced video signal SV2 is displayed on the monitor 117.

【0044】ここで、再生すべきプログラムの指定は、
例えばモニタ117に、複数のプログラムのビデオ信号
SV1に係る子画像を画面上の分割領域にそれぞれ配置
したマルチ画面(全プログラムのマルチ画面)を表示し
た状態で、ユーザがリモートコントローラ200を操作
することで行われる。
Here, the program to be reproduced is specified by
For example, when the user operates the remote controller 200 in a state in which a multi-screen (multi-screen of all programs) in which child images related to the video signals SV1 of a plurality of programs are arranged in divided regions on the screen is displayed on the monitor 117. Done in

【0045】この全プログラムのマルチ画面の表示は、
ユーザがリモートコントローラ200でその旨を指示す
ることで、以下のようにして行われる。すなわち、上述
したようにRAM104に記憶されているプログラム・
記録位置テーブル(図3参照)の記録位置情報に基づい
て、CPU101は、HDドライブ107で、ハードデ
ィスクに記録されている各プログラムのビデオ信号SV
1に対応したMPEGストリームの最初の部分が再生さ
れるように制御する。
The multi-screen display of all programs is as follows.
When the user gives an instruction to that effect using the remote controller 200, the operation is performed as follows. That is, the program stored in the RAM 104 as described above
Based on the recording position information in the recording position table (see FIG. 3), the CPU 101 causes the HD drive 107 to output a video signal SV of each program recorded on the hard disk.
Control is performed so that the first part of the MPEG stream corresponding to No. 1 is reproduced.

【0046】このように再生された各プログラムのビデ
オ信号SV1に対応したMPEGストリームの最初の部
分はドライブコントローラ108、バス102を介して
MPEG2デコーダ116に供給されて処理され、各プ
ログラムのビデオ信号SV1に係る子画像を画面上の分
割領域にそれぞれ配置したマルチ画面を表示するための
マルチ画面用ビデオ信号が作成される。そして、このマ
ルチ画面用ビデオ信号がビデオ信号SV2としてモニタ
117に供給され、このモニタ117に、上述の全プロ
グラムのマルチ画面が表示される。
The first portion of the MPEG stream corresponding to the video signal SV1 of each program reproduced in this way is supplied to the MPEG2 decoder 116 via the drive controller 108 and the bus 102 and processed, and the video signal SV1 of each program is processed. , A multi-screen video signal for displaying a multi-screen in which the child images according to (1) and (2) are arranged in divided regions on the screen is created. Then, the multi-screen video signal is supplied to the monitor 117 as the video signal SV2, and the multi-screen of all the programs described above is displayed on the monitor 117.

【0047】図4は、モニタ117に表示された全プロ
グラムのマルチ画面の一例を示している。この例は、ハ
ードディスクにプログラム1〜4が記録されている場合
の例である。なお、マルチ画面には最大で9プログラム
のビデオ信号SV1に係る子画像を同時に表示できる。
ハードディスクに10プログラム以上が記録されている
場合には、2つ以上のマルチ画面を使用して全てのプロ
グラムのビデオ信号SV1に係る子画像が表示されるこ
ととなる。
FIG. 4 shows an example of a multi-screen of all programs displayed on the monitor 117. In this example, programs 1 to 4 are recorded on a hard disk. It should be noted that child images relating to the video signal SV1 of up to nine programs can be simultaneously displayed on the multi-screen.
When ten or more programs are recorded on the hard disk, two or more multi-screens are used to display child images related to the video signals SV1 of all programs.

【0048】このようにマルチ画面を表示した状態で、
ユーザがリモートコントローラ200を操作すること
で、例えば周囲枠が太くされた分割領域を変更できる。
この場合、この周囲枠の太い分割領域に配置された子画
像に対応するプログラムが再生すべきプログラムとして
指定される。図4の例では、プログラム2の子画像が配
置された分割領域の周囲枠が太くなっており、このプロ
グラム2が再生すべきプログラムとして指定されてい
る。
With the multi-screen displayed as described above,
When the user operates the remote controller 200, for example, a divided region whose peripheral frame is thickened can be changed.
In this case, the program corresponding to the child image arranged in the thick divided area of the surrounding frame is designated as the program to be reproduced. In the example of FIG. 4, the peripheral frame of the divided area where the child images of the program 2 are arranged is thick, and the program 2 is designated as the program to be reproduced.

【0049】上述したように全プログラムのマルチ画面
で再生すべきプログラムを指定した状態で、ユーザがリ
モートコントローラ200で再生操作を行った場合、C
PU101は、RAM104に記憶されているプログラ
ム・記録位置テーブル(図3参照)における指定された
プログラムの記録位置情報に基づいて、HDドライブ1
07の再生位置がその指定されたプログラムの記録位置
にジャンプし、その位置から再生を開始するように制御
する。これにより、再生すべきプログラムとして指定さ
れたプログラムに対応した一連のMPEGストリームが
最初から再生され、モニタ117には当該指定されたプ
ログラムの再生ビデオ信号SV2による画像が表示され
る。
As described above, when the user performs a reproducing operation with the remote controller 200 in a state where the program to be reproduced on the multi-screen of all programs is specified, C
The PU 101 determines the HD drive 1 based on the recording position information of the designated program in the program / recording position table (see FIG. 3) stored in the RAM 104.
Control is performed so that the reproduction position 07 jumps to the recording position of the designated program and starts reproduction from that position. As a result, a series of MPEG streams corresponding to the program specified as the program to be reproduced is reproduced from the beginning, and the monitor 117 displays an image of the specified program by the reproduced video signal SV2.

【0050】また、全プログラムのマルチ画面で再生す
べきプログラムを指定した状態で、さらにユーザは、そ
の指定されたプログラムの再生開始時間を指定できる。
この再生開始時間の指定は、モニタ117に、指定され
たプログラムのビデオ信号SV1の一定時間毎の部分に
係る子画像を画面上の分割領域にそれぞれ配置したマル
チ画面(プログラム内のマルチ画面)を表示した状態
で、ユーザがリモートコントローラ200を操作するこ
とで行われる。
In a state where a program to be reproduced on the multi-screen of all programs is specified, the user can further specify a reproduction start time of the specified program.
This reproduction start time is specified on the monitor 117 by displaying a multi-screen (multi-screen in the program) in which child images related to portions of the video signal SV1 of the specified program at predetermined time intervals are arranged in divided regions on the screen. This is performed by the user operating the remote controller 200 in the displayed state.

【0051】このプログラム内のマルチ画面の表示は、
ユーザがリモートコントローラ200でその旨を指示す
ることで、以下のようにして行われる。すなわち、上述
したようにRAM104に記憶されている、指定された
プログラムに対応した時間・記録位置テーブル(図2参
照)の記録位置情報に基づいて、CPU101は、HD
ドライブ107で、ハードディスクに記録されているそ
の指定されたプログラムのビデオ信号SV1の一定時間
毎の部分に対応するデータが再生されるように制御す
る。
The display of the multi-screen in this program is as follows.
When the user gives an instruction to that effect using the remote controller 200, the operation is performed as follows. That is, based on the recording position information of the time / recording position table (see FIG. 2) corresponding to the designated program stored in the RAM 104 as described above, the CPU 101
The drive 107 controls so that data corresponding to a portion of the video signal SV1 of the specified program recorded at a fixed time interval recorded on the hard disk is reproduced.

【0052】このように再生されたデータはドライブコ
ントローラ108、バス102を介してMPEG2デコ
ーダ116に供給されて処理され、指定されたプログラ
ムのビデオ信号SV1の一定時間毎の部分による子画像
を画面上の分割領域にそれぞれ配置したマルチ画面を表
示するためのマルチ画面用ビデオ信号が作成される。そ
して、このマルチ画面用ビデオ信号がビデオ信号SV2
としてモニタ117に供給され、このモニタ117に、
上述のプログラム内のマルチ画面が表示される。
The data reproduced in this manner is supplied to the MPEG2 decoder 116 via the drive controller 108 and the bus 102 and processed, and a sub-image of the video signal SV1 of the designated program is displayed on the screen by a fixed time portion. , A multi-screen video signal for displaying the multi-screen arranged in each of the divided areas is generated. The multi-screen video signal is a video signal SV2.
Is supplied to the monitor 117, and the monitor 117
The multi-screen in the above program is displayed.

【0053】図5は、モニタ117に表示されたプログ
ラム内のマルチ画面の一例を示している。この例は、指
定されたプログラムのビデオ信号SV1が40分から5
0分の長さのものであって、0分、10分、20分、3
0分、40分の部分による子画像が表示されている場合
の例である。なお、マルチ画面には最大で9つの子画像
を同時に表示できる。指定されたプログラムのビデオ信
号SV1が100分以上の長さのものである場合には、
2つ以上のマルチ画面を使用して全ての子画像が表示さ
れることとなる。
FIG. 5 shows an example of a multi-screen in the program displayed on the monitor 117. In this example, the video signal SV1 of the designated program is changed from 40 minutes to 5 minutes.
0 minutes long, 0 minutes, 10 minutes, 20 minutes, 3
This is an example of a case where a child image is displayed by a portion of 0 minutes and 40 minutes. Note that up to nine child images can be simultaneously displayed on the multi-screen. If the video signal SV1 of the designated program is longer than 100 minutes,
All child images are displayed using two or more multi-screens.

【0054】このようにマルチ画面を表示した状態で、
ユーザがリモートコントローラ200を操作すること
で、例えば周囲枠が太くされた分割領域を変更できる。
この場合、この周囲枠の太い分割領域に配置された子画
像に対応する時間が再生開始時間として指定される。図
5の例では、20分の子画像が配置された分割領域の周
囲枠が太くなっており、この20分が再生開始時間とし
て指定されている。
With the multi-screen displayed in this manner,
When the user operates the remote controller 200, for example, a divided region whose peripheral frame is thickened can be changed.
In this case, a time corresponding to the child image arranged in the thick divided region of the surrounding frame is designated as the reproduction start time. In the example of FIG. 5, the peripheral frame of the divided region in which the child image of 20 minutes is arranged is thick, and this 20 minutes is designated as the reproduction start time.

【0055】上述したようにプログラム内のマルチ画面
で再生開始時間を指定した状態で、ユーザがリモートコ
ントローラ200で再生操作を行った場合、CPU10
1は、RAM104に記憶されている時間・記録位置テ
ーブル(図2参照)における再生開始時間の記録位置情
報に基づいて、HDドライブ107の再生位置がその記
録位置にジャンプし、その位置から再生を開始するよう
に制御する。これにより、再生すべきプログラムとして
指定されたプログラムに対応した一連のMPEGストリ
ームが、指定された再生開始時間に対応した記録位置か
ら再生され、モニタ117には、当該指定されたプログ
ラムの再生ビデオ信号SV2であって、かつ指定された
再生開始時間からの再生ビデオ信号SV2による画像が
表示される。
As described above, when the user performs a reproduction operation with the remote controller 200 in a state where the reproduction start time is specified on the multi-screen in the program, the CPU 10
1 is based on the recording position information of the reproduction start time in the time / recording position table (see FIG. 2) stored in the RAM 104, the reproduction position of the HD drive 107 jumps to the recording position, and the reproduction is started from the position. Control to start. As a result, a series of MPEG streams corresponding to the program specified as the program to be reproduced is reproduced from the recording position corresponding to the specified reproduction start time, and the monitor 117 displays a reproduction video signal of the specified program. An image based on the reproduced video signal SV2 from the designated reproduction start time is displayed.

【0056】以上説明したように、第1の実施の形態に
おいては、ハードディスクに記録された複数のプログラ
ムのビデオ信号SV1に対応したMPEGストリームの
最初の記録位置を示す情報を持つプログラム・記録位置
テーブルを作成し、当該テーブルをRAM104に記憶
しておくものである。
As described above, in the first embodiment, the program / recording position table having information indicating the first recording position of the MPEG stream corresponding to the video signal SV1 of a plurality of programs recorded on the hard disk And the table is stored in the RAM 104.

【0057】そのため、このテーブルを参照して、ハー
ドディスクより複数のプログラムのビデオ信号SV1に
対応したMPEGストリームの最初の部分を再生でき、
この再生された最初の部分を処理して複数のプログラム
のビデオ信号SV1に係る子画像を画面上の分割領域に
それぞれ配置したマルチ画面(全プログラムのマルチ画
面)をモニタ117に表示できる。ユーザは、このマル
チ画面により、ハードディスクに記録されているプログ
ラムを容易に確認でき、さらに再生すべきプログラムの
指定を容易に行うことができる。
Therefore, by referring to this table, the first part of the MPEG stream corresponding to the video signals SV1 of a plurality of programs can be reproduced from the hard disk,
By processing the reproduced first portion, a multi-screen (multi-screen of all programs) in which child images related to the video signals SV1 of a plurality of programs are respectively arranged in divided regions on the screen can be displayed on the monitor 117. The user can easily confirm the program recorded on the hard disk by using the multi-screen, and can easily specify the program to be reproduced.

【0058】また、この第1の実施の形態においては、
所定プログラムのビデオ信号SV1に対応する一連のM
PEGストリームをハードディスクに記録する際、ビデ
オ信号SV1の一定時間毎の部分に対応するデータの記
録位置を示す情報を持つ時間・記録位置テーブルを作成
し、当該テーブルをRAM104に記憶しておくもので
ある。
In the first embodiment,
A series of Ms corresponding to the video signal SV1 of the predetermined program
When the PEG stream is recorded on the hard disk, a time / recording position table having information indicating a recording position of data corresponding to a portion of the video signal SV1 at regular time intervals is created, and the table is stored in the RAM 104. is there.

【0059】そのため、このテーブルを参照して、ハー
ドディスクより、所定プログラムのビデオ信号SV1の
一定時間毎の部分に対応するデータを再生でき、この再
生されたデータを処理してそのビデオ信号SV1の一定
時間毎の部分に係る子画像を画面上の分割領域にそれぞ
れ配置したマルチ画面(プログラム内のマルチ画面)を
モニタ117に表示できる。ユーザは、このマルチ画面
により、例えば再生すべきプログラムのビデオ信号SV
1の一定時間毎の部分による画像を容易に確認でき、さ
らに再生開始時間の指定を容易に行うことができる。
Therefore, by referring to this table, data corresponding to a portion of the video signal SV1 of the predetermined program at regular time intervals can be reproduced from the hard disk. A multi-screen (multi-screen in a program) in which child images relating to portions for each time are arranged in divided regions on the screen can be displayed on the monitor 117. The user can use this multi-screen to, for example, output a video signal SV of a program to be reproduced.
It is possible to easily confirm the image of the portion of each of the predetermined time intervals and to easily designate the reproduction start time.

【0060】次に、図6を参照して、この発明の第2の
実施の形態について説明する。この図6において、図1
と対応する部分には同一符号を付し、その詳細説明は省
略する。
Next, a second embodiment of the present invention will be described with reference to FIG. In FIG. 6, FIG.
The same reference numerals are given to the portions corresponding to and the detailed description will be omitted.

【0061】図6に示すデータ記録再生装置100Aに
おいて、チューナ112は、MPEGストリームを出力
するものである。このMPEGストリームは、MPEG
2デコーダ116に入力される。また、このMPEG2
デコーダ116より出力されるビデオ信号がMPRG2
エンコーダ115に入力される。
In the data recording / reproducing apparatus 100A shown in FIG. 6, the tuner 112 outputs an MPEG stream. This MPEG stream is MPEG
2 decoder 116. Also, this MPEG2
The video signal output from the decoder 116 is MPRG2
It is input to the encoder 115.

【0062】そして、記録時には、チューナ112より
出力されるMPEGストリームがMPEG2デコーダ1
16で伸長処理されてビデオ信号SV1が得られ、この
ビデオ信号SV1が記録すべきビデオ信号としてMPE
G2エンコーダ115に供給される。その他の記録時の
動作、および再生時の動作は、上述した図1のデータ記
録再生装置100と同様である。
At the time of recording, the MPEG stream output from the tuner 112 is transmitted to the MPEG2 decoder 1.
Then, the video signal SV1 is obtained as a video signal to be recorded.
It is supplied to the G2 encoder 115. Other operations at the time of recording and operations at the time of reproduction are the same as those of the data recording / reproducing apparatus 100 of FIG. 1 described above.

【0063】このように第2の実施の形態においては、
チューナ112よりMPEGストリームが出力される場
合であっても、このMPEGストリームをMPEG2デ
コーダ116で伸長処理をして記録すべきビデオ信号S
V1を得る構成としたものであり、図1に示すデータ記
録再生装置100と同様の記録再生が行われるため、同
様の作用効果を得ることができる。
As described above, in the second embodiment,
Even when an MPEG stream is output from the tuner 112, the MPEG stream is expanded by the MPEG2 decoder 116 and the video signal S to be recorded is recorded.
V1 is obtained, and the same recording and reproduction are performed as in the data recording and reproducing apparatus 100 shown in FIG. 1, so that the same operation and effect can be obtained.

【0064】なお、上述実施の形態においては、プログ
ラム・記録位置テーブル(図3参照)に基づいて、ハー
ドディスクより複数のプログラムのビデオ信号SV1に
対応したMPEGストリームの最初の部分を再生し、そ
の再生された最初の部分を処理して複数のプログラムの
ビデオ信号SV1に係る子画像を画面上の分割領域にそ
れぞれ配置したマルチ画面(全プログラムのマルチ画
面)を表示するマルチ画面用ビデオ信号を作成し、モニ
タ117に全プログラムのマルチ画面を表示するもので
あったが、予めこのマルチ画面用ビデオ信号を作成し、
このマルチ画面用ビデオ信号をハードディスクに記録し
ておき、全プログラムのマルチ画面をモニタ117に表
示する際には、ハードディスクよりマルチ画面用ビデオ
信号を再生して使用するようにしてもよい。
In the above embodiment, the first part of the MPEG stream corresponding to the video signals SV1 of a plurality of programs is reproduced from the hard disk based on the program / recording position table (see FIG. 3), and the reproduction is performed. The first part is processed to create a multi-screen video signal for displaying a multi-screen (multi-screen of all programs) in which child images relating to video signals SV1 of a plurality of programs are respectively arranged in divided areas on the screen. , The multi-screen of the entire program is displayed on the monitor 117, but this multi-screen video signal is created in advance,
When the multi-screen video signal is recorded on the hard disk and the multi-screen of all programs is displayed on the monitor 117, the multi-screen video signal may be reproduced from the hard disk and used.

【0065】なお、このマルチ画面用ビデオ信号は、ハ
ードディスクに新たなプログラムのビデオ信号SV1に
対応した一連のMPEGストリームが記録されるとき、
あるいはハードディスクに記録されていた所定のプログ
ラムのビデオ信号SV1に対応した一連のMPEGスト
リームが削除されるときは、更新されることとなる。
The multi-screen video signal is generated when a series of MPEG streams corresponding to the video signal SV1 of the new program is recorded on the hard disk.
Alternatively, when a series of MPEG streams corresponding to the video signal SV1 of the predetermined program recorded on the hard disk is deleted, the stream is updated.

【0066】また、上述実施の形態においては、時間・
記録位置テーブル(図2参照)に基づいてハードディス
クより所定プログラムのビデオ信号SV1の一定時間毎
の部分に対応するデータを再生し、その再生されたデー
タを処理してそのビデオ信号SV1の一定時間毎の部分
に係る子画像を画面上の分割領域にそれぞれ配置したマ
ルチ画面(プログラム内のマルチ画面)を表示するマル
チ画面用ビデオ信号を作成し、モニタ117にプログラ
ム内のマルチ画面を表示するものであったが、予めこの
マルチ画面用ビデオ信号を作成し、このマルチ画面用ビ
デオ信号を所定のプログラムの一連のMPEGストリー
ムに関連づけてハードディスクに記録しておき、当該所
定プログラム内のマルチ画面をモニタ117に表示する
際には、ハードディスクよりマルチ画面用ビデオ信号を
再生して使用するようにしてもよい。
In the above embodiment, the time
Based on the recording position table (see FIG. 2), data corresponding to a portion of the video signal SV1 of the predetermined program is reproduced from the hard disk at a predetermined time interval, and the reproduced data is processed to process the data at a predetermined time interval of the video signal SV1. A multi-screen video signal for displaying a multi-screen (multi-screen in a program) in which child images related to the portion are arranged in divided areas on the screen is created, and the multi-screen in the program is displayed on the monitor 117. However, this multi-screen video signal is created in advance, the multi-screen video signal is recorded on a hard disk in association with a series of MPEG streams of a predetermined program, and the multi-screen in the predetermined program is monitored by the monitor 117. When displaying video on a multi-screen video signal from the hard disk Unishi may be.

【0067】また、上述実施の形態においては、作成さ
れた時間・記録位置テーブル(図2参照)やプログラム
・記録位置テーブル(図3参照)をRAM104に記憶
しておくように説明したが、これをハードディスクに記
録しておき、必要に応じて再生して使用するようにして
もよい。
In the above embodiment, the created time / recording position table (see FIG. 2) and the program / recording position table (see FIG. 3) are described as being stored in the RAM 104. May be recorded on a hard disk, and reproduced and used as needed.

【0068】また、上述実施の形態においては、データ
記録媒体としてハードディスクを使用したものを示した
が、これに限定されないことは勿論である。さらに、上
述実施の形態においては、MPEGストリームを記録す
るものであったが、この発明はその他の可変ビットレー
トのデータストリームを記録する場合にも同様に適用す
ることができる。
Further, in the above-described embodiment, the case where a hard disk is used as a data recording medium has been described, but it is a matter of course that the present invention is not limited to this. Furthermore, in the above-described embodiment, the MPEG stream is recorded, but the present invention can be similarly applied to the case of recording other variable bit rate data streams.

【0069】[0069]

【発明の効果】この発明によれば、複数のプログラムの
記録ビデオ信号に係る子画像を画面上の分割領域にそれ
ぞれ配置したマルチ画面を表示でき、ユーザは、データ
記録媒体に記録された複数のプログラムの内容を容易に
確認できると共に、再生すべきプログラムの指定を容易
に行うことができる。また、この発明によれば、所定プ
ログラムの記録ビデオ信号の一定時間毎の部分による子
画像を画面上の分割領域にそれぞれ配置したマルチ画面
を表示でき、ユーザは、再生すべきプログラムの記録ビ
デオ信号の一定時間毎の部分による画像を容易に確認で
き、さらに再生開始時間の指定を容易に行うことができ
る。
According to the present invention, it is possible to display a multi-screen in which child images relating to recording video signals of a plurality of programs are respectively arranged in divided areas on a screen, and a user can display a plurality of screens recorded on a data recording medium. The content of the program can be easily confirmed, and the program to be reproduced can be easily specified. Further, according to the present invention, it is possible to display a multi-screen in which child images of portions of a recording video signal of a predetermined program at predetermined time intervals are arranged in divided areas on the screen, and the user can record a video signal of a program to be reproduced It is possible to easily confirm the image of the portion at a predetermined time interval and to easily specify the reproduction start time.

【図面の簡単な説明】[Brief description of the drawings]

【図1】第1の実施の形態としてのデータ記録再生装置
の構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a data recording / reproducing apparatus according to a first embodiment.

【図2】プログラムnに対応する時間・記録位置テーブ
ルの一例を示す図である。
FIG. 2 is a diagram illustrating an example of a time / recording position table corresponding to a program n.

【図3】全プログラムに対応するプログラム・記録位置
テーブルの一例を示す図である。
FIG. 3 is a diagram showing an example of a program / recording position table corresponding to all programs.

【図4】全プログラムのマルチ画面の一例を示す図であ
る。
FIG. 4 is a diagram showing an example of a multi-screen of all programs.

【図5】プログラム内のマルチ画面の一例を示す図であ
る。
FIG. 5 is a diagram showing an example of a multi-screen in a program.

【図6】第2の実施の形態としてのデータ記録再生装置
の構成を示すブロック図である。
FIG. 6 is a block diagram illustrating a configuration of a data recording / reproducing device according to a second embodiment.

【図7】MPEG符号化データのシーケンス層、GOP
層を示す図である。
FIG. 7: Sequence layer of MPEG encoded data, GOP
FIG.

【符号の説明】[Explanation of symbols]

100,100A データ記録再生装置 101 CPU 105 リモコン信号受信部 106 バッファメモリ 107 HDドライブ 108 ドライブコントローラ 109 タイムカウンタ 111 受信アンテナ 112 チューナ 115 MPEG2エンコーダ 116 MPEG2デコーダ 117 モニタ 100, 100A Data recording / reproducing apparatus 101 CPU 105 Remote control signal receiving unit 106 Buffer memory 107 HD drive 108 Drive controller 109 Time counter 111 Receiving antenna 112 Tuner 115 MPEG2 encoder 116 MPEG2 decoder 117 Monitor

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) H04N 5/765 H04N 5/781 510D 5/781 Fターム(参考) 5C025 BA27 CA06 DA01 DA08 5C053 FA06 FA20 FA23 FA27 GB37 JA22 LA05 LA06 LA07 5D044 AB07 BC01 CC04 DE14 DE37 FG19 FG23 GK08 HL04 HL14 5D110 AA13 AA28 CA05 CA09 CA43 CC03 DA17 DB02 DE01 ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) H04N 5/765 H04N 5/781 510D 5/781 F-term (Reference) 5C025 BA27 CA06 DA01 DA08 5C053 FA06 FA20 FA23 FA27 GB37 JA22 LA05 LA06 LA07 5D044 AB07 BC01 CC04 DE14 DE37 FG19 FG23 GK08 HL04 HL14 5D110 AA13 AA28 CA05 CA09 CA43 CC03 DA17 DB02 DE01

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】 データ記録媒体と、 所定のプログラムの記録ビデオ信号にデータ圧縮処理を
してデータストリームを得るエンコーダと、 上記データストリームを上記データ記録媒体に記録する
データ記録手段と、 上記データストリームのうち、上記記録ビデオ信号の一
定時間毎の部分に対応するデータの記録位置を示す情報
を持つテーブルを記憶する記憶手段と、 上記テーブルに基づいて、上記データ記録媒体より上記
記録ビデオ信号の一定時間毎の部分に対応するデータを
再生する第1のデータ再生手段と、 上記再生されたデータを処理して、上記記録ビデオ信号
の一定時間毎の部分に係る子画像を画面上の分割領域に
それぞれ配置したマルチ画面を表示するためのマルチ画
面用ビデオ信号を作成するビデオ信号作成手段とを備え
ることを特徴とするデータ記録再生装置。
1. A data recording medium, an encoder for performing a data compression process on a recording video signal of a predetermined program to obtain a data stream, a data recording means for recording the data stream on the data recording medium, and the data stream A storage means for storing a table having information indicating a recording position of data corresponding to a portion of the recording video signal corresponding to a predetermined time interval; and, based on the table, a constant value of the recording video signal from the data recording medium. First data reproducing means for reproducing data corresponding to a portion for each time; processing the reproduced data to convert a child image relating to a portion for each fixed time of the recording video signal into a divided area on a screen; Video signal generating means for generating a multi-screen video signal for displaying the multi-screen arranged respectively. Data recording and reproducing apparatus characterized.
【請求項2】 上記マルチ画面用ビデオ信号によって表
示された上記マルチ画面に含まれる複数の子画像より一
の子画像を選択する画像選択手段と、 上記テーブルに基づいて、上記選択された一の子画像に
対応したデータが記録されている上記データ記録媒体の
記録位置にジャンプし、該記録位置から上記データスト
リームの再生を開始する第2のデータ再生手段と、 上記再生されたデータストリームにデータ伸長処理をし
て再生ビデオ信号を得るデコーダとをさらに備えること
を特徴とする請求項1に記載のデータ記録再生装置。
2. An image selecting means for selecting one child image from a plurality of child images included in the multi-screen displayed by the multi-screen video signal, based on the table, A second data reproducing means for jumping to a recording position of the data recording medium on which data corresponding to the child image is recorded and starting reproduction of the data stream from the recording position; 2. The data recording / reproducing apparatus according to claim 1, further comprising: a decoder for performing a decompression process to obtain a reproduced video signal.
【請求項3】 上記データストリームは、MPEGスト
リームであることを特徴とする請求項1に記載のデータ
記録再生装置。
3. The data recording / reproducing apparatus according to claim 1, wherein the data stream is an MPEG stream.
【請求項4】 データ記録媒体と、 所定のプログラムの記録ビデオ信号にデータ圧縮処理を
してデータストリームを得るエンコーダと、 上記データストリームを上記データ記録媒体に記録する
データ記録手段と、 上記記録ビデオ信号の一定時間毎の部分に係る子画像を
画面上の分割領域にそれぞれ配置したマルチ画面を表示
するためのマルチ画面用ビデオ信号を作成するビデオ信
号作成手段と、 上記作成されたマルチ画面用ビデオ信号を上記データス
トリームに関連づけて上記データ記録媒体に記録するビ
デオ信号記録手段と、 上記データ記録媒体より上記マルチ画面用ビデオ信号を
再生するビデオ信号再生手段とを備えることを特徴とす
るデータ記録再生装置。
4. A data recording medium; an encoder for performing a data compression process on a recording video signal of a predetermined program to obtain a data stream; a data recording means for recording the data stream on the data recording medium; Video signal generating means for generating a multi-screen video signal for displaying a multi-screen in which child images relating to portions of the signal at predetermined time intervals are arranged in divided regions on the screen; and the multi-screen video created above A data recording and reproducing method comprising: a video signal recording means for recording a signal on the data recording medium in association with the data stream; and a video signal reproducing means for reproducing the multi-screen video signal from the data recording medium. apparatus.
【請求項5】 上記データストリームのうち、上記記録
ビデオ信号の一定時間毎の部分に対応するデータの記録
位置を示す情報を持つテーブルを記憶する記憶手段と、 上記マルチ画面用ビデオ信号によって表示された上記マ
ルチ画面に含まれる複数の子画像より一の子画像を選択
する画像選択手段と、 上記テーブルに基づいて、上記選択された一の子画像に
対応したデータが記録されている上記データ記録媒体の
記録位置にジャンプし、該記録位置から上記データスト
リームの再生を開始するデータ再生手段と、 上記再生されたデータストリームにデータ伸長処理をし
て再生ビデオ信号を得るデコーダとをさらに備えること
を特徴とする請求項4に記載のデータ記録再生装置。
5. A storage means for storing a table having information indicating a recording position of data corresponding to a portion of the recording video signal at predetermined time intervals in the data stream, and a table displayed by the multi-screen video signal. Image selection means for selecting one child image from a plurality of child images included in the multi-screen, and the data recording in which data corresponding to the selected one child image is recorded based on the table. Data reproducing means for jumping to a recording position of a medium and starting reproduction of the data stream from the recording position; and a decoder for performing data decompression processing on the reproduced data stream to obtain a reproduced video signal. The data recording / reproducing apparatus according to claim 4, wherein
【請求項6】 上記データストリームは、MPEGスト
リームであることを特徴とする請求項4に記載のデータ
記録再生装置。
6. The data recording / reproducing apparatus according to claim 4, wherein said data stream is an MPEG stream.
【請求項7】 データ記録媒体と、 所定のプログラムの記録ビデオ信号にデータ圧縮処理を
してデータストリームを得るエンコーダと、 上記データストリームを上記データ記録媒体に記録する
データ記録手段と、 上記データ記録媒体に記録された複数のプログラムの記
録ビデオ信号に対応したデータストリームの最初の記録
位置を示す情報を持つテーブルを記憶する記憶手段と、 上記テーブルに基づいて、上記データ記録媒体より上記
複数のプログラムの記録ビデオ信号に対応したデータス
トリームの最初の部分を再生する第1のデータ再生手段
と、 上記再生された最初の部分を処理して、上記複数のプロ
グラムの記録ビデオ信号に係る子画像を画面上の分割領
域にそれぞれ配置したマルチ画面を表示するためのマル
チ画面用ビデオ信号を作成するビデオ信号作成手段とを
備えることを特徴とするデータ記録再生装置。
7. A data recording medium; an encoder for performing a data compression process on a recording video signal of a predetermined program to obtain a data stream; a data recording unit for recording the data stream on the data recording medium; Storage means for storing a table having information indicating a first recording position of a data stream corresponding to a recording video signal of a plurality of programs recorded on the medium; and, based on the table, the plurality of programs from the data recording medium. First data reproducing means for reproducing a first part of a data stream corresponding to a recorded video signal of the plurality of programs, and processing the reproduced first part to display a child image relating to the recorded video signals of the plurality of programs on a screen. The multi-screen video signal for displaying the multi-screen arranged in the upper divided area Data recording and reproducing apparatus comprising: a video signal producing means for forming.
【請求項8】 上記マルチ画面用ビデオ信号によって表
示された上記マルチ画面に含まれる複数の子画像より一
の子画像を選択する画像選択手段と、 上記テーブルに基づいて、上記選択された一の子画像に
対応したデータが記録されている上記データ記録媒体の
記録位置にジャンプし、該記録位置から上記データスト
リームの再生を開始する第2のデータ再生手段と、 上記再生されたデータストリームにデータ伸長処理をし
て再生ビデオ信号を得るデコーダとをさらに備えること
を特徴とする請求項7に記載のデータ記録再生装置。
8. An image selecting means for selecting one child image from a plurality of child images included in the multi-screen displayed by the multi-screen video signal, based on the table, A second data reproducing means for jumping to a recording position of the data recording medium on which data corresponding to the child image is recorded and starting reproduction of the data stream from the recording position; 8. The data recording / reproducing apparatus according to claim 7, further comprising a decoder for performing a decompression process to obtain a reproduced video signal.
【請求項9】 上記データストリームは、MPEGスト
リームであることを特徴とする請求項7に記載のデータ
記録再生装置。
9. The data recording / reproducing apparatus according to claim 7, wherein the data stream is an MPEG stream.
【請求項10】 データ記録媒体と、 所定のプログラムの記録ビデオ信号にデータ圧縮処理を
してデータストリームを得るエンコーダと、 上記データストリームを上記データ記録媒体に記録する
データ記録手段と、 上記データ記録媒体に記録された複数のプログラムの記
録ビデオ信号に係る子画像を画面上の分割領域にそれぞ
れ配置したマルチ画面を表示するためのマルチ画面用ビ
デオ信号を作成するビデオ信号作成手段と、 上記作成されたマルチ画面用ビデオ信号を上記データ記
録媒体に記録するビデオ信号記録手段と、 上記データ記録媒体より上記マルチ画面用ビデオ信号を
再生するビデオ信号再生手段とを備えることを特徴とす
るデータ記録再生装置。
10. A data recording medium, an encoder for performing a data compression process on a recording video signal of a predetermined program to obtain a data stream, a data recording means for recording the data stream on the data recording medium, and the data recording A video signal generating means for generating a multi-screen video signal for displaying a multi-screen in which child images relating to recording video signals of a plurality of programs recorded on a medium are respectively arranged in divided areas on the screen; A video signal recording means for recording the multi-screen video signal on the data recording medium; and a video signal reproducing means for reproducing the multi-screen video signal from the data recording medium. .
【請求項11】 上記データ記録媒体に記録された複数
のプログラムの記録ビデオ信号に対応したデータストリ
ームの最初の記録位置を示す情報を持つテーブルを記憶
する記憶手段と、 上記マルチ画面用ビデオ信号によって表示された上記マ
ルチ画面に含まれる複数の子画像より一の子画像を選択
する画像選択手段と、 上記テーブルに基づいて、上記選択された一の子画像に
対応したデータが記録されている上記データ記録媒体の
記録位置にジャンプし、該記録位置から上記データスト
リームの再生を開始するデータ再生手段と、 上記再生されたデータストリームにデータ伸長処理をし
て再生ビデオ信号を得るデコーダとをさらに備えること
を特徴とする請求項10に記載のデータ記録再生装置。
11. A storage means for storing a table having information indicating a first recording position of a data stream corresponding to recording video signals of a plurality of programs recorded on the data recording medium; Image selecting means for selecting one child image from a plurality of child images included in the displayed multi-screen; and data corresponding to the selected one child image are recorded based on the table. Data reproducing means for jumping to a recording position of the data recording medium and starting reproduction of the data stream from the recording position; and a decoder for performing data decompression processing on the reproduced data stream to obtain a reproduced video signal. The data recording / reproducing apparatus according to claim 10, wherein:
【請求項12】 上記データストリームは、MPEGス
トリームであることを特徴とする請求項10に記載のデ
ータ記録再生装置。
12. The data recording / reproducing apparatus according to claim 10, wherein the data stream is an MPEG stream.
JP2000189455A 2000-06-23 2000-06-23 Data recording and reproducing device Pending JP2002010202A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000189455A JP2002010202A (en) 2000-06-23 2000-06-23 Data recording and reproducing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000189455A JP2002010202A (en) 2000-06-23 2000-06-23 Data recording and reproducing device

Publications (2)

Publication Number Publication Date
JP2002010202A true JP2002010202A (en) 2002-01-11
JP2002010202A5 JP2002010202A5 (en) 2007-04-12

Family

ID=18689084

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000189455A Pending JP2002010202A (en) 2000-06-23 2000-06-23 Data recording and reproducing device

Country Status (1)

Country Link
JP (1) JP2002010202A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040016270A (en) * 2002-08-16 2004-02-21 삼성전자주식회사 A/V program recording/reproducing apparatus and method of reproducing A/V program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040016270A (en) * 2002-08-16 2004-02-21 삼성전자주식회사 A/V program recording/reproducing apparatus and method of reproducing A/V program

Similar Documents

Publication Publication Date Title
JP3631123B2 (en) Digital broadcast receiver
JP2002044604A (en) Information compression recorder
US6859612B2 (en) Decoder and reproducing unit
JP3825719B2 (en) Image reproduction method, image reproduction apparatus, and image recording apparatus
EP2107568A1 (en) Methods and device for reproducing images
JP2004072727A (en) Image processing method, image processing apparatus, image recording and reproducing apparatus, and television receiver
JPH09200695A (en) Method and device for decoding video data for high-speed reproduction
JP2009296081A (en) Video image reproducer
US6801709B1 (en) Apparatus and method for synchronously decoding video data and sub-picture data in DVD player
JP2005204273A (en) Av system, av device, and image signal outputting method
US7489852B2 (en) Video reproducing apparatus
WO2009093557A1 (en) Multi-screen display
US6757485B1 (en) Apparatus for reproducing still picture from recording medium
JP2002010202A (en) Data recording and reproducing device
JP2006100982A (en) Image reproducing apparatus and method
JP4237129B2 (en) Network compatible video equipment and network compatible video system
JP3184175B2 (en) Decryption device
JP2001128096A (en) Picture reproducing device
US20040081428A1 (en) Reproducing apparatus and reproducing method of digital video information
JP2004357054A (en) Video display device and video display method
JP2006270755A (en) Decoder circuit and decoding method
JP2003153160A (en) Device and method for displaying broadcasting
JP2000032475A (en) Dynamic image reproducing device
JP2006187037A (en) Image reproducing method
JP2002008321A (en) Data recorder, data recording method, data recording medium and data reproducing device

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070228

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070228

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20070228

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080910

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080916

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081117

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090421