JP4173391B2 - Recording apparatus, recording method, and program - Google Patents

Recording apparatus, recording method, and program Download PDF

Info

Publication number
JP4173391B2
JP4173391B2 JP2003078691A JP2003078691A JP4173391B2 JP 4173391 B2 JP4173391 B2 JP 4173391B2 JP 2003078691 A JP2003078691 A JP 2003078691A JP 2003078691 A JP2003078691 A JP 2003078691A JP 4173391 B2 JP4173391 B2 JP 4173391B2
Authority
JP
Japan
Prior art keywords
data
recording
medium
recorded
removable medium
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 - Fee Related
Application number
JP2003078691A
Other languages
Japanese (ja)
Other versions
JP2004005495A (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.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial 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 Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP2003078691A priority Critical patent/JP4173391B2/en
Publication of JP2004005495A publication Critical patent/JP2004005495A/en
Application granted granted Critical
Publication of JP4173391B2 publication Critical patent/JP4173391B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、二種以上の異なるデータフォーマットのリムーバブルディスクへの記録及び再生を一つの装置でサポートするための技術に関する。
【0002】
【従来の技術】
デジタル放送で送信されるAVデータをデジタル録画するデジタルレコーダが開発、販売されている。デジタルレコーダは、デジタル放送を受信するデジタルテレビ(以下、「DTV」という。)等とIEEE1394インターフェースにより接続されて用いられるのが一般的である。IEEE1394は、アイソクロナス転送方式によりリアルタイム性が要求されるAVデータ等の機器間転送を可能にし、アシンクロナス転送により制御に関するデータの機器間転送を可能にする。この制御に関するデータの転送には、1394 Trade Associationにより規定されたAV/Cコマンドが用いられている。
【0003】
AV/Cコマンドは、AV機器がIEEE1394で接続された他のAV機器をリモート制御するためのコマンドセットである。ここでDTV等、リモート制御する側、つまりコマンドを送信する側の機器をコントローラといい、デジタルレコーダ等、リモート制御される側、つまりコマンドを受信する側の機器をターゲットという。コマンドには、コントローラが、再生、録画、AVデータに関する情報の書き込み、読み出し等、ターゲットの機能を制御するコマンドや、ターゲットの状態を問い合わせるコマンド等がある。
【0004】
このAV/Cコマンドを利用して、様々なアプリケーションが実現されている。例えば、DTVがAV/Cコマンドを使ってデジタルレコーダから各AVデータに関するタイトル名、録画日時、番組内容などの情報を読み出し、ユーザがそれら情報を参考にしてAVデータを選択することができるよう、それらを整形してディスプレイに表示し、表示された情報の1つがユーザにより選択操作されると、その情報に対応するAVデータを再生するAV/Cコマンドをデジタルレコーダに送信する、というアプリケーションである。
【0005】
以下、このアプリケーションについて、処理の流れの一例を説明する。
DTVは、デジタル放送を通じて送信されるAVデータを受信し、また併せて送信されるEPG(電子番組ガイド)からタイトル名、録画日時、番組内容等といったAVデータに関する情報(以下、AVデータ情報と呼ぶ。)を取得し、それらの書き込みを指示するAV/Cコマンドを使ってデジタルレコーダに転送する。
【0006】
このAV/Cコマンドを受信したデジタルレコーダは、当該AV/Cコマンドの指示に従って、転送されてくるAVデータ及びAVデータ情報を記録媒体に記録する。
続いて、上記記録完了後において、DTVは、デジタルレコーダが記録媒体に保有している全てのAVデータ情報を記録媒体から読み出すよう、読み出しを指示するAV/Cコマンドを使ってデジタルレコーダに指示する。
【0007】
このコマンドを受信したデジタルレコーダは、当該読み出し指示にかかるAVデータ情報をDTVに送信する。
AVデータ情報を取得したDTVは、それらの情報を基にタイトル名や番組内容等を列挙したリストを作成し、ディスプレイに表示する。
ユーザ操作によりリストのうちの1つの情報が選択されると、DTVは選択された情報に対応するAVデータを特定し、デジタルレコーダにそのAVデータの読み出しを指示し、その結果、転送されるAVデータをディスプレイに再生する。
【0008】
ところでデジタルレコーダの記録対象メディアが光ディスクである場合、光ディスクの種類によりデータフォーマットが異なるため、機器と光ディスクの組み合わせによっては互換性の問題が生じる。
ここにおいてデータフォーマットとは、光ディスクに記録するAVデータ情報の種類、領域及び領域のサイズを定義するものである。例えばDVD−RAM及びDVD−RWの場合、データフォーマットとしてビデオコーディングフォーマットが適用され、DVD−R及びDVD−ROMの場合、DVDビデオフォーマットが適用されている。
【0009】
この互換性の問題に対して、従来、光ディスクのファイル構造及び内容を分析して、分析結果に基づいて再生処理を行うものがある(例えば、特許文献1参照。)。
【0010】
【特許文献1】
特開平2001−57026号公報
【0011】
【発明が解決しようとする課題】
しかしながら、DTVとデジタルレコーダに装着された光ディスクそれぞれの対応するデータフォーマットが異なっており、DTVのデータフォーマットに定義された情報が、光ディスクのデータフォーマットに定義されていない場合、DTVがAV/Cコマンドにより記録指示したその情報をデジタルデコーダは光ディスクに書き込むことができないという問題があり、この問題は上記特許文献1の技術では解決できない。また書き込むことができない結果、DTVは、デジタルレコーダにその情報の読み出しを指示したとしても、光ディスクに記録されていないためにその情報を得ることができず、ディスプレイに表示することができないという問題も起こる。
【0012】
特に近年に開発された大容量の光ディスクに対応するデータフォーマットは、現行のフォーマットにはない多種のデータを定義しているので、この光ディスクに対応する機器と現行の光ディスクとの上記互換性の問題が顕著となる。この解決策としては、DTVがデジタルレコーダに装着された光ディスクのフォーマットを識別し、その識別結果に応じてデジタルレコーダに発するAV/Cコマンドを切り替えるという方法も考えられる。しかしその方法では、DTV側のアプリケーションの開発効率が劣るという問題がある。
【0013】
そこで本発明は、DTV等のコントローラがデジタルレコーダに装着された光ディスクのデータフォーマットに応じてコマンドを切り替える必要なく、上記互換性の問題を解決したデジタルレコーダを提供することを目的とする。
【0014】
【課題を解決するための手段】
上記問題を解決するため本発明の記録装置は、リムーバブルメディアに各種データを記録する記録装置であって、リムーバブルメディアが装着される装着手段と、外部からデータを取得する取得手段と、前記装着手段により装着されたリムーバブルメディアに既に定められているデータフォーマットが記録を許容しているデータ種別を検出する検出手段と、前記取得手段により取得されるデータのデータ種別を判別し、当該データ種別が、前記検出手段により記録が許容されているデータ種別である場合には前記リムーバブルメディアに当該データを記録し、許容されていないデータ種別である場合には前記リムーバブルメディアではない他の媒体に当該データを記録する記録手段とを備えることを特徴とする。
【0015】
前記記録装置は、更に、外部より所定のデータの読み出し指示を取得する読み出し指示取得手段と、前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されている場合には前記リムーバブルメディアから前記所定のデータを読み出し、前記リムーバブルメディアに記録されていない場合であって前記他の媒体に記録されている場合には前記他の媒体から前記所定のデータを読み出して外部に出力する読み出し手段とを備えてもよい。
【0016】
前記記録装置は、更に、前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディア及び前記他の媒体のいずれにも記録されていない場合には、前記所定のデータの代わりとなる擬似データを生成して外部に出力する擬似データ生成手段を備えてもよい。
前記擬似データ生成手段は、前記リムーバブルメディア又は前記他の媒体に記録されているデータを用いて前記擬似データの生成を行うよう構成してもよい。
【0017】
前記記録装置は、更に、前記記録手段が前記リムーバブルメディア又は前記他の媒体への記録後に当該記録を実行したことを示す通知信号を外部に出力する通知手段を備えてもよい。
前記記録装置に装着される前記リムーバブルメディアの種類は、DVD−RAM、DVD−R、DVD−ROM及びDVD−RWのうちの1種以上であることを特徴としてもよい。
【0018】
前記記録装置は、外部との信号授受をデジタルインタフェースを介して行うよう構成してもよい。
前記デジタルインタフェースは、IEEE1394、USB及びイーサネット(登録商標)のいずれかであることを特徴としてもよい。
前記他の媒体は、フレキシブルディスク、ハードディスク、MO及び半導体メモリのいずれかであることを特徴としてもよい。
【0019】
前記記録装置は、さらに、前記記録手段による前記他の媒体への記録に際して、前記装着手段により装着されたリムーバブルメディアのディスク識別子を取得するディスク識別子取得手段を備え、前記記録手段は、前記装着手段により装着されたリムーバブルメディアへの記録が許容されていないデータ種別のデータを、前記ディスク識別子取得手段により取得されたディスク識別子と対応付けて前記他の媒体への記録を行うよう構成してもよい。
【0020】
前記ディスク識別子取得手段は、さらに、前記読み出し手段による前記他の媒体からの読み出しに際して、前記装着手段により装着されたリムーバブルメディアのディスク識別子を取得し、前記読み出し手段は、前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されていない場合には、前記ディスク識別子取得手段により取得されたディスク識別子をキーとして前記他の記録媒体に記録された前記リムーバブルメディアを検索し、当該ディスク識別子に対応する前記所定のデータが前記他の記録媒体に記録されている場合にはそれを読み出して外部に出力するよう構成してもよい。
【0021】
【発明の実施の形態】
図1は、DTVと光ディスクレコーダとからなる接続例を示す。
同図においてDVT110と光ディスクレコーダ120とはIEEE1394バス100を介して接続されている。リモコン130は、ユーザ操作を受け付けて、その操作に応じた指示をDTV110に与えるものである。
【0022】
図2は、光ディスクレコーダ120の構成例を示す。
同図において光ディスクレコーダ120は、アイソクロナス転送の制御を行うアイソクロナス処理手段310、アシンクロナス転送の制御を行うアシンクロナス処理手段320、AV/Cコマンドについての処理を行うコマンド処理手段330、AVデータを一時的に格納するデータバッファ340、情報格納バッファ350、光ディスクドライブ370の制御を行う光ディスクドライブ制御手段360及び光ディスクドライブ370から構成される。
【0023】
この構成において、情報格納バッファ350は、光ディスクドライブ370に装着された光ディスク372に予め定められたデータフォーマットが当該光ディスクへの記録を許容していないデータ種別のAVデータ情報を記録するための記憶媒体である。この記憶媒体は、例えばフレキシブルディスク、ハードディスク、MO及び半導体メモリである。
【0024】
光ディスクドライブ370は、装着された光ディスク372への記録及び再生を制御する記録再生制御手段371を備える。
光ディスクドライブ370に装着される光ディスク372の種類は、DVD−RAM、DVD−R、DVD−ROM及びDVD−RW等である。
図3はAV/CコマンドによりDTV110から光ディスクレコーダ120へと転送されるAVデータ情報のデータ構成例を示す。
【0025】
同図においてAVデータ情報は、全体のサイズ等を示すヘッダ情報400、全番組(AVデータ)に関する情報を格納する番組管理情報410、各番組の詳細な情報を格納する1以上の番組個別情報420から構成される。
番組個別情報420は、この番組個別情報のサイズ等を示すヘッダ情報430、番組の録画日時を示す録画日時データ440、番組のタイトル名を格納するタイトルデータ450、内容情報データ460から構成される。
【0026】
なお、番組個別情報420に格納されるデータはこれに限定されるものではなく、例えば、チャンネル名等を格納してもよい。また#n(ここにおいてnは自然数)は、番組個別情報を区別するために便宜上付与した番号である。例えば、DTV110は番組個別情報#1だけを光ディスクレコーダ120に転送することも、AVデータ情報全体を転送することも可能である。
【0027】
図4は、光ディスク372のデータフォーマットが定義しているデータ構成の一部である録画番組管理情報500の構成例を示す。
録画番組管理情報500は、AVデータ(番組)に関する情報を格納する領域であり、光ディスクに記録されているAVデータ全体を管理するための番組管理情報テーブル510と、各AVデータの情報を格納する番組情報テーブル520とで構成される。番組情報テーブル520は、番組情報テーブルのサイズなどの情報を格納するヘッダ情報530と、各AVデータの情報それぞれが格納される1以上の番組情報540から構成される。各番組情報540は、録画日時データ550とタイトルデータ560から構成される。
【0028】
図示を省略しているが、光ディスク372のデータフォーマットは、上記録画番組管理情報500の他、AVデータの領域についても定義している。
図4に示される光ディスク372のデータフォーマットは、図3と比較すればわかるように、図3の録画日時データ440及びタイトルデータ450については録画日時データ550及びタイトルデータ560定義しているが、内容情報データ460については定義していない。すなわち、このデジタルフォーマットは、録画日時データ及びタイトルデータが光ディスク372に記録されることを許容し、内容情報データが記録されることを許容していない。
【0029】
なお光ディスクのデータフォーマットがどのデータ種別のデータの記録を許容し、どのデータ種別のデータの記録を許容しないかということは、図4の例に限られない。
図5は、図4のデータフォーマットの光ディスク372が装着された場合における、情報格納バッファに格納されるデータの構成例を示す。
【0030】
情報格納バッファ350は、録画されているAVデータの個数などを示すヘッダ情報600と、1以上の番組個別情報610で構成される。各番組個別情報610は、内容情報データ620で構成される。
ここで、図3、図4及び図5それぞれにおいて、同じ番号が付与された番組個別情報を構成している同じデータ名のデータは、同じものである。つまり、図3の番組個別情報#1の構成要素である録画日時データ440及びタイトルデータ450は、図4の番組個別情報#1の構成要素である録画日時データ550及びタイトルデータ560は、同一データである。また図3の番組個別情報#1の構成要素である内容情報データ460は、図5の番組個別情報#1の構成要素である内容情報データ620と同一データである。
【0031】
次に、AVデータ情報の記録について説明する。
図6は、DTV110から光ディスクレコーダ120に送信されるFCPの枠組みを示す。
FCPは、AV/Cコマンドにおいて使用される、IEEE1394上でAV機器の制御を行うためのプロトコルである。
【0032】
図7は、記録指示を示すAV/Cコマンドのデータ構成を示す。
同図において、AV/Cコマンドは、指示内容(データのライト)を意味するオペコード800、指示内容に関する捕捉情報を示す補助情報810、送信するデータの大きさを示す転送長820、データを格納する位置を示すアドレス830、上書きするデータの長さを示すオリジナルデータ長840、及び送信するデータ(この場合はAVデータ情報)を格納するデータ850から構成される。
【0033】
図7のAV/Cコマンドが図6のFCPのコマンド格納領域700に格納されて転送される。
では続いて、図6及び図7のデータ構成を用いて転送されたAVデータ情報の記録指示コマンドが光ディスクレコーダ120においてどのように処理されるかについて説明する。
【0034】
図8は、光ディスクレコーダ120におけるAVデータ情報の記録処理を示すフローチャートである。
DTV110から送信されたAV/CコマンドとAVデータ情報は、アシンクロナス処理手段320を通じて受信される(ステップ900)。
コマンド処理手段330は、コマンド格納領域700から、AV/Cコマンドを取り出し、オペコード800などを解釈した上で処理内容を判断する。次に、コマンド処理手段330は、AVデータ情報を取り出し、番組個別情報420に格納されているデータのそれぞれに対し光ディスクに記録できる領域があるのかを判断する(ステップ901)。この判断は、光ディスクに予め定められているデータフォーマットが記録を許容しているデータ種別を検出し、当該検出したデータ種別と番組個別情報420に格納されているデータ種別とを照合することにより行われる。
【0035】
より詳しくは、コマンド処理手段330は、光ディスクのデータフォーマットが何であるかを特定する。具体的には例えば、コマンド処理手段330が、各データフォーマットそれぞれに固有の特徴を、データフォーマットの名前と対応させて予め記憶しておき、装着された光ディスクがどの特徴を持っているかを調べることにより特定する。
【0036】
特徴としては例えば、各データフォーマットに固有のデータ、各データフォーマットに固有のデータ長、各データフォーマットの光ディスクに固有の構造、各データフォーマットに記録されたデータフォーマット名等が利用できる。
次に、コマンド処理手段330は、データフォーマットが記録を許容しているデータ種別を検出する。より具体的には、コマンド処理手段330は、各データフォーマットと、データフォーマットが記録を許容しているデータ種別の名前とを対応させて予め記憶し、特定されたデータフォーマットに対応するデータ種別の名前を、記憶内容から読み出すことによって検出する。
【0037】
最後に、コマンド処理手段330は、番組個別情報420のデータ種別を取得し、取得された各データ種別が、先に検出されたデータ種別と合致するか否かを判定する。この判定の結果、合致するデータ種別は、光ディスクに記録が許容されており、合致しないデータ種別は記録が許容されていない。
ステップ901の判断の結果、光ディスクに格納する領域があるデータ、例えば、録画日時データなどは(ステップ901でYes)、光ディスクドライブ制御手段360を介して光ディスク372に記録する(ステップ902)。
【0038】
一方、光ディスクに格納する領域がないデータは(ステップ901でNo)、情報格納バッファ350に格納される(ステップ903)。DTV110から送信されてきたAVデータ全てを記録、或いは、格納し終えた後、コマンド処理手段330はアシンクロナス処理手段320を介して、AV/Cコマンドの完了通知をDTV110へ送信する(ステップ904)。
【0039】
以上で、DTV110から光ディスクレコーダ120へのAVデータ情報の転送処理が完了する。
続いてAVデータ情報の読み出しについて説明する。
図9は、読み出し指示を示すAV/Cコマンドのデータ構成を示す。
同図において、AV/Cコマンドは、指示内容(データのリード)を意味するオペコード1000、指示内容に関する補足情報を示す補助情報1010、転送するデータの大きさを示す転送長1020、及び転送したいデータが格納されているAVデータ情報における位置を示すアドレス1030から構成される。
【0040】
このコマンドが記録指示と同様、AV/Cコマンドが図6のFCPのコマンド格納領域700に格納されてDTV110から光ディスクレコーダ120に転送される。
では続いて、図9のデータ構成を用いて転送されたAVデータ情報の読み出し指示のコマンドが光ディスクレコーダ120においてどのように処理されるのかについて説明する。
【0041】
図10は、光ディスクレコーダ120におけるAVデータ情報の読み出し指示を示すフローチャートである。
DTV110から送信されたAV/Cコマンドは、アシンクロナス処理手段320を通じて受信され、コマンド処理手段330によりコマンドの解析が行われる(ステップ1100)。
【0042】
コマンド処理手段330は、コマンド格納領域700から、AV/Cコマンドを取り出し、オペコード1000などを解釈した上で処理内容を判断する。次に、コマンド処理手段330は、受信したAV/Cコマンドが示すAVデータ情報のそれぞれ(録画日時データ440、タイトルデータ450、内容情報データ460)について、光ディスクに記録されているかどうかを判断する(ステップ1101)。
【0043】
この判断は、例えば、次のようにして行う。まず、コマンド処理手段330は、光ディスクドライブ370に装着された光ディスクのデータフォーマットが何であるかを特定する。この特定は、ステップ901のものと同じでよい。
次に、コマンド処理手段330は、装着された光ディスクのデータフォーマットが記録を許容しているデータ種別を検出する。この検出も、ステップ901のものと同じでよい。
【0044】
そして、コマンド処理手段は、受信したAV/Cコマンドで読み出し指示されたAVデータ情報のデータ種別が、先に検出されたデータ種別と合致するか否か判定し、合致すれば光ディスクに記録されていると判断し、合致しなければ光ディスクに記録されていないと判断する。
光ディスクに格納する領域が規定されている場合(ステップ1101でYes)、コマンド処理手段330は、光ディスクドライブ制御手段360を介して光ディスクより読み出す(ステップ1102)。
【0045】
一方、光ディスクに格納する領域が規定されていないデータは(ステップ1102でNo)、情報格納バッファ350からそのデータを取得する(ステップ1103)。このようにしてAV/Cコマンドで指示されたデータを収集した後、コマンド処理手段330はアシンクロナス処理手段320を介して、収集したAVデータ情報とAV/Cコマンドの完了通知をDTV110へ送信する。
【0046】
以上、本発明について実施の形態に基づいて説明したが本発明は上記実施の形態に限られず、以下のように構成してもよい。
(1)光ディスクに格納する領域が規定されていないデータが情報格納バッファ350にも格納されていない場合は、関連する情報を用いて擬似的なデータを作成してもよい。例えば、タイトル名が格納されていない場合であればタイトル数を用いて、タイトルの順番に、タイトル名を、「タイトル1」、「タイトル2」、「タイトル3」等としてもよい。また、内容情報が格納されていない場合、インターネット等から情報を取得して必要な情報のみを抜き出して内容情報を作成しても良い。擬似的にデータを作成することでユーザに対しデータを表示することが可能になり利便性を提供できる。このように、光ディスクレコーダ120からDTV110へのAVデータ情報の転送処理が完了する。
【0047】
このように、光ディスクに規定されていないデータを情報格納バッファに格納することで、光ディスクに記録する領域が規定されていないデータに対する送受信を意味するAV/Cコマンドを受信しても、そのAV/Cコマンドをエラーで終了することなく処理を終えることが可能になる。その結果、DTVは光ディスクレコーダに装着されるメディアを意識することなく同一のアプリケーションを利用することが可能になる。
(2)実施の形態では、光ディスクに記録する領域が規定されていないデータとして番組内容データを挙げたがその限りではない。例えば、タイトルデータでも構わない。
(3)実施の形態では、コントローラはDTVとしたがその限りではない。例えば、アナログケーブルでTVと接続されたSTB(セットトップボックス)でもよい。
(4)実施の形態では、情報格納バッファをメモリとしたがその限りではない。例えば、HDD(ハードディスクドライブ)などを利用してもよいし、光ディスクに設けられた製造者独自領域やユーザデータ領域を利用してもよい。
(5)実施の形態では、光ディスクに規定されていないデータを内容情報データとしたがその限りではない。例えば、タイトルデータの領域が規定されていないとしてもよいし、全てのデータの領域が規定されていないとしてもよい。
(6)装着する複数のアプリケーションフォーマットの異なる光ディスクに対して、それぞれ異なるコマンド処理を行うのではなく、同一のコマンド処理を適用できる機能をコマンド処理手段が備えるようにしてもよい。その場合、DTVに対して、装着されたディスクはその種類にかかわらず1種類、例えば、『汎用記録再生ディスク』と通知する。一方、ユーザには、例えば、『DVD−RAM』というテキストデータを光ディスクレコーダからDTVに送信し、画面表示させることで装着したメディアを確認することを可能にする。その結果、DTVに複数種類のディスクを意識させることもユーザに混乱を与えることもなくコマンド処理を単純にすることが可能になり、アプリケーション開発への負担を減らすことが可能になる。
(7)実施の形態では、DTVと光ディスクレコーダが1394バスに接続されているとしたがその限りではない。例えば、HDDレコーダも接続されているとしてもよい。また、その場合、DTVとHDDレコーダの間で送受信するAVデータ情報が、DTVと光ディスクレコーダの間で送受信するAVデータと同じであれば、DTVのアプリケーション開発が容易にすることが可能になる。
(8)実施の形態では、AV/Cコマンドで転送するデータをAVデータ情報としたがその限りではない。例えば、機器の設定を示すデータであってもよい。
(9)実施の形態では、光ディスクを用いるレコーダとしたがその限りではない。例えば、HDDを用いたレコーダでもよい。
(10)実施の形態では、ディジタルインタフェースとしてIEEE1394を挙げたがその限りではない。例えば、USBやイーサネット(登録商標)などでもよい。
(11)実施の形態では、光ディスクレコーダ120が1枚の光ディスクに対応して記録及び読み出しの処理を行う例を示しているが、複数枚の光ディスクに対応するよう構成してもよい。
【0048】
その場合、光ディスクレコーダ120は、AVデータ情報を情報格納バッファ350に記録するに際しては、装着されている光ディスク372のディスク識別子(例えば、シリアルナンバー等)を取得し、そのディスク識別子とAVデータ情報とを対応させて情報格納バッファ350に記録する。このようにして記録の際には、複数枚の各光ディスク毎に区分して、AVデータ情報を情報格納バッファ350に記録することができる。
【0049】
そしてAVデータ情報を読み出す際には、装着されている光ディスク372からディスク識別子を取得し、当該ディスク識別子によって、複数の光ディスクのディスク識別子と対応づけて情報格納バッファ350に記録されたAVデータ情報の中から、装着された光ディスクのディスク識別子に対応するAVデータ情報を特定して読み出す。
【0050】
【発明の効果】
本発明の記録装置は、リムーバブルメディアに各種データを記録する記録装置であって、リムーバブルメディアが装着される装着手段と、外部からデータを取得する取得手段と、前記装着手段により装着されたリムーバブルメディアに既に定められているデータフォーマットが記録を許容しているデータ種別を検出する検出手段と、前記取得手段により取得されるデータのデータ種別を判別し、当該データ種別が、前記検出手段により記録が許容されているデータ種別である場合には前記リムーバブルメディアに当該データを記録し、許容されていないデータ種別である場合には前記リムーバブルメディアではない他の媒体に当該データを記録する記録手段とを備えることを特徴とする。
【0051】
この構成により記録装置は、外部の機器(例えばDTV)が対応しているデータフォーマットに定義された全ての種別のデータを、記録指示とともに取得した場合に、リムーバブルメディア又は他の媒体にいずれのデータも欠くことなく記録することができる。記録に際して外部の機器は、記録装置に装着されたリムーバブルメディアのデータフォーマットがどのデータ種別の記録を許容し、どのデータ種別の記録を許容していないか、ということを認識している必要もなく、またその認識に合わせて記録指示のコマンドを替える必要もない。
【0052】
前記記録装置は、更に、外部より所定のデータの読み出し指示を取得する読み出し指示取得手段と、前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されている場合には前記リムーバブルメディアから前記所定のデータを読み出し、前記リムーバブルメディアに記録されていない場合であって前記他の媒体に記録されている場合には前記他の媒体から前記所定のデータを読み出して外部に出力する読み出し手段とを備えてもよい。
【0053】
この構成により記録装置は、外部の機器からリムーバブルメディアのデータフォーマットに定義されていない種別のデータの読み出し指示を受けた場合であっても、当該データが他の記録媒体に記録されている場合にはそこから読み出して、外部の機器に応答することができる。そして外部の機器は、この読み出しに際して、リムーバブルメディアのデータフォーマットに定義されたデータ種別を認識している必要もなく、またその認識にあわせて読み出し指示のコマンドを替える必要もない。
【0054】
前記記録装置は、更に、前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディア及び前記他の媒体のいずれにも記録されていない場合には、前記所定のデータの代わりとなる擬似データを生成して外部に出力する擬似データ生成手段を備えてもよい。
この構成により記録装置は、リムーバブルメディアにも他の記録媒体にも記録されていないデータについての読み出し指示を外部から受けた場合であっても、擬似データを生成して応答することができる。
【0055】
前記擬似データ生成手段は、前記リムーバブルメディア又は前記他の媒体に記録されているデータを用いて前記擬似データの生成を行うよう構成してもよい。
この構成により擬似データ生成手段は、リムーバブルメディア又は他の記録媒体に記録されているデータに関連した擬似データを生成することができる。
前記記録装置は、更に、前記記録手段が前記リムーバブルメディア又は前記他の媒体への記録後に当該記録を実行したことを示す通知信号を外部に出力する通知手段を備えてもよい。
【0056】
前記記録装置に装着される前記リムーバブルメディアの種類は、DVD−RAM、DVD−R、DVD−ROM及びDVD−RWのうちの1種以上であることを特徴としてもよい。
前記記録装置は、外部との信号授受をデジタルインタフェースを介して行うよう構成してもよい。
【0057】
前記デジタルインタフェースは、IEEE1394、USB及びイーサネット(登録商標)のいずれかであることを特徴としてもよい。
前記他の媒体は、フレキシブルディスク、ハードディスク、MO及び半導体メモリのいずれかであることを特徴としてもよい。
この構成により記録装置は、複数毎のリムーバブルメディアが入れ替わり着脱される場合に対応して、リムーバブルメディア毎に、データとディスク識別子とを対応付けて他の記録媒体へ記録することができる。
【0058】
前記記録装置は、さらに、前記記録手段による前記他の媒体への記録に際して、前記装着手段により装着されたリムーバブルメディアのディスク識別子を取得するディスク識別子取得手段を備え、前記記録手段は、前記装着手段により装着されたリムーバブルメディアへの記録が許容されていないデータ種別のデータを、前記ディスク識別子取得手段により取得されたディスク識別子と対応付けて前記他の媒体への記録を行うよう構成してもよい。
【0059】
この構成により記録装置は、他の記録媒体に、複数毎のリムーバブルメディアに対応してデータが記録されている場合であっても、装着されているリムーバブルメディアのディスク識別子から対応するデータを特定して読み出すことができる。
【図面の簡単な説明】
【図1】DTVと光ディスクレコーダとからなる接続例を示す。
【図2】光ディスクレコーダ120の構成例を示す。
【図3】AV/CコマンドによりDTV110から光ディスクレコーダ120へと転送されるAVデータ情報のデータ構成例を示す。
【図4】光ディスク372のデータフォーマットが定義しているデータ構成の一部である録画番組管理情報500の構成例を示す。
【図5】図4のデータフォーマットの光ディスク372が装着された場合における、情報格納バッファに格納されるデータの構成例を示す。
【図6】DTV110から光ディスクレコーダ120に送信されるFCPの枠組みを示す。
【図7】記録指示を示すAV/Cコマンドのデータ構成を示す。
【図8】光ディスクレコーダ120におけるAVデータ情報の記録処理を示すフローチャートである。
【図9】読み出し指示を示すAV/Cコマンドのデータ構成を示す。
【図10】光ディスクレコーダ120におけるAVデータ情報の読み出し指示を示すフローチャートである。
【符号の説明】
100 IEEE1394バス
110 DTV
110 DVT
120 記録装置
120 光ディスクレコーダ
130 リモコン
310 アイソクロナス処理手段
320 アシンクロナス処理手段
330 コマンド処理手段
340 データバッファ
350 情報格納バッファ
360 光ディスクドライブ制御手段
370 光ディスクドライブ
371 記録再生制御手段
372 光ディスク
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a technique for supporting recording and reproduction on a removable disk of two or more different data formats with one apparatus.
[0002]
[Prior art]
Digital recorders that digitally record AV data transmitted by digital broadcasting have been developed and sold. A digital recorder is generally used by being connected to a digital television (hereinafter referred to as “DTV”) or the like that receives a digital broadcast through an IEEE 1394 interface. IEEE 1394 enables inter-device transfer of AV data or the like that requires real-time performance by an isochronous transfer method, and enables transfer of data related to control between devices by asynchronous transfer. For the transfer of data relating to this control, AV / C commands defined by 1394 Trade Association are used.
[0003]
The AV / C command is a command set for remotely controlling another AV device to which the AV device is connected by IEEE1394. Here, a remote control side, that is, a device that transmits a command, such as a DTV, is referred to as a controller, and a remote control side, that is, a device that receives a command, such as a digital recorder, is referred to as a target. The commands include commands for controlling the functions of the target such as playback, recording, and writing / reading of information regarding AV data, and commands for inquiring about the state of the target.
[0004]
Various applications are realized using this AV / C command. For example, the DTV uses AV / C commands to read information such as the title name, recording date and time, and program contents regarding each AV data from the digital recorder so that the user can select AV data with reference to the information. It is an application that shapes them and displays them on the display, and when one of the displayed information is selected and operated by the user, an AV / C command for reproducing AV data corresponding to the information is transmitted to the digital recorder. .
[0005]
Hereinafter, an example of the flow of processing for this application will be described.
The DTV receives AV data transmitted through digital broadcasting, and information related to AV data such as a title name, recording date and time, and program contents from an EPG (electronic program guide) transmitted together (hereinafter referred to as AV data information). )) And transfer them to the digital recorder using an AV / C command instructing their writing.
[0006]
The digital recorder that has received the AV / C command records the transferred AV data and AV data information on a recording medium in accordance with the instruction of the AV / C command.
Subsequently, after the recording is completed, the DTV instructs the digital recorder using an AV / C command that instructs reading so that all AV data information held by the digital recorder in the recording medium is read from the recording medium. .
[0007]
Upon receiving this command, the digital recorder transmits AV data information related to the read instruction to the DTV.
The DTV that has acquired the AV data information creates a list listing title names, program contents, and the like based on the information, and displays the list on the display.
When one piece of information in the list is selected by a user operation, the DTV specifies AV data corresponding to the selected information, instructs the digital recorder to read the AV data, and as a result, the AV to be transferred Play the data on the display.
[0008]
By the way, when the recording target medium of the digital recorder is an optical disc, the data format differs depending on the type of the optical disc, and therefore there is a compatibility problem depending on the combination of the device and the optical disc.
Here, the data format defines the type, area, and area size of AV data information recorded on the optical disc. For example, in the case of DVD-RAM and DVD-RW, a video coding format is applied as the data format, and in the case of DVD-R and DVD-ROM, the DVD video format is applied.
[0009]
In order to cope with this compatibility problem, there is a conventional technique that analyzes the file structure and contents of an optical disc and performs a reproduction process based on the analysis result (see, for example, Patent Document 1).
[0010]
[Patent Document 1]
Japanese Patent Laid-Open No. 2001-57026
[0011]
[Problems to be solved by the invention]
However, if the corresponding data formats of the DTV and the optical disk mounted on the digital recorder are different, and the information defined in the DTV data format is not defined in the data format of the optical disk, the DTV uses the AV / C command. There is a problem that the digital decoder cannot write the information instructed to record on the optical disc, and this problem cannot be solved by the technique of Patent Document 1. As a result of being unable to write, even if the DTV instructs the digital recorder to read out the information, the DTV cannot obtain the information because it is not recorded on the optical disc, and cannot be displayed on the display. Occur.
[0012]
In particular, since the data format corresponding to a large-capacity optical disk developed in recent years defines a variety of data that does not exist in the current format, the above-mentioned compatibility problem between the device corresponding to this optical disk and the current optical disk Becomes prominent. As a solution to this, a method in which the DTV identifies the format of the optical disk mounted on the digital recorder and switches the AV / C command to be issued to the digital recorder according to the identification result can be considered. However, this method has a problem that the development efficiency of the application on the DTV side is inferior.
[0013]
Therefore, an object of the present invention is to provide a digital recorder that solves the above-described compatibility problem without requiring a controller such as a DTV to switch commands according to the data format of an optical disc mounted on the digital recorder.
[0014]
[Means for Solving the Problems]
In order to solve the above problems, a recording apparatus of the present invention is a recording apparatus for recording various data on a removable medium, and is equipped with a mounting means to which the removable medium is attached, an acquisition means for acquiring data from the outside, and the mounting means. Detecting means for detecting a data type that is permitted to be recorded by a data format already defined in the removable medium mounted by the discriminating means, and determining the data type of data acquired by the acquiring means, wherein the data type is: When the data type is allowed to be recorded by the detection means, the data is recorded on the removable medium, and when the data type is not allowed, the data is recorded on another medium that is not the removable medium. Recording means for recording.
[0015]
The recording apparatus further includes a read instruction acquisition unit that acquires a read instruction for predetermined data from the outside, and the predetermined data related to the read instruction is recorded from the removable medium when the predetermined data is recorded on the removable medium. Read means for reading predetermined data and reading the predetermined data from the other medium when it is not recorded on the removable medium and recorded on the other medium, and outputting to the outside You may prepare.
[0016]
The recording device further generates pseudo data that replaces the predetermined data when the predetermined data related to the read instruction is not recorded on either the removable medium or the other medium. And pseudo data generation means for outputting to the outside.
The pseudo data generation means may be configured to generate the pseudo data using data recorded on the removable medium or the other medium.
[0017]
The recording apparatus may further include notification means for outputting a notification signal indicating that the recording means has executed the recording after recording to the removable medium or the other medium.
The type of the removable medium mounted on the recording device may be one or more of DVD-RAM, DVD-R, DVD-ROM, and DVD-RW.
[0018]
The recording apparatus may be configured to exchange signals with the outside via a digital interface.
The digital interface may be any one of IEEE 1394, USB, and Ethernet (registered trademark).
The other medium may be any one of a flexible disk, a hard disk, an MO, and a semiconductor memory.
[0019]
The recording device further includes a disk identifier acquisition unit that acquires a disk identifier of a removable medium mounted by the mounting unit when recording on the other medium by the recording unit, and the recording unit includes the mounting unit The data type that is not permitted to be recorded on the removable media loaded by the recording medium may be recorded on the other medium in association with the disk identifier acquired by the disk identifier acquisition unit. .
[0020]
The disk identifier acquisition unit further acquires a disk identifier of a removable medium loaded by the loading unit when the reading unit reads from the other medium, and the reading unit performs the predetermined instruction related to the reading instruction. If the data is not recorded on the removable medium, the removable medium recorded on the other recording medium is searched using the disk identifier acquired by the disk identifier acquisition unit as a key, and the disk identifier is supported. When the predetermined data to be recorded is recorded on the other recording medium, the predetermined data may be read and output to the outside.
[0021]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 shows a connection example composed of a DTV and an optical disk recorder.
In the figure, a DVT 110 and an optical disk recorder 120 are connected via an IEEE 1394 bus 100. The remote controller 130 receives a user operation and gives an instruction corresponding to the operation to the DTV 110.
[0022]
FIG. 2 shows a configuration example of the optical disc recorder 120.
In the figure, an optical disk recorder 120 includes isochronous processing means 310 for controlling isochronous transfer, asynchronous processing means 320 for controlling asynchronous transfer, command processing means 330 for processing AV / C commands, and AV data temporarily. It comprises a data buffer 340 for storing, an information storage buffer 350, an optical disk drive control means 360 for controlling the optical disk drive 370, and an optical disk drive 370.
[0023]
In this configuration, the information storage buffer 350 is a storage medium for recording AV data information of a data type in which a predetermined data format does not permit recording on the optical disc on the optical disc 372 mounted on the optical disc drive 370. It is. This storage medium is, for example, a flexible disk, a hard disk, an MO, and a semiconductor memory.
[0024]
The optical disk drive 370 includes a recording / reproduction control unit 371 for controlling recording and reproduction on the mounted optical disk 372.
The types of the optical disk 372 to be loaded in the optical disk drive 370 are DVD-RAM, DVD-R, DVD-ROM, DVD-RW, and the like.
FIG. 3 shows a data configuration example of AV data information transferred from the DTV 110 to the optical disc recorder 120 by the AV / C command.
[0025]
In the figure, AV data information includes header information 400 indicating the overall size, program management information 410 storing information related to all programs (AV data), and one or more program individual information 420 storing detailed information of each program. Consists of
The individual program information 420 includes header information 430 indicating the size of the individual program information, recording date / time data 440 indicating the recording date / time of the program, title data 450 for storing the title name of the program, and content information data 460.
[0026]
The data stored in the program individual information 420 is not limited to this, and for example, a channel name or the like may be stored. Also, #n (where n is a natural number) is a number assigned for convenience in order to distinguish individual program information. For example, the DTV 110 can transfer only the program individual information # 1 to the optical disc recorder 120 or the entire AV data information.
[0027]
FIG. 4 shows a configuration example of the recorded program management information 500 that is a part of the data configuration defined by the data format of the optical disc 372.
The recorded program management information 500 is an area for storing information relating to AV data (programs), and stores a program management information table 510 for managing the entire AV data recorded on the optical disc, and information on each AV data. And a program information table 520. The program information table 520 includes header information 530 for storing information such as the size of the program information table, and one or more pieces of program information 540 for storing information on each AV data. Each program information 540 includes recording date / time data 550 and title data 560.
[0028]
Although not shown, the data format of the optical disk 372 defines not only the recorded program management information 500 but also an AV data area.
The data format of the optical disc 372 shown in FIG. 4 defines the recording date / time data 550 and title data 560 for the recording date / time data 440 and title data 450 of FIG. The information data 460 is not defined. That is, this digital format allows recording date / time data and title data to be recorded on the optical disc 372, but does not allow content information data to be recorded.
[0029]
It should be noted that the data format of the optical disc allows data recording of which data type and does not allow data recording of which data type is limited to the example of FIG.
FIG. 5 shows a configuration example of data stored in the information storage buffer when the optical disk 372 having the data format shown in FIG. 4 is loaded.
[0030]
The information storage buffer 350 includes header information 600 indicating the number of recorded AV data, and one or more pieces of program individual information 610. Each program individual information 610 includes content information data 620.
Here, in each of FIG. 3, FIG. 4, and FIG. 5, the data having the same data name constituting the program individual information assigned the same number is the same. That is, the recording date / time data 440 and the title data 450 which are constituent elements of the program individual information # 1 in FIG. 3 are the same as the recording date / time data 550 and the title data 560 which are the constituent elements of the program individual information # 1 in FIG. It is. Further, the content information data 460 that is a component of the program individual information # 1 in FIG. 3 is the same data as the content information data 620 that is a component of the program individual information # 1 in FIG.
[0031]
Next, recording of AV data information will be described.
FIG. 6 shows an FCP framework transmitted from the DTV 110 to the optical disc recorder 120.
FCP is a protocol for controlling AV equipment on IEEE1394 used in AV / C commands.
[0032]
FIG. 7 shows the data structure of an AV / C command indicating a recording instruction.
In the figure, an AV / C command stores an operation code 800 indicating instruction content (data write), auxiliary information 810 indicating capture information regarding the instruction content, a transfer length 820 indicating the size of data to be transmitted, and data. An address 830 indicating a position, an original data length 840 indicating the length of data to be overwritten, and data 850 storing data to be transmitted (in this case, AV data information).
[0033]
The AV / C command of FIG. 7 is stored in the FCP command storage area 700 of FIG. 6 and transferred.
Next, how the recording instruction command for the AV data information transferred using the data structure shown in FIGS. 6 and 7 is processed in the optical disc recorder 120 will be described.
[0034]
FIG. 8 is a flowchart showing AV data information recording processing in the optical disc recorder 120.
The AV / C command and AV data information transmitted from the DTV 110 are received through the asynchronous processing means 320 (step 900).
The command processing means 330 takes out the AV / C command from the command storage area 700, interprets the operation code 800, etc., and determines the processing content. Next, the command processing means 330 takes out the AV data information and determines whether there is an area that can be recorded on the optical disk for each of the data stored in the program individual information 420 (step 901). This determination is performed by detecting a data type that is allowed to be recorded in a predetermined data format on the optical disc, and comparing the detected data type with the data type stored in the program individual information 420. Is called.
[0035]
More specifically, the command processing unit 330 specifies what the data format of the optical disc is. Specifically, for example, the command processing means 330 stores in advance the characteristics unique to each data format in correspondence with the name of the data format, and examines what characteristics the mounted optical disc has. Specified.
[0036]
As features, for example, data unique to each data format, data length unique to each data format, structure unique to an optical disk of each data format, data format name recorded in each data format, and the like can be used.
Next, the command processing means 330 detects a data type whose data format permits recording. More specifically, the command processing unit 330 stores in advance each data format and the name of the data type that the data format allows recording, and stores the data type corresponding to the specified data format. The name is detected by reading from the stored contents.
[0037]
Finally, the command processing means 330 acquires the data type of the program individual information 420 and determines whether or not each acquired data type matches the previously detected data type. As a result of this determination, the matching data type is allowed to be recorded on the optical disc, and the non-matching data type is not allowed to be recorded.
As a result of the determination in step 901, data having an area to be stored on the optical disc, for example, recording date / time data (Yes in step 901) is recorded on the optical disc 372 via the optical disc drive control means 360 (step 902).
[0038]
On the other hand, data having no area to be stored on the optical disc (No in step 901) is stored in the information storage buffer 350 (step 903). After all the AV data transmitted from the DTV 110 is recorded or stored, the command processing means 330 transmits an AV / C command completion notification to the DTV 110 via the asynchronous processing means 320 (step 904).
[0039]
Thus, the AV data information transfer process from the DTV 110 to the optical disc recorder 120 is completed.
Next, reading of AV data information will be described.
FIG. 9 shows the data structure of an AV / C command indicating a read instruction.
In the figure, an AV / C command includes an operation code 1000 indicating instruction content (data read), auxiliary information 1010 indicating supplementary information regarding the instruction content, a transfer length 1020 indicating the size of data to be transferred, and data to be transferred. Is formed from an address 1030 indicating a position in the AV data information.
[0040]
As with this recording instruction, the AV / C command is stored in the FCP command storage area 700 of FIG. 6 and transferred from the DTV 110 to the optical disc recorder 120.
Next, how the command for reading AV data information transferred using the data structure of FIG. 9 is processed in the optical disc recorder 120 will be described.
[0041]
FIG. 10 is a flowchart showing an AV data information read instruction in the optical disc recorder 120.
The AV / C command transmitted from the DTV 110 is received through the asynchronous processing unit 320, and the command processing unit 330 analyzes the command (step 1100).
[0042]
The command processing means 330 extracts the AV / C command from the command storage area 700, interprets the operation code 1000, etc., and determines the processing content. Next, the command processing means 330 determines whether or not each of the AV data information indicated by the received AV / C command (recording date / time data 440, title data 450, content information data 460) is recorded on the optical disc ( Step 1101).
[0043]
This determination is performed as follows, for example. First, the command processing means 330 specifies what the data format of the optical disc loaded in the optical disc drive 370 is. This specification may be the same as that in step 901.
Next, the command processing unit 330 detects the data type that the data format of the mounted optical disk permits recording. This detection may be the same as that in step 901.
[0044]
Then, the command processing means determines whether the data type of the AV data information instructed to be read by the received AV / C command matches the previously detected data type, and if it matches, it is recorded on the optical disc. If it does not match, it is determined that it is not recorded on the optical disc.
If the area to be stored on the optical disk is defined (Yes in step 1101), the command processing means 330 reads from the optical disk via the optical disk drive control means 360 (step 1102).
[0045]
On the other hand, the data for which the area to be stored on the optical disc is not defined (No in step 1102), the data is acquired from the information storage buffer 350 (step 1103). After collecting the data instructed by the AV / C command in this way, the command processing unit 330 transmits the collected AV data information and the AV / C command completion notification to the DTV 110 via the asynchronous processing unit 320.
[0046]
Although the present invention has been described based on the embodiment, the present invention is not limited to the above embodiment, and may be configured as follows.
(1) If data for which an area to be stored on the optical disk is not defined is not stored in the information storage buffer 350, pseudo data may be created using related information. For example, if no title name is stored, the number of titles may be used, and the title names may be “title 1”, “title 2”, “title 3”, etc. in the order of the titles. In addition, when the content information is not stored, the content information may be created by acquiring information from the Internet or the like and extracting only necessary information. By creating data in a pseudo manner, it is possible to display data for the user and to provide convenience. In this way, the transfer processing of AV data information from the optical disc recorder 120 to the DTV 110 is completed.
[0047]
In this way, by storing data not defined for the optical disc in the information storage buffer, even if an AV / C command indicating transmission / reception of data for which an area to be recorded on the optical disc is not defined is received, the AV / C command is received. It becomes possible to finish the process without ending the C command with an error. As a result, the DTV can use the same application without being aware of the media loaded in the optical disc recorder.
(2) In the embodiment, the program content data is cited as the data for which the area to be recorded on the optical disc is not defined, but the present invention is not limited to this. For example, title data may be used.
(3) In the embodiment, the controller is a DTV, but this is not a limitation. For example, an STB (set top box) connected to a TV with an analog cable may be used.
(4) In the embodiment, the information storage buffer is a memory, but this is not restrictive. For example, an HDD (hard disk drive) or the like may be used, or a manufacturer-specific area or a user data area provided on the optical disk may be used.
(5) In the embodiment, the data not defined for the optical disc is the content information data. For example, the title data area may not be defined, or the entire data area may not be defined.
(6) The command processing means may be provided with a function that allows the same command processing to be applied instead of performing different command processing for a plurality of optical disks with different application formats to be mounted. In that case, the DTV is notified of one type, for example, “general-purpose recording / reproducing disc”, regardless of its type. On the other hand, for example, text data “DVD-RAM” is transmitted from the optical disk recorder to the DTV and displayed on the screen to allow the user to check the loaded media. As a result, it is possible to simplify the command processing without making the DTV aware of a plurality of types of discs or causing confusion to the user, and it is possible to reduce the burden on application development.
(7) In the embodiment, the DTV and the optical disc recorder are connected to the 1394 bus. For example, an HDD recorder may be connected. In this case, if the AV data information transmitted / received between the DTV and the HDD recorder is the same as the AV data transmitted / received between the DTV and the optical disk recorder, the application development of the DTV can be facilitated.
(8) In the embodiment, the data transferred by the AV / C command is AV data information, but this is not a limitation. For example, data indicating device settings may be used.
(9) In the embodiment, the recorder uses an optical disk. For example, a recorder using an HDD may be used.
(10) In the embodiment, IEEE 1394 is cited as the digital interface, but this is not a limitation. For example, USB or Ethernet (registered trademark) may be used.
(11) In the embodiment, an example is shown in which the optical disc recorder 120 performs recording and reading processing corresponding to one optical disc. However, the optical disc recorder 120 may be configured to correspond to a plurality of optical discs.
[0048]
In that case, when recording the AV data information in the information storage buffer 350, the optical disc recorder 120 acquires the disc identifier (for example, a serial number) of the mounted optical disc 372, and the disc identifier, AV data information, Are recorded in the information storage buffer 350. In this manner, when recording, AV data information can be recorded in the information storage buffer 350 by being divided into a plurality of optical disks.
[0049]
When reading AV data information, a disk identifier is acquired from the mounted optical disk 372, and the AV data information recorded in the information storage buffer 350 is associated with the disk identifiers of a plurality of optical disks by the disk identifier. The AV data information corresponding to the disc identifier of the loaded optical disc is identified and read out.
[0050]
【The invention's effect】
The recording apparatus of the present invention is a recording apparatus for recording various data on a removable medium, and is equipped with a mounting means for attaching the removable medium, an acquisition means for acquiring data from the outside, and a removable medium attached by the mounting means. Detecting means for detecting a data type that is permitted to be recorded by a data format already defined in the data format, and determining the data type of data acquired by the acquiring means, and the data type is recorded by the detecting means. Recording means for recording the data on the removable medium when the data type is allowed, and recording means for recording the data on another medium that is not the removable medium when the data type is not allowed. It is characterized by providing.
[0051]
With this configuration, when the recording apparatus acquires all types of data defined in the data format supported by the external device (for example, DTV) together with the recording instruction, any data is stored in the removable medium or other medium. Can be recorded without missing. When recording, it is not necessary for an external device to recognize which data type of the removable media data format attached to the recording device allows and what data type does not allow recording. Also, it is not necessary to change the command for recording instructions in accordance with the recognition.
[0052]
The recording apparatus further includes a read instruction acquisition unit that acquires a read instruction for predetermined data from the outside, and the predetermined data related to the read instruction is recorded from the removable medium when the predetermined data is recorded on the removable medium. Read means for reading predetermined data and reading the predetermined data from the other medium when it is not recorded on the removable medium and recorded on the other medium, and outputting to the outside You may prepare.
[0053]
With this configuration, even when the recording apparatus receives an instruction to read data of a type not defined in the data format of the removable medium from an external device, the recording apparatus can record the data when the data is recorded on another recording medium. Can read from there and respond to external devices. The external device does not need to recognize the data type defined in the data format of the removable medium, and does not need to change the read instruction command in accordance with the recognition.
[0054]
The recording device further generates pseudo data that replaces the predetermined data when the predetermined data related to the read instruction is not recorded on either the removable medium or the other medium. And pseudo data generation means for outputting to the outside.
With this configuration, the recording apparatus can generate and respond to pseudo data even when it receives an external read instruction for data not recorded on the removable medium or another recording medium.
[0055]
The pseudo data generation means may be configured to generate the pseudo data using data recorded on the removable medium or the other medium.
With this configuration, the pseudo data generation unit can generate pseudo data related to data recorded on a removable medium or another recording medium.
The recording apparatus may further include notification means for outputting a notification signal indicating that the recording means has executed the recording after recording to the removable medium or the other medium.
[0056]
The type of the removable medium mounted on the recording device may be one or more of DVD-RAM, DVD-R, DVD-ROM, and DVD-RW.
The recording apparatus may be configured to exchange signals with the outside via a digital interface.
[0057]
The digital interface may be any one of IEEE 1394, USB, and Ethernet (registered trademark).
The other medium may be any one of a flexible disk, a hard disk, an MO, and a semiconductor memory.
With this configuration, the recording apparatus can record data and a disc identifier in association with each other on a different recording medium for each removable medium in response to a case where a plurality of removable media are replaced and detached.
[0058]
The recording device further includes a disk identifier acquisition unit that acquires a disk identifier of a removable medium mounted by the mounting unit when recording on the other medium by the recording unit, and the recording unit includes the mounting unit The data type that is not permitted to be recorded on the removable media loaded by the recording medium may be recorded on the other medium in association with the disk identifier acquired by the disk identifier acquisition unit. .
[0059]
With this configuration, the recording device specifies the corresponding data from the disc identifier of the mounted removable medium even when data is recorded on another recording medium corresponding to each of the plurality of removable media. Can be read.
[Brief description of the drawings]
FIG. 1 shows a connection example including a DTV and an optical disc recorder.
FIG. 2 shows a configuration example of an optical disc recorder 120.
FIG. 3 shows a data configuration example of AV data information transferred from the DTV 110 to the optical disc recorder 120 by an AV / C command.
FIG. 4 shows a configuration example of recorded program management information 500, which is a part of the data configuration defined by the data format of the optical disc 372;
5 shows a configuration example of data stored in an information storage buffer when the optical disk 372 having the data format shown in FIG. 4 is loaded.
6 shows a framework of FCP transmitted from the DTV 110 to the optical disc recorder 120. FIG.
FIG. 7 shows the data structure of an AV / C command indicating a recording instruction.
FIG. 8 is a flowchart showing a recording process of AV data information in the optical disc recorder 120;
FIG. 9 shows a data structure of an AV / C command indicating a read instruction.
10 is a flowchart showing an instruction to read AV data information in the optical disc recorder 120. FIG.
[Explanation of symbols]
100 IEEE1394 bus
110 DTV
110 DVT
120 recording device
120 optical disc recorder
130 Remote control
310 Isochronous processing means
320 Asynchronous processing means
330 Command processing means
340 data buffer
350 Information storage buffer
360 Optical disk drive control means
370 Optical disk drive
371 Recording / reproduction control means
372 optical disc

Claims (23)

リムーバブルメディアに各種データを記録する記録装置であって、
リムーバブルメディアが装着される装着手段と、
外部からデータを取得する取得手段と、
前記装着手段により装着されたリムーバブルメディアに既に定められているデータフォーマットが記録を許容しているデータ種別を検出する検出手段と、
前記取得手段により取得されるデータのデータ種別を判別し、当該データ種別が、前記検出手段により記録が許容されているデータ種別である場合には前記リムーバブルメディアに当該データを記録し、許容されていないデータ種別である場合には前記リムーバブルメディアではない他の媒体に当該データを記録する記録手段と
を備えることを特徴とする記録装置。
A recording device for recording various data on a removable medium,
A mounting means on which removable media is mounted;
An acquisition means for acquiring data from outside;
Detecting means for detecting a data type in which the data format already determined for the removable medium mounted by the mounting means permits recording;
The data type of the data acquired by the acquisition unit is determined, and when the data type is a data type that is allowed to be recorded by the detection unit, the data is recorded on the removable medium, and the data type is not allowed. A recording apparatus comprising: recording means for recording the data on another medium that is not the removable medium when the data type is not present.
前記記録装置は、更に、
外部より所定のデータの読み出し指示を取得する読み出し指示取得手段と、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されている場合には前記リムーバブルメディアから前記所定のデータを読み出し、
前記リムーバブルメディアに記録されていない場合であって前記他の媒体に記録されている場合には前記他の媒体から前記所定のデータを読み出して外部に出力する読み出し手段と
を備えることを特徴とする請求項1に記載の記録装置。
The recording device further includes:
Read instruction acquisition means for acquiring a predetermined data read instruction from the outside,
When the predetermined data according to the read instruction is recorded on the removable medium, the predetermined data is read from the removable medium,
Read means for reading out the predetermined data from the other medium and outputting the same to the outside when it is not recorded on the removable medium and recorded on the other medium The recording apparatus according to claim 1.
前記記録装置は、更に、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディア及び前記他の媒体のいずれにも記録されていない場合には、前記所定のデータの代わりとなる擬似データを生成して外部に出力する擬似データ生成手段を備える
ことを特徴とする請求項2に記載の記録装置。
The recording device further includes:
Pseudo data that generates pseudo data in place of the predetermined data and outputs the pseudo data when the predetermined data related to the read instruction is not recorded on either the removable medium or the other medium The recording apparatus according to claim 2, further comprising a generation unit.
前記擬似データ生成手段は、前記リムーバブルメディア又は前記他の媒体に記録されているデータを用いて前記擬似データの生成を行う
ことを特徴とする請求項3に記載の記録装置。
The recording apparatus according to claim 3, wherein the pseudo data generation unit generates the pseudo data using data recorded on the removable medium or the other medium.
前記記録装置は、更に、
前記記録手段が前記リムーバブルメディア又は前記他の媒体への記録後に当該記録を実行したことを示す通知信号を外部に出力する通知手段を備える
ことを特徴とする請求項2に記載の記録装置。
The recording device further includes:
The recording apparatus according to claim 2, further comprising a notification unit that outputs a notification signal indicating that the recording unit has performed the recording after recording to the removable medium or the other medium.
前記記録装置に装着される前記リムーバブルメディアの種類は、DVD−RAM、DVD−R、DVD−ROM及びDVD−RWのうちの1種以上であること
を特徴とする請求項2に記載の記録装置。
3. The recording apparatus according to claim 2, wherein the type of the removable medium mounted on the recording apparatus is one or more of DVD-RAM, DVD-R, DVD-ROM, and DVD-RW. .
前記記録装置は、外部との信号授受をデジタルインタフェースを介して行う
ことを特徴とする請求項2に記載の記録装置。
The recording apparatus according to claim 2, wherein the recording apparatus exchanges signals with the outside via a digital interface.
前記デジタルインタフェースは、IEEE1394、USB及びイーサネット(登録商標)のいずれかである
ことを特徴とする請求項7に記載の記録装置。
8. The recording apparatus according to claim 7, wherein the digital interface is any one of IEEE 1394, USB, and Ethernet (registered trademark).
前記他の媒体は、フレキシブルディスク、ハードディスク、MO及び半導体メモリのいずれかである
ことを特徴とする請求項2に記載の記録装置。
The recording apparatus according to claim 2, wherein the other medium is any one of a flexible disk, a hard disk, an MO, and a semiconductor memory.
前記記録装置は、さらに、
前記記録手段による前記他の媒体への記録に際して、前記装着手段により装着されたリムーバブルメディアのディスク識別子を取得するディスク識別子取得手段を備え、
前記記録手段は、
前記装着手段により装着されたリムーバブルメディアへの記録が許容されていないデータ種別のデータを、前記ディスク識別子取得手段により取得されたディスク識別子と対応付けて前記他の媒体への記録を行う
ことを特徴とする請求項2に記載の記録装置。
The recording device further includes:
A disk identifier acquisition unit that acquires a disk identifier of the removable medium mounted by the mounting unit when recording on the other medium by the recording unit;
The recording means includes
Data of a data type that is not permitted to be recorded on the removable medium mounted by the mounting unit is recorded on the other medium in association with the disk identifier acquired by the disk identifier acquiring unit. The recording apparatus according to claim 2.
前記ディスク識別子取得手段は、さらに、前記読み出し手段による前記他の媒体からの読み出しに際して、前記装着手段により装着されたリムーバブルメディアのディスク識別子を取得し、
前記読み出し手段は、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されていない場合には、前記ディスク識別子取得手段により取得されたディスク識別子をキーとして前記他の記録媒体に記録された前記リムーバブルメディアを検索し、当該ディスク識別子に対応する前記所定のデータが前記他の記録媒体に記録されている場合にはそれを読み出して外部に出力する
ことを特徴とする請求項10に記載の記録装置。
The disk identifier acquisition unit further acquires a disk identifier of a removable medium mounted by the mounting unit when reading from the other medium by the reading unit,
The reading means includes
When the predetermined data related to the read instruction is not recorded on the removable medium, the removable medium recorded on the other recording medium is searched using the disk identifier acquired by the disk identifier acquisition unit as a key. 11. The recording apparatus according to claim 10, wherein when the predetermined data corresponding to the disc identifier is recorded on the other recording medium, the predetermined data is read and output to the outside.
リムーバブルメディアに各種データを記録する記録方法であって、
リムーバブルメディアが装着される装着ステップと、
外部からデータを取得する取得ステップと、
前記装着ステップにより装着されたリムーバブルメディアに既に定められているデータフォーマットが記録を許容しているデータ種別を検出する検出ステップと、
前記取得ステップにより取得されるデータのデータ種別を判別し、当該データ種別が、前記検出ステップにより記録が許容されているデータ種別である場合には前記リムーバブルメディアに当該データを記録し、許容されていないデータ種別である場合には前記リムーバブルメディアではない他の媒体に当該データを記録する記録ステップと
を備えることを特徴とする記録方法。
A recording method for recording various data on a removable medium,
A mounting step in which removable media is mounted;
An acquisition step for acquiring data from the outside;
A detection step of detecting a data type in which the data format already defined in the removable medium mounted by the mounting step permits recording;
The data type of the data acquired by the acquisition step is determined, and when the data type is a data type that is allowed to be recorded by the detection step, the data is recorded on the removable medium, and is not allowed. And a recording step of recording the data on another medium that is not the removable medium when the data type is not present.
前記記録方法は、更に、
外部より所定のデータの読み出し指示を取得する読み出し指示取得ステップと、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されている場合には前記リムーバブルメディアから前記所定のデータを読み出し、
前記リムーバブルメディアに記録されていない場合であって前記他の媒体に記録されている場合には前記他の媒体から前記所定のデータを読み出して外部に出力する読み出しステップと
を備えることを特徴とする請求項12に記載の記録方法。
The recording method further includes:
A read instruction acquisition step for acquiring a read instruction for predetermined data from outside;
When the predetermined data according to the read instruction is recorded on the removable medium, the predetermined data is read from the removable medium,
And a reading step of reading the predetermined data from the other medium and outputting the same to the outside when it is not recorded on the removable medium and recorded on the other medium. The recording method according to claim 12.
前記記録方法は、更に、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディア及び前記他の媒体のいずれにも記録されていない場合には、前記所定のデータの代わりとなる擬似データを生成して外部に出力する擬似データ生成ステップを備える
ことを特徴とする請求項13に記載の記録方法。
The recording method further includes:
Pseudo data that generates pseudo data in place of the predetermined data and outputs the pseudo data when the predetermined data related to the read instruction is not recorded on either the removable medium or the other medium The recording method according to claim 13, further comprising a generation step.
前記擬似データ生成ステップは、前記リムーバブルメディア又は前記他の媒体に記録されているデータを用いて前記擬似データの生成を行う
ことを特徴とする請求項14に記載の記録方法。
The recording method according to claim 14, wherein the pseudo data generation step generates the pseudo data using data recorded on the removable medium or the other medium.
前記記録方法は、さらに、
前記記録ステップによる前記他の媒体への記録に際して、前記装着ステップにより装着されたリムーバブルメディアのディスク識別子を取得するディスク識別子取得ステップを備え、
前記記録ステップは、
前記装着ステップにより装着されたリムーバブルメディアへの記録が許容されていないデータ種別のデータを、前記ディスク識別子取得ステップにより取得されたディスク識別子と対応付けて前記他の媒体への記録を行う
ことを特徴とする請求項13に記載の記録方法。
The recording method further includes:
A disk identifier acquisition step of acquiring a disk identifier of the removable medium mounted by the mounting step when recording to the other medium by the recording step;
The recording step includes
Data of a data type that is not allowed to be recorded on the removable medium mounted in the mounting step is recorded on the other medium in association with the disk identifier acquired in the disk identifier acquisition step. The recording method according to claim 13.
前記ディスク識別子取得ステップは、さらに、前記読み出しステップによる前記他の媒体からの読み出しに際して、前記装着ステップにより装着されたリムーバブルメディアのディスク識別子を取得し、
前記読み出しステップは、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されていない場合には、前記ディスク識別子取得ステップにより取得されたディスク識別子をキーとして前記他の記録媒体に記録された前記リムーバブルメディアを検索し、当該ディスク識別子に対応する前記所定のデータが前記他の記録媒体に記録されている場合にはそれを読み出して外部に出力する
ことを特徴とする請求項16に記載の記録方法。
The disk identifier acquisition step further acquires a disk identifier of the removable medium mounted by the mounting step when reading from the other medium by the reading step,
The reading step includes
If the predetermined data related to the read instruction is not recorded on the removable medium, the removable medium recorded on the other recording medium is searched using the disk identifier acquired by the disk identifier acquisition step as a key. The recording method according to claim 16, wherein when the predetermined data corresponding to the disc identifier is recorded on the other recording medium, the predetermined data is read and output to the outside.
リムーバブルメディアに各種データを記録するプログラムであって、当該プログラムはコンピュータに、
リムーバブルメディアが装着される装着ステップと、
外部からデータを取得する取得ステップと、
前記装着ステップにより装着されたリムーバブルメディアに既に定められているデータフォーマットが記録を許容しているデータ種別を検出する検出ステップと、
前記取得ステップにより取得されるデータのデータ種別を判別し、当該データ種別が、前記検出ステップにより記録が許容されているデータ種別である場合には前記リムーバブルメディアに当該データを記録し、許容されていないデータ種別である場合には前記リムーバブルメディアではない他の媒体に当該データを記録する記録ステップと
を実行させることを特徴とするプログラム。
A program for recording various data on a removable medium, and the program is stored in a computer.
A mounting step in which removable media is mounted;
An acquisition step for acquiring data from the outside;
A detection step of detecting a data type in which the data format already defined in the removable medium mounted by the mounting step permits recording;
The data type of the data acquired by the acquisition step is determined, and when the data type is a data type that is allowed to be recorded by the detection step, the data is recorded on the removable medium, and is not allowed. And a recording step of recording the data on another medium other than the removable medium when the data type is not present.
前記プログラムは、更に、
外部より所定のデータの読み出し指示を取得する読み出し指示取得ステップと、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されている場合には前記リムーバブルメディアから前記所定のデータを読み出し、
前記リムーバブルメディアに記録されていない場合であって前記他の媒体に記録されている場合には前記他の媒体から前記所定のデータを読み出して外部に出力する読み出しステップと
を含むことを特徴とする請求項18に記載のプログラム。
The program further includes:
A read instruction acquisition step for acquiring a read instruction for predetermined data from outside;
When the predetermined data according to the read instruction is recorded on the removable medium, the predetermined data is read from the removable medium,
And a reading step of reading the predetermined data from the other medium and outputting the same to the outside when it is not recorded on the removable medium and is recorded on the other medium. The program according to claim 18.
前記プログラムは、更に、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディア及び前記他の媒体のいずれにも記録されていない場合には、前記所定のデータの代わりとなる擬似データを生成して外部に出力する擬似データ生成ステップを含む
ことを特徴とする請求項19に記載のプログラム。
The program further includes:
Pseudo data that generates pseudo data in place of the predetermined data and outputs the pseudo data when the predetermined data related to the read instruction is not recorded on either the removable medium or the other medium The program according to claim 19, further comprising a generation step.
前記擬似データ生成ステップは、前記リムーバブルメディア又は前記他の媒体に記録されているデータを用いて前記擬似データの生成を行う
ことを特徴とする請求項20に記載のプログラム。
21. The program according to claim 20, wherein the pseudo data generation step generates the pseudo data using data recorded on the removable medium or the other medium.
前記プログラムは、さらに、
前記記録ステップによる前記他の媒体への記録に際して、前記装着ステップにより装着されたリムーバブルメディアのディスク識別子を取得するディスク識別子取得ステップを含み、
前記記録ステップは、
前記装着ステップにより装着されたリムーバブルメディアへの記録が許容されていないデータ種別のデータを、前記ディスク識別子取得ステップにより取得されたディスク識別子と対応付けて前記他の媒体への記録を行う
ことを特徴とする請求項19に記載のプログラム。
The program further includes:
A disk identifier acquisition step of acquiring a disk identifier of the removable medium mounted by the mounting step when recording to the other medium by the recording step;
The recording step includes
Data of a data type that is not allowed to be recorded on the removable medium mounted in the mounting step is recorded on the other medium in association with the disk identifier acquired in the disk identifier acquisition step. The program according to claim 19.
前記ディスク識別子取得ステップは、さらに、前記読み出しステップによる前記他の媒体からの読み出しに際して、前記装着ステップにより装着されたリムーバブルメディアのディスク識別子を取得し、
前記読み出しステップは、
前記読み出し指示にかかる前記所定のデータが前記リムーバブルメディアに記録されていない場合には、前記ディスク識別子取得ステップにより取得されたディスク識別子をキーとして前記他の記録媒体に記録された前記リムーバブルメディアを検索し、当該ディスク識別子に対応する前記所定のデータが前記他の記録媒体に記録されている場合にはそれを読み出して外部に出力する
ことを特徴とする請求項22に記載のプログラム。
The disk identifier acquisition step further acquires a disk identifier of the removable medium mounted by the mounting step when reading from the other medium by the reading step,
The reading step includes
If the predetermined data related to the read instruction is not recorded on the removable medium, the removable medium recorded on the other recording medium is searched using the disk identifier acquired by the disk identifier acquisition step as a key. 23. The program according to claim 22, wherein when the predetermined data corresponding to the disc identifier is recorded on the other recording medium, the predetermined data is read and output to the outside.
JP2003078691A 2002-03-25 2003-03-20 Recording apparatus, recording method, and program Expired - Fee Related JP4173391B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003078691A JP4173391B2 (en) 2002-03-25 2003-03-20 Recording apparatus, recording method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2002082616 2002-03-25
JP2003078691A JP4173391B2 (en) 2002-03-25 2003-03-20 Recording apparatus, recording method, and program

Publications (2)

Publication Number Publication Date
JP2004005495A JP2004005495A (en) 2004-01-08
JP4173391B2 true JP4173391B2 (en) 2008-10-29

Family

ID=30445876

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003078691A Expired - Fee Related JP4173391B2 (en) 2002-03-25 2003-03-20 Recording apparatus, recording method, and program

Country Status (1)

Country Link
JP (1) JP4173391B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007073129A (en) * 2005-09-07 2007-03-22 Sony Corp Material management system

Also Published As

Publication number Publication date
JP2004005495A (en) 2004-01-08

Similar Documents

Publication Publication Date Title
JP4515863B2 (en) Method for providing additional service information of A / V content through recording medium and recording medium thereby
JP4312934B2 (en) Operation method based on characteristic information between devices connected through digital interface and control device thereof
JP3937177B2 (en) AV equipment
US7773818B2 (en) Digital video recording device to be connected to a digital video signal output device via an IEEE 1394 serial bus
US20060259501A1 (en) Network-compliant information recording/reproducing device and method of controlling the same
JP4173391B2 (en) Recording apparatus, recording method, and program
CN1237539C (en) Recording-medium playing machine capable of automatically setting reproducing mode and control method
JP3712124B2 (en) Information processing apparatus, information processing method, recording medium, and program
CN100389467C (en) Recording/replay device and recording medium access method
US20060098955A1 (en) Controller to be connected to a disc type video recorder via IEEE 1394 serial bus
US7480439B2 (en) Recording device recording method and program
US20080114917A1 (en) Optical disc recording and reproducing apparatus
JP3900363B2 (en) AVHDD and hard disk recorder
JP3968595B2 (en) Set-top box connected to IEEE 1394 serial bus and controller device connected to IEEE 1394 serial bus
JP4214951B2 (en) Recording / playback device
JP4309312B2 (en) Content recording / playback apparatus and content management method.
KR100662397B1 (en) Apparatus for converting file format of personal video recorder
JP4247094B2 (en) Information recording / reproducing apparatus and method
KR100967376B1 (en) Broadcasting signal processing apparatus capable of recording/reproducing and a method thereof
CN1988025A (en) Information reproducing apparatus and method
CN1964449A (en) A video recording method for digital composite video recording equipment
JP2006155680A (en) Recording/reproducing system
JP2005142752A (en) Processing apparatus for program information
JP2007531170A (en) Optical storage method and optical storage device
JP2007049331A (en) Recording apparatus, method, and program, and recording and reproducing apparatus and method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051005

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080630

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

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

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110822

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110822

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120822

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees