JP2006092665A - Recorder, recording and reproducing device, program,and recording medium - Google Patents

Recorder, recording and reproducing device, program,and recording medium Download PDF

Info

Publication number
JP2006092665A
JP2006092665A JP2004277413A JP2004277413A JP2006092665A JP 2006092665 A JP2006092665 A JP 2006092665A JP 2004277413 A JP2004277413 A JP 2004277413A JP 2004277413 A JP2004277413 A JP 2004277413A JP 2006092665 A JP2006092665 A JP 2006092665A
Authority
JP
Japan
Prior art keywords
recording
information
time
input
program
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
JP2004277413A
Other languages
Japanese (ja)
Inventor
Takehiro Kimura
剛弘 木村
Takeshi Yarita
威 鑓田
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.)
Sharp Corp
Original Assignee
Sharp Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sharp Corp filed Critical Sharp Corp
Priority to JP2004277413A priority Critical patent/JP2006092665A/en
Publication of JP2006092665A publication Critical patent/JP2006092665A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide a recorder which does not give an unpleasant feeling to a user by presenting information of a reception impossible period to the user even when there is reception impossible packet information when contents which include image and/or audio information which are made packets by being subjected to compression processing are recorded on a recording medium. <P>SOLUTION: The recorder is equipped with; an input means 1 which inputs a stream of contents; a decoding means 2 which decodes the inputted information: a recording means 3 which records the decoded information; and a control means 6. Each packet contains time information. The control means 6 temporarily stops the recording processing of the recording means 3 when packets become not to be inputted during the recording processing in the recording means 3 and resumes the recording processing by releasing the temporary stoppage when the packets are inputted again. The control means 6 performs such control as to add link information for linking pieces of information with each other divided by the temporary stoppage to information before the temporary stoppage and also as to make the recording means 3 record the time of the period when the temporary stoppage is performed on the recording medium together with the information based on the time information. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、記録装置、記録再生装置、プログラム、及び記録媒体に関し、より詳細には、圧縮処理されパケット化されたコンテンツを入力して記録するための記録装置、該記録装置を備えた記録再生装置、これら装置における制御プログラム、及びそのプログラムを記録したコンピュータ読み取り可能な記録媒体に関する。   The present invention relates to a recording apparatus, a recording / reproducing apparatus, a program, and a recording medium, and more specifically, a recording apparatus for inputting and recording compressed and packetized content, and a recording / reproducing provided with the recording apparatus The present invention relates to apparatuses, control programs in these apparatuses, and computer-readable recording media on which the programs are recorded.

録画中に放送信号が受信できなかったときに録画中断処理を行う録画装置が提案されている(例えば、特許文献1を参照)。特許文献1に記載の録画装置は、同期信号が検出されない期間が一定期間継続したらタイマ録画を停止させ、設定されたタイマ録画期間中に同期信号が再度検出されたら、タイマ録画モードを再度能動化させるタイマ録画の制御方法を採用している。   There has been proposed a recording apparatus that performs a recording interruption process when a broadcast signal cannot be received during recording (see, for example, Patent Document 1). The recording apparatus described in Patent Document 1 stops timer recording when a period during which no synchronization signal is detected continues for a certain period, and re-activates timer recording mode when a synchronization signal is detected again during the set timer recording period. The timer recording control method is used.

図11は、従来技術の画像記録装置における録画処理の一例を説明するためのフロー図で、図12は、図11の録画処理を実行したときに受信障害期間が存在した場合の実際の録画結果の例を示す図である。   FIG. 11 is a flowchart for explaining an example of the recording process in the conventional image recording apparatus, and FIG. 12 is an actual recording result when a reception failure period exists when the recording process of FIG. 11 is executed. It is a figure which shows the example of.

まず、ステップS51で録画開始がなされた後、受信状態を確認し(ステップS52)、その確認の結果、良好の場合は、録画用メモリへの記録を逐次実行する(ステップS53)。一方、受信状態が良好でない場合は、録画を一時停止して(ステップS56)、受信状態が復帰するまで待機する(ステップS57)。そして、受信状態の復帰によって録画の一時停止を解除し(ステップS58)、ステップS53での録画用メモリへの記録処理を引き続き行う。ステップS53の後は、録画の終了を判定し(ステップS54)、判定の結果、録画終了と判定した場合は、最終的に録画の停止を実行する(ステップS55)。また、録画継続と判定した場合は、ステップS52に戻る。   First, after the recording is started in step S51, the reception state is confirmed (step S52). If the result of the confirmation is good, recording in the recording memory is sequentially executed (step S53). On the other hand, if the reception state is not good, the video recording is paused (step S56) and waits until the reception state is restored (step S57). Then, the recording pause is canceled by the return of the reception state (step S58), and the recording process to the recording memory in step S53 is continued. After step S53, the end of recording is determined (step S54). When it is determined that the recording is ended as a result of the determination, the recording is finally stopped (step S55). If it is determined that the recording is to be continued, the process returns to step S52.

図11で説明した録画処理での制御は、実際の録画期間に対して、メモリに記録できた期間は受信障害期間が生じた分だけ省略して記録される結果となる。例えば、図12のように、一定の記録期間(録画期間TR)内に、符号51で示すように2つの受信障害期間J,Jが挿まれるように録画期間A,B,Cが割り当てられていたとすると、メモリに記録されている期間は符号52で示すように順にA,B,Cとなる。 The control in the recording process described with reference to FIG. 11 results in recording with the actual recording period being omitted while the period during which recording was possible in the memory is generated. For example, as shown in FIG. 12, recording periods A, B, and C are set such that two reception failure periods J 1 and J 2 are inserted as shown by reference numeral 51 within a certain recording period (recording period TR). If it is assigned, the periods recorded in the memory are A, B, and C in order as indicated by reference numeral 52.

また、最近の放送信号に重畳する映像情報のフォーマットとして、画像圧縮技術を用いたいわゆるMPEG(Moving Picture Image Coding Experts Group)と称される映像フォーマットが研究開発されており、ビデオデータ又はオーディオデータの圧縮技術として広く普及しつつある。これらの圧縮された映像音声情報を多重化する際には、ビデオデータ及びオーディオデータのそれぞれがパケットという所定のデータ長のビットストリームに時分割され、各パケットにはヘッダ情報といった付加情報が付けられる。   In addition, as a format of video information to be superimposed on recent broadcast signals, a video format called MPEG (Moving Picture Image Coding Experts Group) using image compression technology has been researched and developed. Widely used as a compression technology. When the compressed video / audio information is multiplexed, each of the video data and the audio data is time-divided into a bit stream of a predetermined data length called a packet, and additional information such as header information is attached to each packet. .

そして、記録装置や再生装置側でこのデータを受信する際には、この時分割されたパケットを、ヘッダ情報に書き込まれた連続性情報をもとに適正に時系列配置し、記録処理や再生処理を行っている。すなわち、その時分割されたデータを復号処理する際には、各パケットのヘッダ情報に付加され各パケットの順列を認識するための連続性情報というデータをもとに、時分割されたデータを時間軸に対し適正な順序で配列し直す過程を経ることとなる。
特許第2667701号公報
When this data is received on the recording device or playback device side, the time-divided packets are appropriately time-sequentially arranged based on the continuity information written in the header information for recording processing and playback. Processing is in progress. In other words, when decoding the time-division data, the time-division data is converted to a time axis based on data called continuity information added to the header information of each packet to recognize the permutation of each packet. The process of rearranging them in the proper order is performed.
Japanese Patent No. 2667701

しかしながら、MPEG規格に基づく圧縮技術等により圧縮処理されパケット化されて連続性情報が付加されたコンテンツのような情報フォーマットを扱う際に、時分割されたパケットの一部でも受信障害により欠けた場合には、復号時に受信し損ねたパケットに対し連続性の管理ができなくなるので、その欠けたパケットに続く以降のパケットの配列処理にもバグが生じるという問題が生じ得る。また、バグが生じなくても、例えば受信障害の期間が10分間あれば記録したコンテンツを再生する際にその10分間に対応する時間だけユーザは視聴を待たなければならないといった問題が生じ得る。   However, when handling information formats such as content that has been compressed and packetized and added with continuity information using a compression technique based on the MPEG standard, some of the time-divided packets are missing due to reception failure However, since it becomes impossible to manage continuity for a packet that is missed at the time of decoding, there may be a problem that a bug occurs in the arrangement processing of subsequent packets following the missing packet. Even if a bug does not occur, for example, if the reception failure period is 10 minutes, the user may have to wait for viewing for the time corresponding to the 10 minutes when playing the recorded content.

そして、上述のごとくユーザが視聴を待つといったことを行わせないような記録制御又は再生制御を何らかの手段により実行した場合であっても、実際の録画期間に対して、メモリに記録できた期間は受信障害期間が生じた分だけ省略して記録される結果となり、受信障害期間の分が記録できなかったために画像間のブレが生じる可能性が非常に高くなる。上述した例では、AとB、BとCの間に、受信障害期間J,Jの分が記録できなかったために生じる画像間のブレがそれに相当する。 Even when recording control or playback control that does not cause the user to wait for viewing as described above is executed by any means, the period that can be recorded in the memory with respect to the actual recording period is As a result, recording is performed by omitting only the portion of the reception failure period, and since the portion of the reception failure period could not be recorded, the possibility of blurring between images becomes very high. In the example described above, the blur between images caused by the fact that the reception failure periods J 1 and J 2 could not be recorded between A and B and B and C corresponds to that.

すなわち、その記録されたコンテンツを再生表示する際に、受信できないパケットが記録されていないので、記録されないパケットの前後画面の相関性が欠如する(例えば映像のブレ)ことによって、ユーザが視聴に耐えられないというケースも非常に多くなる。さらに、いずれかのパケットが受信できない場合には、このような画像間のブレによってそのパケットに相当する部分の後、再生装置において再生できないことも十分に考えられる。   In other words, when the recorded content is played back and displayed, packets that cannot be received are not recorded, and the correlation between the front and rear screens of the packets that are not recorded is lacking (for example, image blurring), so that the user can withstand viewing. There are a lot of cases where you can't. Furthermore, when any of the packets cannot be received, it is sufficiently conceivable that the reproduction apparatus cannot reproduce after the portion corresponding to the packet due to the blur between the images.

さらに、このような録画処理時に一部記録不能になった場合において、そのコンテンツを再生視聴しているユーザには、このような品質上の問題点が、記録装置或いは記録再生装置自身に起因するのか、或いは、装置の受信環境に起因するのかについて明確に認識できるものではないので、せめて何時、そしてどの程度記録できなくなったのかが認識できないと、いたずらにユーザを不快にさせる要因になりかねない。   Further, in the case where recording is partially disabled during such recording processing, such quality problems are caused by the recording apparatus or the recording / reproducing apparatus itself for the user who is reproducing and viewing the content. Or whether it is caused by the reception environment of the device, it may be a factor that makes the user uncomfortable if it is not possible to recognize at least when and how much it has become impossible to record. .

また、特許文献1に記載の技術を適用した場合であっても、この技術においては、凡そ同期信号の有無を検出することにより実行中の録画処理を中断又は再開するかを判断していたが、その中断した期間が存在したことを示す情報もなかったために、録画した映像又は音声情報が途切れていても、その中断処理を認識する術がその映像又は音声情報自体以外に存在せず、再生したその記録情報を見ているユーザは違和感を抱かざるを得なかった。また、同時にそれを見たユーザは、その違和感が記録再生装置自身に欠陥などのトラブルがあるのではないかという誤認識をする可能性もあった。   Even when the technique described in Patent Document 1 is applied, in this technique, it is determined whether to interrupt or restart the recording process being executed by detecting the presence or absence of a synchronization signal. Because there was no information indicating that the interrupted period existed, even if the recorded video or audio information is interrupted, there is no way to recognize the interrupt processing other than the video or audio information itself, and playback is performed. The user who was watching the recorded information had to feel uncomfortable. At the same time, the user who sees it may misrecognize that the uncomfortable feeling may cause a trouble such as a defect in the recording / reproducing apparatus itself.

上述のごとき問題は、記録装置が屋内に限らず屋外でも使用できるような携帯式の受信端末装置(例えばモバイル放送用受信端末装置)の場合に、特に深刻となる。すなわち、携帯式の受信端末においては、電波の届かない場所等で受信が不能になったりすることが多々生じ得るので、十分受信できずノイズが生じた状態で記録されることもあり、このような問題は不可避な場合さえある。   The problem described above becomes particularly serious in the case of a portable receiving terminal device (for example, a receiving terminal device for mobile broadcast) in which the recording device can be used not only indoors but also outdoors. In other words, in a portable receiving terminal, reception often becomes impossible in places where radio waves do not reach, etc., so that it may not be sufficiently received and noise may be recorded. Some problems are even unavoidable.

本発明は、上述のごとき実情に鑑みてなされたものであり、圧縮処理されパケット化されたコンテンツを記録する際に、受信できなかったパケット情報があっても、受信できず記録できなかった期間のコンテンツに関する情報をユーザに提示し、ユーザに不快感を与えないで済むよう記録が可能な、記録装置、その記録装置を備えた記録再生装置、それらの装置に組み込むための制御用のプログラム、及び、そのプログラムを記録したコンピュータ読み取り可能な記録媒体を提供することをその目的とする。   The present invention has been made in view of the above circumstances, and when recording compressed and packetized content, even if there was packet information that could not be received, it was not received and could not be recorded A recording device capable of recording information related to the content of the user to the user so as not to cause discomfort to the user, a recording / reproducing device including the recording device, a control program to be incorporated in these devices, And it aims at providing the computer-readable recording medium which recorded the program.

また、本発明は、上述のごとき実情に鑑みてなされたものであり、圧縮処理されパケット化されたコンテンツを記録して再生する際に、受信できなかったパケット情報があっても、受信できず記録できなかった期間のコンテンツに関する情報をユーザに提示し、ユーザに不快感を与えないで済む、記録再生装置、その記録再生装置に組み込むための制御用のプログラム、及び、そのプログラムを記録したコンピュータ読み取り可能な記録媒体を提供することを他の目的とする。   In addition, the present invention has been made in view of the above circumstances, and cannot be received even if there is packet information that could not be received when recording and reproducing the content that was compressed and packetized. Recording / reproducing apparatus, control program for incorporation in the recording / reproducing apparatus, and computer recording the program, which presents the user with information related to the contents during the period that could not be recorded, and does not cause discomfort to the user Another object is to provide a readable recording medium.

本発明は、上述のごとき課題を解決するために、以下の各技術手段でそれぞれ構成される。
第1の技術手段は、圧縮処理されパケット化された画像情報及び/又は音声情報を含んでなる、コンテンツのストリームを入力する入力手段と、該入力手段で入力された画像情報及び/又は音声情報を復号する復号手段と、該復号手段で復号された画像情報及び/又は音声情報を記録する記録手段とを備えた記録装置であって、前記コンテンツのストリームにおける各パケットは、時刻情報を含み、前記記録手段における記録処理中に、パケットが入力されなくなったときに前記記録処理を一時停止し、再びパケットの入力がなされたときに前記一時停止を解除して記録処理を再開するよう処理する記録制御手段をさらに備え、該記録制御手段は、前記一時停止により分けられた画像情報及び/又は音声情報同士をリンク付けするリンク情報を前記一時停止の前の画像情報及び/又は音声情報に付加し、且つ、前記時刻情報に基づいて前記一時停止がなされた期間の時刻を、画像情報及び/又は音声情報と共に前記記録手段で記録させる制御を行うことを特徴としたものである。
The present invention is constituted by the following technical means in order to solve the above-described problems.
The first technical means includes input means for inputting a stream of content, which includes compressed and packetized image information and / or audio information, and image information and / or audio information input by the input means. And a recording device for recording image information and / or audio information decoded by the decoding means, wherein each packet in the content stream includes time information, During the recording process in the recording unit, the recording process is paused when a packet is not input, and the recording process is performed to cancel the pause and restart the recording process when a packet is input again. The recording control unit further includes a control unit, and the recording control unit links the image information and / or audio information separated by the temporary stop. It is added to the image information and / or audio information before the pause, and the time of the pause period based on the time information is recorded together with the image information and / or audio information by the recording means. It is characterized by performing control.

第2の技術手段は、第1の技術手段において、前記コンテンツはデジタル放送コンテンツとし、前記入力手段は、前記デジタル放送コンテンツの放送信号を受信するためのチューナを有することを特徴としたものである。   According to a second technical means, in the first technical means, the content is a digital broadcast content, and the input means has a tuner for receiving a broadcast signal of the digital broadcast content. .

第3の技術手段は、第1又は第2の技術手段において、前記入力手段で入力される画像情報及び/又は音声情報に対する、前記記録手段における記録処理を、ユーザに予約操作又は開始・終了操作させることで実行する記録操作手段をさらに備え、該記録操作手段における記録操作に基づき記録用に各パケットが入力されることを特徴としたものである。   According to a third technical means, in the first or second technical means, the user performs a reservation operation or a start / end operation for recording processing in the recording means for the image information and / or audio information input by the input means. And a recording operation means for executing the recording, and each packet is input for recording based on the recording operation in the recording operation means.

第4の技術手段は、第1乃至第3のいずれか1の技術手段において、前記記録制御手段は、前記記録手段で記録されたコンテンツを再生表示する際に、前記一時停止により分けられた画像情報及び/又は音声情報を、前記リンク情報に基づいて再生表示し且つ前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を併せて出力するよう、前記記録手段で記録させる制御を行うことを特徴としたものである。   A fourth technical means is the first technical means according to any one of the first to third technical means, wherein the recording control means reproduces and displays the content recorded by the recording means when the image is divided by the pause. Control for recording the information and / or audio information by the recording means so as to reproduce and display the information based on the link information and to output the time of the paused period based on the reading of the link information. It is characterized by doing.

第5の技術手段は、第1乃至第3のいずれか1に記載の記録装置と、該記録装置で記録されたコンテンツを再生表示する出力装置とを備えた記録再生装置であって、前記出力装置は、前記記録手段で記録されたコンテンツを再生表示する際に、前記一時停止により分けられた画像情報及び/又は音声情報を、前記リンク情報に基づいて再生表示し、且つ、前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を併せて出力することを特徴としたものである。   A fifth technical means is a recording / reproducing apparatus comprising: the recording apparatus according to any one of the first to third aspects; and an output apparatus that reproduces and displays content recorded by the recording apparatus. When reproducing and displaying the content recorded by the recording means, the apparatus reproduces and displays the image information and / or audio information divided by the temporary stop based on the link information, and the link information Based on the readout, the time of the period in which the pause is made is output together.

第6の技術手段は、圧縮処理されパケット化された画像情報及び/又は音声情報を含んでなる、コンテンツのストリームを入力する入力手段と、該入力手段で入力された画像情報及び/又は音声情報を復号する復号手段と、該復号手段で復号された画像情報及び/又は音声情報を記録する記録手段とを備えた記録装置に組み込むためのプログラムであって、前記コンテンツのストリームにおける各パケットは、時刻情報を含み、当該プログラムは、前記記録装置における各手段に対する制御を行う演算装置に、前記記録手段における記録処理中に、パケットが入力されなくなったときに前記記録処理を一時停止する処理と、再びパケットの入力がなされたときに前記一時停止を解除して記録処理を再開する処理と、前記一時停止により分けられた画像情報及び/又は音声情報同士をリンク付けするリンク情報を前記一時停止の前の画像情報及び/又は音声情報に付加する処理と、前記時刻情報に基づいて、前記一時停止がなされた期間の時刻を、画像情報及び/又は音声情報と共に前記記録手段で記録させる処理とを実行させることを特徴としたものである。   The sixth technical means includes: input means for inputting a stream of content including image information and / or audio information that has been compressed and packetized; and image information and / or audio information input by the input means Is a program for incorporating into a recording device comprising decoding means for decoding the image information and / or audio information decoded by the decoding means, wherein each packet in the content stream is: Including the time information, the program includes a process for temporarily stopping the recording process when a packet is not input during a recording process in the recording unit to an arithmetic device that controls each unit in the recording apparatus; When the packet is input again, the pause is canceled and the recording process is resumed, and the pause is divided. A process of adding link information for linking image information and / or audio information to the image information and / or audio information before the pause, and a period of the pause period based on the time information. The processing for recording the time by the recording means together with the image information and / or the sound information is performed.

第7の技術手段は、第6の技術手段において、前記コンテンツはデジタル放送コンテンツとし、前記入力手段は、前記デジタル放送コンテンツの放送信号を受信するためのチューナを有することを特徴としたものである。   A seventh technical means is the sixth technical means, wherein the content is a digital broadcast content, and the input means has a tuner for receiving a broadcast signal of the digital broadcast content. .

第8の技術手段は、第6の又は第7の技術手段において、前記記録装置は、前記入力手段で入力される画像情報及び/又は音声情報に対する、前記記録手段における記録処理を、ユーザに予約操作又は開始・終了操作させることで実行する記録操作手段をさらに備え、当該プログラムは、前記演算装置に、前記記録操作手段における記録操作に基づき記録用に各パケットを入力する処理を実行させることを特徴としたものである。   The eighth technical means is the sixth or seventh technical means, wherein the recording device reserves a recording process in the recording means for the image information and / or audio information input by the input means to a user. The program further includes a recording operation unit that is executed by operating or starting / ending the operation, and the program causes the arithmetic device to execute a process of inputting each packet for recording based on the recording operation in the recording operation unit. It is a feature.

第9の技術手段は、第6乃至第8のいずれか1の技術手段において、当該プログラムは、前記演算装置に、前記記録手段で記録されたコンテンツを再生表示する際に、前記一時停止により分けられた画像情報及び/又は音声情報を、前記リンク情報に基づいて再生表示し且つ前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を併せて出力するよう、前記記録手段で記録させる処理を実行させることを特徴としたものである。   A ninth technical means is the technical means according to any one of the sixth to eighth technical means, wherein the program is divided by the pause when the content recorded by the recording means is reproduced and displayed on the arithmetic unit. The recorded image information and / or audio information is recorded by the recording means so as to reproduce and display based on the link information and to output the time of the paused period based on the reading of the link information. It is characterized in that the processing to be executed is executed.

第10の技術手段は、第6乃至第8のいずれか1に記載のプログラムを含むプログラムであり、且つ、前記記録装置と該記録装置で記録したコンテンツを再生表示する出力装置とを備えた記録再生装置に組み込むためのプログラムであって、当該プログラムは、前記演算装置に、前記記録手段で記録されたコンテンツを前記出力装置で再生表示する際に、前記一時停止により分けられた画像情報及び/又は音声情報を、前記リンク情報に基づいて再生表示する処理と、前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を前記再生表示時に併せて出力する処理とを実行させることを特徴としたものである。   A tenth technical means is a program that includes the program according to any one of the sixth to eighth aspects, and that includes the recording device and an output device that reproduces and displays the content recorded by the recording device. A program to be incorporated into a playback device, wherein the program stores image information and / or divided by the pause when the content recorded by the recording means is played back and displayed on the output device. Alternatively, a process of reproducing and displaying audio information based on the link information and a process of outputting the time of the paused period based on the reading of the link information together with the reproduction display are performed. It is a feature.

第11の技術手段は、第6乃至第10のいずれか1に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体である。   The eleventh technical means is a computer-readable recording medium on which the program according to any one of the sixth to tenth aspects is recorded.

本発明によれば、圧縮処理されパケット化されたコンテンツを記録する際に、受信できなかったパケット情報があっても、受信できず記録できなかった期間のコンテンツに関する情報をユーザに提示し、ユーザに不快感を与えないで済むよう記録が可能となる。   According to the present invention, when recording packetized content that has been compressed, even if there is packet information that could not be received, information related to the content that could not be received and recorded could be presented to the user. Can be recorded so as not to cause discomfort.

また、本発明によれば、圧縮処理されパケット化されたコンテンツを記録して再生する際に、受信できなかったパケット情報があっても、受信できず記録できなかった期間のコンテンツに関する情報をユーザに提示し、ユーザに不快感を与えないで済む。   In addition, according to the present invention, when recording and playing back content that has been compressed and packetized, even if there is packet information that could not be received, information related to the content during the period that could not be received and recorded cannot be received by the user. It is possible to prevent the user from feeling uncomfortable.

図1は、本発明の一実施形態に係る記録装置の一構成例を示す図で、図2は、図1の記録装置における記録処理の流れを説明するためのフロー図である。図1において、1は入力手段、2は復号手段、3は記録手段、4は判定手段、5は記録操作手段、6は制御手段である。   FIG. 1 is a diagram showing a configuration example of a recording apparatus according to an embodiment of the present invention, and FIG. 2 is a flowchart for explaining the flow of recording processing in the recording apparatus of FIG. In FIG. 1, 1 is an input means, 2 is a decoding means, 3 is a recording means, 4 is a determination means, 5 is a recording operation means, and 6 is a control means.

本発明に係る記録装置は、入力手段1、復号手段2、記録手段3、及び制御手段6を備えるものとする。なお、本発明に係る記録装置は、記録したコンテンツを再生する再生装置と共に具備する記録再生装置にも当然適用可能である。   The recording apparatus according to the present invention includes an input unit 1, a decoding unit 2, a recording unit 3, and a control unit 6. The recording apparatus according to the present invention is naturally applicable to a recording / reproducing apparatus that is provided with a reproducing apparatus that reproduces recorded content.

入力手段1は、圧縮処理されパケット化された画像情報及び/又は音声情報に各パケットの出力順序を示す連続性情報が付加されたコンテンツのストリーム(例えばMPEGのトランスポートストリーム)を入力する手段である。入力手段1は、コンテンツがデジタル放送コンテンツの場合に対応させるためには、圧縮処理されパケット化された画像情報及び/又は音声情報に各パケットの出力順序を示す連続性情報が付加された放送信号を受信するためのチューナを有することとなる。但し、本発明において、入力手段1は、連続性情報が付加されたコンテンツのストリームを入力する手段に限ったものではなく、圧縮処理されパケット化された画像情報及び/又は音声情報を含んでなる、コンテンツのストリームを入力する手段であればよい。また、本発明においては、コンテンツのストリームにおける各パケットは、時刻情報を含みことを前提とするが、各パケットに時刻情報が含まれないようなストリームの場合には装置内の計時手段から時刻情報を取得すればよい。   The input means 1 is a means for inputting a content stream (for example, an MPEG transport stream) in which continuity information indicating the output order of each packet is added to the compressed and packetized image information and / or audio information. is there. In order to cope with the case where the content is digital broadcast content, the input means 1 is a broadcast signal in which continuity information indicating the output order of each packet is added to image information and / or audio information that has been compressed and packetized A tuner for receiving the. However, in the present invention, the input means 1 is not limited to means for inputting a stream of content to which continuity information is added, but includes image information and / or audio information that has been compressed and packetized. Any means for inputting a stream of content may be used. In the present invention, it is assumed that each packet in the content stream includes time information. However, in the case of a stream in which each packet does not include time information, the time information from the time measuring means in the apparatus is used. Just get it.

復号手段2は、入力手段1で入力された画像情報及び/又は音声情報を復号する復号手段であり、ハードウェア又はその一部がソフトウェアでなるデコーダが該当する。記録手段3は、復号手段2で復号された画像情報及び/又は音声情報を記録する手段であり、記録先である記録媒体を含む形態と含まない形態(記録媒体への記録処理を行う形態)のいずれも採用可能である。このように、本発明に係る記録装置(及び記録装置を備えた記録再生装置)においては、記録手段は装置内部に記録用のメモリを予め内蔵させる必要は無く、外部メモリに記録するための手段であれば例えば外部メモリを挿入するためのスロットのみであってもメモリ挿入によって情報の記録ができるので、記録手段がメモリ自身を構成することは必要とされない。むしろ、放送番組等のコンテンツを記録するための記録手段3がメモリを除くスロットで構成される方が、携帯用の映像表示装置の携帯性が考慮されて好適であるといえる。   The decoding unit 2 is a decoding unit that decodes image information and / or audio information input by the input unit 1, and corresponds to a decoder whose hardware or a part thereof is software. The recording unit 3 is a unit that records the image information and / or the audio information decoded by the decoding unit 2 and includes a recording medium that is a recording destination and a form that does not include the recording medium (form that performs recording processing on the recording medium) Either of these can be employed. Thus, in the recording apparatus (and the recording / reproducing apparatus provided with the recording apparatus) according to the present invention, the recording means does not need to have a recording memory built in the apparatus in advance, and means for recording in the external memory In this case, for example, even if there is only a slot for inserting an external memory, information can be recorded by inserting the memory, so that it is not necessary for the recording means to constitute the memory itself. Rather, it can be said that it is preferable that the recording means 3 for recording content such as a broadcast program is composed of slots excluding the memory in consideration of the portability of the portable video display device.

本発明の特徴として、制御手段6は次の記録制御手段を有するものとする。この記録制御手段は、記録手段3における記録処理中に、パケットが入力されなくなったときに記録処理を一時停止し、再びパケットの入力がなされたときにその一時停止を解除して記録処理を再開するよう処理する。この記録制御手段は、さらに、その一時停止の処理毎に、一時停止により分けられた画像情報及び/又は音声情報同士をリンク付けするリンク情報を一時停止の前の画像情報及び/又は音声情報に付加し、且つ、時刻情報に基づいて一時停止がなされた(一部のパケットが入力されなかった)期間の時刻を、画像情報及び/又は音声情報と共に記録手段3で記録させる制御を行う。   As a feature of the present invention, the control means 6 has the following recording control means. This recording control means pauses the recording process when a packet is not input during the recording process in the recording means 3, and cancels the pause and resumes the recording process when a packet is input again. To process. The recording control means further converts link information for linking image information and / or audio information divided by the pause into image information and / or audio information before the pause for each pause process. In addition, control is performed so that the recording unit 3 records the time of a period in which the suspension is made based on the time information (a part of the packets are not input) together with the image information and / or the audio information.

そして、このような記録処理によって、圧縮処理されパケット化されたコンテンツ(番組データ等)を記録する際に、録画処理の中断操作がされたという一連の情報について画面上でユーザに容易に認識させることができる(同時に「受信障害期間」などと表示するとなお良い)ので、ブレ自体を感じてもその要因がすぐに分かる。このように、本発明によれば、受信できなかったパケット情報があっても、受信できず記録できなかった期間のコンテンツに関する情報をユーザに提示するので、記録時に受信できなかった映像や音声に関する情報(何時、そしてどの程度記録できなくなったのか)をユーザに容易に認識させることが可能であり、ユーザに不快感を与えないで済み、また装置にトラブルがあるとの疑念を抱かせないようにすることが可能となる。また、特にバッテリなどを有した携帯式の受信端末に録画機能を搭載した使用においては、無駄な映像や音声(途切れ途切れに受信したパケットに対応する映像や音声など)をメモリに保存することなく、且つ、電池の余分な電力消費を費やすことがなくなるというメリットも有する。   Then, when recording content that has been compressed and packetized (such as program data) by such recording processing, the user can easily recognize on the screen a series of information that the recording processing has been interrupted. (It is even better to display “Reception failure period” at the same time), so even if you feel the blur itself, you can immediately understand the cause. As described above, according to the present invention, even if there is packet information that could not be received, information related to contents during a period when the packet could not be received and could not be recorded is presented to the user. Information can be easily recognized by the user (when and to what extent it was impossible to record), so that the user does not feel uncomfortable, and the device is not suspected of having a problem. It becomes possible to. In particular, when a portable receiving terminal having a battery or the like is equipped with a recording function, useless video and audio (video and audio corresponding to packets received intermittently) are not stored in the memory. In addition, there is a merit that the extra power consumption of the battery is not consumed.

また、図1で例示する構成例においては、ユーザによって記録操作が可能なよう記録操作手段5を備えている。記録操作手段5は、入力手段1で入力された画像情報及び/又は音声情報に対する、記録手段3における記録処理を、ユーザに予約操作又は開始・終了操作させることで実行する手段であり、このような記録装置では、記録操作手段5における記録操作に基づいて、記録用に各パケットが入力される。   Further, in the configuration example illustrated in FIG. 1, a recording operation unit 5 is provided so that a recording operation can be performed by a user. The recording operation means 5 is means for executing recording processing in the recording means 3 for the image information and / or audio information input by the input means 1 by causing the user to perform a reservation operation or start / end operation. In this recording apparatus, each packet is input for recording based on the recording operation in the recording operation means 5.

さらに、図1で例示する構成例においては、入力手段1における入力の状態(受信状態)を判定するために判定手段4を備えている。判定手段4は、制御手段6に組み込むよう構成してもよく、また計数手段5におけるカウント及び受信レートと各パケットに情報として含まれる時刻などとを比較することによって構成してもよい。   Further, in the configuration example illustrated in FIG. 1, a determination unit 4 is provided for determining the input state (reception state) in the input unit 1. The determination unit 4 may be configured to be incorporated in the control unit 6, or may be configured by comparing the count and reception rate in the counting unit 5 with the time included as information in each packet.

また、本発明に係る記録装置の他の実施形態として、記録制御手段は、記録手段3で記録されたコンテンツを再生表示する際に、一時停止により分けられた画像情報及び/又は音声情報を、そのリンク情報に基づいて再生表示し且つ前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を併せて出力するよう、記録手段3で記録させる制御を行うとよい。   As another embodiment of the recording apparatus according to the present invention, the recording control means displays the image information and / or audio information divided by the pause when reproducing and displaying the content recorded by the recording means 3, The recording means 3 may perform control so that the recording means 3 outputs and displays the time of the paused period based on the link information and the reproduction and display based on the link information.

図1で上述したごとき構成の記録装置における記録処理を、図2を参照して説明する。まず、記録操作手段5における記録開始操作により、或いは同じく予約操作により予約された時刻の到来によって、コンテンツの記録(録画)が開始される(ステップS1)。録画が開始されると、まず受信状態の判定が判定手段4によりなされる(ステップS2)。受信状態が良好であった場合にはステップS8へ進み、良好でなかった場合にはステップS3へと進む。   A recording process in the recording apparatus having the configuration described above with reference to FIG. 1 will be described with reference to FIG. First, content recording (recording) is started by a recording start operation in the recording operation unit 5 or by arrival of a time reserved by the reservation operation (step S1). When recording is started, the reception state is first determined by the determination means 4 (step S2). If the reception state is good, the process proceeds to step S8, and if not, the process proceeds to step S3.

ステップS3では一時停止処理を行い、次いで、ステップS4で一時停止時刻を記録して、ステップS5でリンク情報を付加する。ステップS4,S5の順序は問わない。またリンク情報の付加は、予め次に来るコンテンツの番号を現在停止したコンテンツの最後に付与することで行うとよい。そして、ステップS6で受信状態の復帰を待つ。受信状態が復帰した場合には、一時停止を解除して、一時停止解除時刻を記録し(ステップS7)、録画用の記録媒体(メモリ)にコンテンツを記録し(ステップS8)、録画終了判定を行う(ステップS9)。ステップS9で予約時間終了又はユーザの録画終了操作によって録画終了と判定された場合、録画停止処理を行い(ステップS10)、逆に録画継続と判定された場合にはステップS2へ戻り、引き続き録画処理を継続する。本実施形態における録画の一時停止時刻及び一時停止解除時刻の記録(タイムスタンプ処理ともいう)は、コンテンツに関連付け、コンテンツと共に行うものとするが、さらに、他の実施形態として説明した記録制御手段を備えることがどのような再生装置でも時刻の情報と共にコンテンツを再生可能であることから好ましい。   In step S3, a pause process is performed, and then in step S4, the pause time is recorded, and in step S5, link information is added. The order of steps S4 and S5 does not matter. The addition of link information may be performed by giving the number of the next content in advance to the end of the currently stopped content. In step S6, the process waits for the reception state to return. When the reception state is restored, the pause is canceled, the pause release time is recorded (step S7), the content is recorded on the recording medium (memory) for recording (step S8), and the recording end determination is made. Perform (step S9). If it is determined in step S9 that the scheduled time has ended or the recording is ended by the user's recording end operation, the recording is stopped (step S10). Conversely, if it is determined that the recording is to be continued, the process returns to step S2, and the recording process continues. Continue. Recording of the recording pause time and pause release time (also referred to as time stamp processing) in the present embodiment is performed in association with the content and performed together with the content. Further, the recording control means described in the other embodiments is performed. It is preferable that any playback apparatus be provided since the content can be played back together with the time information.

また、本発明に係る記録装置のうち、他の実施形態として説明した記録制御手段を備えた記録装置を、記録したコンテンツを再生する再生装置(再生表示する出力装置)と共に具備する記録再生装置に適用する場合には、出力装置は、記録手段3で記録されたコンテンツを単純に再生表示すればよく、この出力装置では、記録手段3で記録されたコンテンツを再生表示する際に、一時停止により分けられた画像情報及び/又は音声情報をリンク情報に基づいて再生表示し、且つ、リンク情報の読出しに基づいて一時停止がなされた期間の時刻を併せて出力することとなる。   In addition, among the recording apparatuses according to the present invention, a recording / reproducing apparatus provided with the recording apparatus having the recording control unit described as another embodiment together with a reproducing apparatus for reproducing recorded content (output apparatus for reproducing and displaying). In the case of application, the output device may simply reproduce and display the content recorded by the recording means 3, and in this output device, when the content recorded by the recording means 3 is reproduced and displayed, The divided image information and / or audio information is reproduced and displayed based on the link information, and the time of the period in which the pause is made based on the reading of the link information is also output.

また、上述した制御手段6は、記録装置(又は記録再生装置)に具備されたCPU等の演算装置と、その演算装置に各手段1〜4を制御させるプログラムと、このプログラムを記録しておくメモリや実行可能に読み出すメモリとによって構成することも可能である。このプログラムは、図2で例示した処理のごとき本発明に係る記録処理を演算装置に実行させるプログラムであればよく、各手段1〜4の一部、例えば、各手段1〜3を制御するためのプログラムであってもよい。   Moreover, the control means 6 mentioned above records arithmetic programs, such as CPU with which the recording apparatus (or recording / reproducing apparatus) was equipped, the program which makes the arithmetic apparatus control each means 1-4, and this program are recorded. It is also possible to configure with a memory or a memory to be read out in an executable manner. This program may be any program that causes the arithmetic unit to execute the recording process according to the present invention, such as the process illustrated in FIG. 2. For controlling a part of each means 1 to 4, for example, each means 1 to 3. It may be a program.

本発明の思想を記録再生装置に適用することは、一般的な再生装置での再生を考慮しないことでも可能である。次に、図3を参照して、このような記録再生装置の一実施形態を説明する。すなわち、他の実施形態として説明した記録制御手段で記録制御を行わない場合であっても、出力装置側に、リンク情報の読出しに基づいて一時停止がなされた期間の時刻を併せて出力する手段を設けておけばよい。   It is possible to apply the idea of the present invention to a recording / reproducing apparatus without considering reproduction on a general reproducing apparatus. Next, an embodiment of such a recording / reproducing apparatus will be described with reference to FIG. In other words, even when recording control is not performed by the recording control means described as another embodiment, means for outputting to the output device side the time of the period during which suspension was made based on reading of link information Should be provided.

図3は、本発明の一実施形態に係る記録再生装置の一構成例を示す図で、図3において、入力手段1,復号手段2,記録手段3,判定手段4,記録操作手段5は、図1のそれらと同様の処理を実行するものであり、制御手段6における制御が図1のそれと異なる。   FIG. 3 is a diagram showing a configuration example of a recording / reproducing apparatus according to an embodiment of the present invention. In FIG. 3, the input unit 1, the decoding unit 2, the recording unit 3, the determination unit 4, and the recording operation unit 5 are The same processes as those in FIG. 1 are executed, and the control in the control means 6 is different from that in FIG.

本実施形態に係る記録再生装置は、入力手段1、復号手段2、記録手段3、及び制御手段6に加え、再生表示を行う表示手段7及び切替手段8を備えるものとする。表示手段7は、記録手段3で記録されたコンテンツを再生表示する出力手段であり、音声情報の出力も実行できるものとする。   The recording / reproducing apparatus according to this embodiment includes a display unit 7 and a switching unit 8 that perform reproduction display in addition to the input unit 1, the decoding unit 2, the recording unit 3, and the control unit 6. The display means 7 is an output means for reproducing and displaying the content recorded by the recording means 3, and can also output audio information.

本実施形態に係る記録再生装置においては、制御手段6は、出力手段(表示手段7に相当)を、記録手段3で記録されたコンテンツを再生表示する際に、一時停止により分けられた画像情報及び/又は音声情報をリンク情報に基づいて再生表示し、且つ、リンク情報の読出しに基づいて一時停止がなされた期間の時刻を併せて出力するよう制御する。   In the recording / reproducing apparatus according to the present embodiment, the control unit 6 uses the output unit (corresponding to the display unit 7) to reproduce and display the content recorded by the recording unit 3, and the image information divided by the pause. And / or audio information is reproduced and displayed based on the link information, and control is performed so as to output the time of the paused period based on the reading of the link information.

そして、このような記録再生処理によって、圧縮処理されパケット化されたコンテンツ(番組データ等)を記録して再生する際の処理は、記録時に図2での処理のごとく一時停止時刻及び一時停止解除時刻をいずれかに記録しておけば、他の実施形態として説明した記録制御手段を備えなくとも、再生時は、その時刻をコンテンツの再生表示と共に出力することができる。このように、本実施形態によれば、圧縮処理されパケット化されたコンテンツを記録して再生する際に、受信できなかったパケット情報があっても、受信できず記録できなかった期間のコンテンツに関する情報をユーザに提示でき、ユーザに不快感を与えないで済む。   Then, the processing when recording and reproducing the content (program data, etc.) compressed and packetized by such recording / reproducing processing is the same as the processing shown in FIG. If the time is recorded in any place, it is possible to output the time together with the content reproduction display during reproduction without providing the recording control means described as another embodiment. As described above, according to the present embodiment, when recording and reproducing content that has been compressed and packetized, even if there is packet information that could not be received, the content related to the content that could not be received and could not be recorded. Information can be presented to the user, and the user does not feel uncomfortable.

また、上述した制御手段6は、記録再生装置に具備されたCPU等の演算装置と、その演算装置に各手段1〜4,7,8を制御させるプログラムと、このプログラムを記録しておくメモリや実行可能に読み出すメモリとによって構成することも可能である。このプログラムは、本発明に係る記録再生処理を演算装置に実行させるプログラムであればよく、各手段1〜4,7,8の一部、例えば、各手段1〜3,4を制御するためのプログラムであってもよい。   The control means 6 described above includes an arithmetic device such as a CPU provided in the recording / reproducing apparatus, a program for causing the arithmetic device to control each of the means 1 to 4, 7, and 8, and a memory for storing the program. It is also possible to configure with a memory that reads out in an executable manner. This program only needs to be a program that causes the arithmetic unit to execute the recording / reproducing process according to the present invention. It may be a program.

次に、タイムスタンプ処理されることによる放送番組の情報と記録時間情報の記録処理例を、図4乃至図10を参照して説明する。   Next, an example of recording processing of broadcast program information and recording time information by time stamp processing will be described with reference to FIGS.

図4は、図1の記録装置を備えた記録再生装置の一構成例を示すブロック図で、図5は、図4の記録再生装置における録画処理時の流れを説明するためのフロー図である。また、図6は、図5の録画処理において使用するファイル管理テーブルの一例を示す図、図7は、図5の記録処理において付加されるリンク情報の概念を説明するための図、図8は、図5の記録処理によって記録されたコンテンツを再生する再生処理の一例を説明するためのフロー図、図9は、図8の再生処理において表示される中断履歴情報の一例を示す図、図10は、図8の再生処理において表示される中断履歴情報の他の例を示す図である。   FIG. 4 is a block diagram showing a configuration example of a recording / reproducing apparatus provided with the recording apparatus of FIG. 1, and FIG. 5 is a flowchart for explaining a flow at the time of recording processing in the recording / reproducing apparatus of FIG. . 6 is a diagram showing an example of a file management table used in the recording process of FIG. 5, FIG. 7 is a diagram for explaining the concept of link information added in the recording process of FIG. 5, and FIG. FIG. 9 is a flowchart for explaining an example of a reproduction process for reproducing the content recorded by the recording process of FIG. 5, FIG. 9 is a diagram showing an example of interruption history information displayed in the reproduction process of FIG. These are figures which show the other example of the interruption history information displayed in the reproduction | regeneration processing of FIG.

図5で例示する記録再生装置は、入力手段11,開始・終了操作手段12,予約設定手段13,復号手段14,判定手段15,制御手段16,表示手段17,切替手段18,カウンタ19,情報記憶手段20,画像生成手段21,記録手段22,計時手段23を備える。ここで、入力手段11,復号手段14,判定手段15,制御手段16,記録手段22は、それぞれ図1における入力手段1,復号手段2,判定手段4,制御手段6,記録手段3に該当し、開始・終了操作手段12及び予約設定手段13は図1における記録操作手段5に該当する。また、表示手段17は、再生表示を実行するために設けられた手段であり、図3における表示手段7に対応する手段ともいえる。また、切替手段18は、表示手段17を設けたために必要となる手段であり、図3における切替手段8に対応する手段ともいえる。   5 includes an input means 11, a start / end operation means 12, a reservation setting means 13, a decoding means 14, a determination means 15, a control means 16, a display means 17, a switching means 18, a counter 19, and information. A storage unit 20, an image generation unit 21, a recording unit 22, and a time measuring unit 23 are provided. Here, the input means 11, the decoding means 14, the determination means 15, the control means 16, and the recording means 22 correspond to the input means 1, the decoding means 2, the determination means 4, the control means 6, and the recording means 3 in FIG. The start / end operation means 12 and the reservation setting means 13 correspond to the recording operation means 5 in FIG. Further, the display unit 17 is a unit provided for executing reproduction display, and can be said to be a unit corresponding to the display unit 7 in FIG. Further, the switching unit 18 is a unit necessary for providing the display unit 17, and can be said to be a unit corresponding to the switching unit 8 in FIG.

入力手段11は、アンテナで受信した同期信号と圧縮された映像音声情報とを含む各種放送信号のうちから適当なチャンネルを選局させるチューナ等である。復号手段14は、選局された放送信号のうち圧縮された映像又は音声情報をそれぞれデコードするため手段である。切替手段18は、ユーザからの操作に応じて復号した映像又は音声情報を記録媒体に記録させるか若しくは表示画面やスピーカに出力させるか出力を切り替えるための手段である。記録手段22は、復号された映像音声情報を記録媒体(メモリ)に記録するための手段である。   The input means 11 is a tuner or the like that selects an appropriate channel from various broadcast signals including a synchronization signal received by an antenna and compressed video / audio information. The decoding unit 14 is a unit for decoding compressed video or audio information from the selected broadcast signal. The switching unit 18 is a unit for switching the output of whether the video or audio information decoded according to the operation from the user is recorded on a recording medium or output to a display screen or a speaker. The recording means 22 is means for recording the decoded video / audio information on a recording medium (memory).

表示手段17は、復号された映像音声情報を画面上に表示再生するための手段で、LCD,PDP,有機EL,CRT等の各種ディスプレイがそれに相当する。情報記憶手段20は、その他、表示処理や録画処理に関する各種設定値を保存するための記憶手段であり、ここでは、メモリに所定映像を記録するためデータ(挿入するためのデータ)をも記憶している。開始・終了操作手段12では、録画処理の開始や終了の操作をユーザに実行させる手段であると共に、上述の設定値の変更保存のための操作を行うため手段としても機能する。また、制御手段16は、この開始・終了操作手段12や予約設定手段13において行われる表示や記録に対する操作に応じた各種制御を行うための手段となる。そして、制御手段16は、記録手段22における記録処理の途中で放送信号の受信が不可な状態になった場合には記録一時停止し、再び放送信号の受信が可能になった場合に記録一時停止解除しながら記録処理を行い、記録処理をした一連の放送信号を再生処理する途中で記録が中断された期間があった場合は、出力部に次の放送信号を出力する前に、予め記憶された映像情報及び/又は音声情報を一定期間出力するように制御する。   The display unit 17 is a unit for displaying and reproducing the decoded video / audio information on the screen, and various displays such as an LCD, a PDP, an organic EL, and a CRT correspond thereto. The information storage unit 20 is a storage unit for storing various setting values related to display processing and video recording processing. Here, the information storage unit 20 also stores data (data to be inserted) for recording a predetermined video in the memory. ing. The start / end operation means 12 is a means for causing the user to start and end the recording process, and also functions as a means for performing the above-described operation for changing and saving the set value. The control means 16 is a means for performing various controls in accordance with operations for display and recording performed in the start / end operation means 12 and the reservation setting means 13. Then, the control means 16 pauses the recording when the broadcast signal cannot be received during the recording process in the recording means 22, and pauses the recording when the broadcast signal can be received again. If there is a period during which recording is interrupted during playback processing of a series of broadcast signals that have been recorded, the recording process is canceled before the next broadcast signal is output to the output unit. The video information and / or the audio information is controlled to be output for a certain period.

また、制御手段16において、入力手段11で入力され復号手段14で復号され記録手段22に出力される各パケットの出力順序を、連続性情報をもとに配列し、一部のパケットが入力されなかった場合は、そのパケット以降の連続性情報に対してカウンタ19で計数された序数をもとに連続性情報の書き換えを行う手段を備えることが好ましい。この書き換える手段によって、必要に応じて連続性情報の書き換えを行いながら、記録手段22における記録処理を行うことができる。ここで、カウンタ19は、入力手段1で入力された各パケットを計数する計数手段である。カウンタ19は、入力された各パケットに対し、その出力順序をカウントするともいえる。また、このカウンタ19は、上述の制御手段16(制御手段6)に含まれる形態も採用できる。   Further, the control means 16 arranges the output order of the packets input by the input means 11, decoded by the decoding means 14 and output to the recording means 22 based on the continuity information, and some packets are input. If not, it is preferable to provide means for rewriting the continuity information based on the ordinal number counted by the counter 19 for the continuity information after the packet. By this rewriting means, the recording process in the recording means 22 can be performed while rewriting the continuity information as necessary. Here, the counter 19 is a counting unit that counts each packet input by the input unit 1. It can be said that the counter 19 counts the output order of each input packet. In addition, the counter 19 can adopt a form included in the above-described control means 16 (control means 6).

予約設定手段13は、予約録画処理を行うために録画開始時刻、終了時刻、チャンネルに関する情報を設定保存するための手段であり、EPG(電子プログラムガイド)の情報を受信してそれに基づいて予約設定を行う形態も採用できる。判定手段15は、入力手段11に具備されるアンテナの受信状態の良し悪しを判定するための手段であり、計時手段23は、一定間隔で現在時刻を計測し管理するための手段である。   The reservation setting means 13 is a means for setting and saving information related to recording start time, end time, and channel in order to perform reservation recording processing, and receives EPG (electronic program guide) information and sets reservation based on it. The form which performs can also be employ | adopted. The determination unit 15 is a unit for determining whether the reception state of the antenna provided in the input unit 11 is good or bad, and the time measuring unit 23 is a unit for measuring and managing the current time at regular intervals.

本発明に係るタイムスタンプ処理において、メモリに記録するべきデータとしては、放送された画像音声情報と記録された時刻或いはされなかった時刻に関する情報を、それぞれファイル形式で書き込み保存する。そして、放送された画像音声情報に関するファイルは録画が中断された回数に応じてファイルが分割された状態で保存される。   In the time stamp processing according to the present invention, as data to be recorded in the memory, broadcast image / audio information and information regarding the recorded time or not recorded time are written and stored in a file format. Then, the file relating to the broadcasted audio / video information is stored in a state where the file is divided according to the number of times recording is interrupted.

そして、これらの機能を解説するために、図5の制御フロー図に従ってその制御の流れの一例を説明する。まず、予めEPG(電子番組表)等による予約設定操作によって予約するべき番組の開始時刻、チャンネル、終了時刻を予約設定手段13で設定する。こうして設定された番組に対して該当開始時刻になったら録画を開始するように制御手段16が制御処理を行う。   In order to explain these functions, an example of the control flow will be described with reference to the control flow diagram of FIG. First, the reservation setting means 13 sets the start time, channel, and end time of a program to be reserved in advance by a reservation setting operation using an EPG (electronic program guide) or the like. The control means 16 performs control processing so that recording starts when the corresponding start time comes for the program set in this way.

記録開始に先立って、或いは、記録開始直後に、放送信号の受信時刻履歴を記録するためのファイル管理テーブルの初期化を行い(ステップS11)、ストリーム記録用のファイルを作成してその管理テーブルを更新しておく(ステップS12)。ファイル管理テーブルは、図6で例示するように、ストリーム名と関連付けて、開始時間(開始時刻)及び終了時間(終了時刻)に加え、リンク情報が記録されることになる。ステップS12の処理は、復号化された映像又は音声情報をストリームデータを記録するために、ストリーム記録ファイルを作成し、ファイル管理テーブルの更新処理を行い、記録開始のための準備を行う処理である。ここで、リンク情報は、図7で例示するように「ストリームファイルA→ストリームファイルB→ストリームファイルC→終了」という順にリンクがなされ再生が行われるための情報である。   Prior to the start of recording or immediately after the start of recording, a file management table for recording the reception time history of the broadcast signal is initialized (step S11), a file for stream recording is created and the management table is created. Update (step S12). In the file management table, link information is recorded in addition to the start time (start time) and end time (end time) in association with the stream name, as illustrated in FIG. The process of step S12 is a process of creating a stream recording file, updating a file management table, and preparing for recording start in order to record the decoded video or audio information stream data. . Here, the link information is information that is linked and played back in the order of “stream file A → stream file B → stream file C → end” as illustrated in FIG.

ステップS13において録画処理が開始されると、同時に受信したMPEGビデオデータに多重化されたパケット内に構成される再生出力時間管理情報PTS(Present Time Stamp)若しくは復号の時刻管理情報DTS(Decording Time Stamp)のいずれかの時間情報に対して、計時手段23で管理されている現在時間情報を書き換える。この現在時間情報の書き換えによって、記録処理の開始を契機として、自動的に記録再生装置内(或いは記録装置内)の時刻を修正することができ、放送信号等の入力信号が受信不可能になった場合においても、正確な時刻管理ができ、例えば記録できなかった時間帯を記録することやその時間帯を表示や音声出力するなどして提示することが可能となる。また、記録開始と同時に時刻修正がなされるので計時手段23で管理されている時刻に多少のズレが生じたときに、放送信号に多重化された時間情報をもとに修正を自動的に行ってくれるという利点も有する。さらには、計時手段23で管理された時間のズレを修正してから録画を行うので、録画終了時の時刻も番組終了時刻に併せて確実に終了させることが可能になる。このような効果によって、この書き換えの後にステップS11,S12の処理を実行することが正確な時刻でタイムスタンプ処理が実行できるので、より好ましい。   When the recording process is started in step S13, playback output time management information PTS (Present Time Stamp) or decoding time management information DTS (Decoding Time Stamp) configured in a packet multiplexed with MPEG video data received simultaneously. The current time information managed by the time measuring means 23 is rewritten with respect to any of the time information. By rewriting the current time information, the time in the recording / reproducing apparatus (or in the recording apparatus) can be automatically corrected at the start of the recording process, and input signals such as broadcast signals cannot be received. Even in such a case, accurate time management can be performed. For example, it is possible to record a time zone that could not be recorded or to display the time zone by displaying or outputting it. In addition, since the time is corrected at the same time as the recording is started, the correction is automatically performed on the basis of the time information multiplexed on the broadcast signal when a slight deviation occurs in the time managed by the time measuring means 23. It also has the advantage that Further, since the recording is performed after correcting the time difference managed by the time measuring means 23, the time at the end of the recording can be surely ended together with the program end time. Due to such an effect, it is more preferable to execute the processing of steps S11 and S12 after this rewriting because the time stamp processing can be executed at an accurate time.

ステップS13の録画処理が開始されると、記録中に記録処理に対する一時停止処理がなされたか否かの判定を行うための録画一時停止フラグを予め用意しておき、最初はこのフラグをクリアな状態に設定しておく。この録画一時停止フラグは、受信した複数のパケット情報を時間配列し直す際に受信できなかったパケットが1つでもあった場合にそのパケット以降の連続性情報の書き換えを行うための設定値である。つまり、この設定値は、フラグがクリアの状態で維持されていれば連続性データの書き換えを行わず、フラグがONの状態であれば連続性データの書き換えを行うといった判断を、制御手段16が実行するための情報である。   When the recording process of step S13 is started, a recording pause flag is prepared in advance for determining whether or not a pause process for the recording process has been performed during the recording, and this flag is initially cleared. Set to. This recording pause flag is a setting value for rewriting the continuity information after the packet when there is even one packet that could not be received when time-aligning a plurality of received packet information. . That is, this setting value is determined by the control means 16 so that the continuity data is not rewritten if the flag is kept clear, and the continuity data is rewritten if the flag is ON. Information for execution.

そして、受信状態の良し悪しの判別を入力手段11或いは復号手段14での受信レベル情報等をもとに判定手段15で判定し(ステップS14)、その結果をマイコン等でなる制御手段16に伝達する。その結果、受信状態が良くないと判断した場合は、記録一時停止フラグをON状態にし、録画の一時停止処理(ステップS15)と同時に、中断した時刻を記録するために計時手段23から記録手段22へのタイムスタンプ処理(タイムスタンプ記録処理ともいう)を行う(ステップS16)。ステップS16においては、タイムスタンプ処理として記録中のメモリにおけるストリーム管理情報領域に一時停止時刻をマイコン等の制御手段16が計時手段23から読み出して記録する。それと同時に記録中のストリームファイルを閉じ、管理テーブルを更新する(ステップS17)。   Then, the determination unit 15 determines whether the reception state is good or bad based on the reception level information in the input unit 11 or the decoding unit 14 (step S14), and transmits the result to the control unit 16 formed of a microcomputer or the like. To do. As a result, if it is determined that the reception state is not good, the recording pause flag is turned on, and simultaneously with the recording pause process (step S15), the time counting means 23 to the recording means 22 are used to record the interrupted time. Time stamp processing (also referred to as time stamp recording processing) is performed (step S16). In step S16, the control means 16 such as a microcomputer reads out and records the temporary stop time in the stream management information area in the memory being recorded as the time stamp process. At the same time, the stream file being recorded is closed and the management table is updated (step S17).

また、ステップS17に関し、図8には、メモリ内におけるファイル管理テーブルの概略図を示しているが、ここでは受信ができない状態になったことをきっかけにして閉じられた各ファイルに関する各種情報(ストリーム名、及び各ファイルの記録開始時間と記録終了時間、後続のファイルを指定したリンク情報等)が記録されるように管理されたメモリが設けられている。これにより、例えば、ストリーム名Aというファイルの記録開始時間及び終了時間及びリンク情報を逐次記録更新し、続いてストリーム名Bというファイルの記録の開始に備えてファイル管理を行っている。   Further, regarding step S17, FIG. 8 shows a schematic diagram of the file management table in the memory, but here, various information (streams) related to each file that has been closed as a result of being incapable of receiving. A name, a recording start time and a recording end time of each file, link information designating a subsequent file, and the like are provided. Thereby, for example, the recording start time and end time of the file named stream name A and link information are sequentially recorded and updated, and then file management is performed in preparation for the start of recording of the file named stream name B.

一方、また、ステップS14でYESの場合、ストリーム記録ファイルへの記録を行い(ステップS23)、録画終了まで(ステップS24でYESとなるまで)、ステップS14に戻り、録画終了となったときに、記録を停止し(ステップS25)、記録中のファイルを綴じて管理テーブルを更新し(ステップS26)、処理を終了する。   On the other hand, if YES in step S14, recording to the stream recording file is performed (step S23), until the end of recording (until YES in step S24), the process returns to step S14, and when recording ends. The recording is stopped (step S25), the file being recorded is bound, the management table is updated (step S26), and the process is terminated.

ステップS17の後、再度受信状態の復帰の是非を判定手段15で判定し(ステップS18)、復帰したと判定した際は録画一時停止処理の解除を行い(ステップS19)、再度記録処理を継続するために、今度はメモリの次のストリーム管理用領域を確保して一時停止解除時刻(つまり次のストリームの記録開始時刻)を記録し(ステップS20)、次のストリーム記録用ファイルを作成し、管理テーブルの更新を行う(ステップS21)。こうして、新しいストリームの記録の再開を実行し(ステップS22)、ステップS23において録画終了までストリームを記録するためのファイルに記録を行う。その後、計時手段23で計測した現在時刻と予約設定手段13で設定された終了時刻とを比較して録画終了と判断された場合(ステップS24でYES)、すなわち録画終了と判断された際には、記録の停止を行い(ステップS25)、記録中のファイルと更新された管理テーブルをそれぞれ閉じる(ステップS26)。   After step S17, the determination means 15 again determines whether or not the reception state is restored (step S18). When it is determined that the reception state is restored, the recording pause process is canceled (step S19), and the recording process is continued again. Therefore, this time, the next stream management area in the memory is secured and the suspension release time (that is, the recording start time of the next stream) is recorded (step S20), and the next stream recording file is created and managed. The table is updated (step S21). In this way, recording of a new stream is resumed (step S22), and recording is performed in a file for recording the stream until recording ends in step S23. Thereafter, when it is determined that the recording is finished by comparing the current time measured by the time measuring means 23 with the end time set by the reservation setting means 13 (YES in step S24), that is, when it is judged that the recording is finished. Then, the recording is stopped (step S25), and the file being recorded and the updated management table are closed (step S26).

また、ステップS19の録画一時停止処理の解除に際しては、映像等のブレを防止するために、予め記憶された所定の画像情報及び/又は音声情報でなるデータ(中間データ)を制御手段16が情報記憶手段20から読み出すか、或いは一時停止処理の前後のコンテンツの平均データなどによってデータ(中間データ)を生成し、再度記録処理を継続するために、連続性情報の書き換え処理に移行する。このとき同時に記録再開した時刻を記録するべく計時手段23から記録手段22へのタイムスタンプ記録処理を行うこととなる(ステップS20)。また、連続性情報の書き換え処理に関し、予め記憶された所定の画像情報及び/又は音声情報でなる中間データを読み出す処理を実行する場合には、この順序の処理に限ったものではなない。   Further, when the recording pause process in step S19 is canceled, the control means 16 uses data (intermediate data) consisting of predetermined image information and / or audio information stored in advance in order to prevent blurring of video and the like. Data (intermediate data) is read from the storage means 20 or average data of content before and after the pause process, and the process proceeds to a continuity information rewriting process to continue the recording process again. At this time, a time stamp recording process from the time measuring means 23 to the recording means 22 is performed in order to record the time when the recording was resumed (step S20). Further, regarding the rewriting process of continuity information, the process of reading intermediate data composed of predetermined image information and / or audio information stored in advance is not limited to the process in this order.

ここで、連続性情報の書き換え処理について説明する。この処理では、録画を一時停止する直前のパケットに割り当てられた連続性情報番号に続くように、常に計数手段19では受信したパケットの連続性情報をカウントしておき、一時停止後に最初に記録するべきパケットに対し記録するべき連続性情報番号を計数手段19で管理されている番号から読み出して、受信状態復帰後において各パケットの連続性情報の書き換えを逐次実行する。なお、この連続性情報は録画中にパケットが一つでも欠如すると、それ以降のパケットの番号管理に齟齬が生じてしまうので、受信状態復帰後の連続性情報は全て書き換える必要が場合によって生ずる。また、連続性情報の書き換えを、中間データに対してのみ実行するようにしてもよく、その場合には、受信できなかったパケットに相当する連続性情報を中間データにまとめて付すればよい。このためステップS14の判定の結果、受信状態が良好であったとしても、録画一時停止フラグの設定がON状態であるか否かの判別を行い、過去に一回でも一時停止操作が行われた場合は、それ以降の連続性情報を書き換える処理を実行するよう制御するとよい。   Here, the continuity information rewriting process will be described. In this process, the counting means 19 always counts the continuity information of the received packet so that it follows the continuity information number assigned to the packet immediately before the recording is paused, and records it first after the pause. The continuity information number to be recorded for the packet to be recorded is read from the number managed by the counting means 19, and the continuity information of each packet is rewritten sequentially after the reception state is restored. In addition, if even one packet is missing during recording, this continuity information causes a discrepancy in the management of the number of subsequent packets. Therefore, it is necessary to rewrite all the continuity information after the reception state is restored. In addition, rewriting of continuity information may be performed only on intermediate data. In this case, continuity information corresponding to a packet that could not be received may be added to the intermediate data. For this reason, even if the reception state is good as a result of the determination in step S14, it is determined whether or not the recording pause flag is set to ON, and a pause operation has been performed once in the past. In such a case, it may be controlled to execute a process for rewriting subsequent continuity information.

こうして、確実に受信した各パケット情報は連続性情報の書き換えの有無に拘わらず、録画用のメモリに対し記録処理を行う(ステップS23等)。読出し或いは生成した中間データは、ステップS23で対応する箇所に挿入して記録してもよいし、中間データを1つのストリームとして取り扱って記録するようにしても、また、単純に、挿入用としてコンテンツと共に記録するようにしてもよい。   Thus, each packet information received reliably is recorded in the recording memory regardless of whether or not the continuity information is rewritten (step S23, etc.). The read or generated intermediate data may be inserted and recorded at the corresponding location in step S23, or the intermediate data may be handled and recorded as one stream, or simply as content for insertion. You may make it record with it.

連続性情報の書き換え並びに中間データの挿入を実行して、メモリで得られた録画データのフォーマットは、入力されるべき一連の番組データを時間順に配列させたデータフォーマットから、メモリへの記録に成功した番組データを時間順に配列させダミーデータがそれらの間に挿入されたデータフォーマットになって保存されていることとなる。例えば、メモリへの記録に成功した期間のデータをそれぞれA,B,Cとに区分けし、入力され記録されるべき、メモリに記録できなかった期間のデータをAB間(X),BC間(X)とすると、データAとデータBとの間には互いのデータの連続性が損なわれないようにするために、ダミーデータを挿入する。 By rewriting continuity information and inserting intermediate data, the format of the recorded data obtained in the memory was successfully recorded in the memory from the data format in which a series of program data to be input was arranged in time order The program data is arranged in time order and the dummy data is stored in a data format inserted between them. For example, data in a period in which recording in the memory is successful is divided into A, B, and C, respectively, and data in a period that cannot be recorded in the memory to be input and recorded is between AB (X 1 ) and BC Assuming that (X 2 ), dummy data is inserted between data A and data B so that the continuity of each other's data is not impaired.

ダミーデータの挿入は、画像生成手段21では、データAの最後の連続性情報を有するパケットの映像とデータBの最初の連続性情報を有するパケットと映像との間に、データAの最後の映像とデータBの最初の映像とから生成した中間映像Zと、データAの最後の連続性情報とデータBの最初の連続性情報との間の連続性情報Yとで構成された中間映像用パケットを形成して、制御手段16によって挿入している。なお、制御手段16に画像生成手段21が含まれる形態であってもよい。また、中間映像Zの代わりに、予め情報記憶手段20に記憶しておいた所定の映像を採用してもよい。また、データBとデータCとの間に挿入された中間映像用パケットも同様な構成(Y及びZ)で記録される。このようなデータ構成を有することによって、一連の放送番組に対して出来るだけ映像情報の連続性を維持しつつ、適切な連続性情報を元に映像を再生することが可能になる。 The dummy data is inserted by the image generating means 21 between the video of the packet having the last continuity information of the data A and the packet of the data having the first continuity information of the data B and the video. And an intermediate video Z 1 generated from the first video of data B and an intermediate video composed of continuity information Y 1 between the last continuity information of data A and the first continuity information of data B Packet is formed and inserted by the control means 16. The control unit 16 may include the image generation unit 21. Further, instead of the intermediate image Z 1, it may be employed a predetermined image that has been stored in advance in the information storage unit 20. Further, the intermediate video packet inserted between the data B and the data C is also recorded with the same configuration (Y 2 and Z 2 ). By having such a data configuration, it is possible to reproduce video based on appropriate continuity information while maintaining continuity of video information as much as possible for a series of broadcast programs.

さらに、データAの最後の連続性情報を有するパケットの映像とデータBの最初の連続性情報を有するパケットと映像との間に、データAの最後の映像と予め情報記憶手段20に記憶されマイコン等の制御手段16から読み出される所定の映像情報(例えば黒画面)とデータBの最初の映像とによって生成された中間映像と、データAの最後の連続性情報とデータBの最初の連続性情報との間の連続性情報とで構成された中間映像用パケットZを形成する画像生成手段21を構成して、このパケットをデータAB間に挿入するようにしてもよい。このように、データAの最後の映像から黒画面に徐々にシーンチェンジをし、続いて黒画面からデータBの最初の映像画面へとシーンチェンジを行うようにデータ編集を行ったパケットをデータAB間に介在させることによって、一連の放送番組に対して出来るだけ映像情報の連続性を維持しつつ、適切な連続性情報を元に映像を再生することが可能になる。 Further, between the video of the packet having the last continuity information of data A and the packet and video having the first continuity information of data B, the last video of data A is stored in advance in the information storage means 20 and the microcomputer. The intermediate video generated by the predetermined video information (for example, black screen) read from the control means 16 and the first video of the data B, the last continuity information of the data A, and the first continuity information of the data B constitute an image generation means 21 for forming an intermediate image packet Z 1 comprised of a continuity information between, may be inserted to this packet between the data AB. In this way, a packet whose data has been edited so that the scene change is gradually performed from the last video of data A to the black screen, and then the first video screen of data B is changed from the black screen to the data AB. By interposing them, it is possible to reproduce the video based on the appropriate continuity information while maintaining the continuity of the video information as much as possible for a series of broadcast programs.

また、これらを組み合わせ、連続して記録できなかったパケット数が一定以上である時には、黒又は白画面を挿入したシーンチェンジを伴う画像データを挿入し、一方で連続して記録できなかったパケットの数が一定未満であれば、中断した映像の前後の映像に連続性を与えるような画像処理を行うようにしても良い。   Also, combining these, when the number of packets that could not be recorded continuously is a certain number or more, inserted image data with a scene change with black or white screen inserted, while the packets that could not be recorded continuously If the number is less than a certain value, image processing may be performed so as to give continuity to the video before and after the interrupted video.

次に、上述のような記録処理を行った後に、この記録した放送番組の再生処理の過程について以下に説明する。メモリに記録されたデータとして、複数のファイルに分割された画像音声情報とこれら分割されたファイルを関連付け且つ時刻管理をするためのファイル管理情報とが保存されており、これらの各ファイルの再生又は表示について図8の制御フロー図に従ってその制御の流れを説明する。   Next, after performing the recording process as described above, the process of reproducing the recorded broadcast program will be described below. As the data recorded in the memory, image / sound information divided into a plurality of files and file management information for associating these divided files and managing the time are stored. The display flow will be described with reference to the control flow chart of FIG.

まず、記録再生装置本体の再生キー等によって再生処理を開始し(ステップS31)、録画処理時に記録したファイル管理テーブルを保存したファイルの読み込みマイコンが行う(ステップS32)。そして、最初のストリームファイル(例えば、ストリーム名Aというファイル)を開き、連続性情報にもとづいて各パケット情報を順次デコードして、表示再生を行う(ステップS33)。そして、デコード或いは再生しようとしているストリームファイルが最後のパケットに達したかどうか、つまり、ファイルの終端に達したか否かを判断して(ステップS34)、YESと判断された場合は、再生中のストリームファイルを閉じ(ステップS35)、今度はファイル管理テーブルのリンク情報(次に再生するべきストリームがあるか否かを示す情報)をもとに、全ファイルの再生が完了したか否かを判断する(ステップS36)。そして、全ファイル完了していないと判断された場合は、次のストリームのファイル(例えばストリームファイルAにつづくファイルBに相当する)を開いて、再び連続性情報にもとづいたデコード及び再生を行うために、ストリームの読み出しを行う(ステップS38)。最終的に全ファイルの再生が完了したことを確認して再生終了を行う(ステップS39)。   First, playback processing is started by a playback key or the like of the recording / playback apparatus main body (step S31), and a microcomputer that reads a file storing the file management table recorded during the recording processing is performed (step S32). Then, the first stream file (for example, a file called stream name A) is opened, each packet information is sequentially decoded based on the continuity information, and display reproduction is performed (step S33). Then, it is determined whether or not the stream file to be decoded or reproduced has reached the last packet, that is, whether or not the end of the file has been reached (step S34). The stream file is closed (step S35), and this time, based on the link information (information indicating whether or not there is a stream to be reproduced next) in the file management table, whether or not the reproduction of all the files has been completed. Judgment is made (step S36). If it is determined that all the files are not completed, the next stream file (for example, corresponding to the file B following the stream file A) is opened, and decoding and reproduction are performed again based on the continuity information. Then, the stream is read (step S38). Finally, it is confirmed that the reproduction of all files has been completed, and the reproduction is finished (step S39).

以上のフローを経過した結果、再生されたファイルは図7のように、リンク情報に基づいて「ストリームファイルA→ストリームファイルB→ストリームファイルC→終了」という順に再生が行われる。   As a result of passing through the above flow, the reproduced file is reproduced in the order of “stream file A → stream file B → stream file C → end” based on the link information as shown in FIG.

また、こうした一連の放送番組の録画処理を通して、放送番組自身のデータに加えて得られたファイル管理テーブルによって、未受信履歴の結果をユーザに通知するために画面上に表示できる構成も適用できる。以下にその一例を説明する。   In addition, through such a series of broadcast program recording processing, a configuration can be applied in which a file management table obtained in addition to the data of the broadcast program itself can be displayed on the screen to notify the user of the result of the unreceived history. One example will be described below.

図9には、本発明に係る記録再生装置(記録表示装置)における、ファイル管理テーブルのデータをもとに出力されたデータの表示手段への画面表示例を示している。この図9の表示に関し、図6では、記録時に書き込まれたタイムスタンプをもとに各ファイルの記録開始時間と記録終了時間を保存しているが、ユーザにとっては記録された期間よりも中断した期間に相当する情報を認識するべき情報であることを鑑みて、前のファイルの最後の時刻と次のファイルの最初の時刻との併記によって中断時間の履歴を表示する。つまり、図6では、ストリームAの終了時間である「10:18」と次のストリームBの記録開始時間である「10:32」とを併記することによって、中断時間履歴の1履歴を構成するように画面上に表示した結果「10:18〜10:32」という表示がなされる。   FIG. 9 shows an example of a screen display on the display means of the data output based on the data of the file management table in the recording / reproducing apparatus (recording display apparatus) according to the present invention. Regarding the display of FIG. 9, in FIG. 6, the recording start time and the recording end time of each file are stored based on the time stamp written at the time of recording. In view of the fact that the information corresponding to the period is to be recognized, a history of the interruption time is displayed by writing the last time of the previous file and the first time of the next file. That is, in FIG. 6, “10:18” that is the end time of the stream A and “10:32” that is the recording start time of the next stream B are written together to constitute one history of the interruption time history. As a result of the display on the screen, a display of “10:18 to 10:32” is made.

より具体的に、図9の表示例のように中断時間履歴の1履歴を構成するための操作としては、例えば、該当する一連のストリームファイルを再生しているときにOSDメニュ表示項目選択操作で「中断時間履歴表示」という項目を選択したことを契機に、マイコンが前のストリームの終了時間情報と次のストリームの開始時間情報とを読み出して、その読み出したデータから必要なキャラクタジェネレータをもとに表示するべき文字を選択することによってOSDメニュ信号を再構成する。ここで、画面上に表示するべきOSDデータとして、各中断履歴に割り当てられた任意の番号(<1>,<2>等)や、中断開始及び中断終了時間が挙げられる。そして、現在再生中の映像に対して重ね合わせるような画像処理をへて画面上に表示処理を行う。これにより現在再生中の映像の受信中断履歴をユーザに的確に認識させることが可能になる。またこの中断時間履歴に加えて、現在再生中の映像データの録画処理時の該当時刻を同時に表示することによって、現在再生中の映像の前後の中断履歴状況を容易に認識することも可能になる。   More specifically, as an operation for composing one history of interruption time history as in the display example of FIG. 9, for example, an OSD menu display item selection operation is performed when a corresponding series of stream files is being reproduced. The microcomputer reads the end time information of the previous stream and the start time information of the next stream, and selects the necessary character generator from the read data. The OSD menu signal is reconstructed by selecting the character to be displayed on the screen. Here, the OSD data to be displayed on the screen includes an arbitrary number (<1>, <2>, etc.) assigned to each interruption history, and interruption start and interruption end times. Then, display processing is performed on the screen through image processing that is superimposed on the currently reproduced video. This makes it possible for the user to accurately recognize the reception interruption history of the video currently being reproduced. In addition to this interruption time history, it is also possible to easily recognize the interruption history situation before and after the currently reproduced video by simultaneously displaying the corresponding time at the time of recording processing of the currently reproduced video data. .

また、図10にも別な画面表示例を示している。画面上には記録期間を規格化したバー表示と、管理データから読み出された記録開始時間(10:00)と終了時間(11:30)を表示し、各中断期間を前述の記録期間に対して相対的な長さで表示したバー表示と、各中断履歴期間に相当する任意の番号(<1>,<2>等)とその中断した履歴期間を示す中断及び復帰時刻をそれぞれ表示している。そして、現在再生中の映像の現段階の進捗を矢印等でバーの左側に表示している。   FIG. 10 also shows another screen display example. On the screen, a bar display in which the recording period is standardized, a recording start time (10:00) and an end time (11:30) read from the management data are displayed, and each interruption period is set to the recording period described above. A bar display with a relative length, an arbitrary number corresponding to each interruption history period (<1>, <2>, etc.), and an interruption and return time indicating the interruption history period are displayed. ing. The progress of the currently played video is displayed on the left side of the bar with an arrow or the like.

このような構成により、中断履歴のデータのユーザに認識させることができるのと同時に、受信できなかった期間と現在再生時点との時間の前後差を容易に認識することができる。   With such a configuration, it is possible to make the user of the interruption history data recognize, and at the same time, it is possible to easily recognize the time difference between the period during which the interruption was not received and the current reproduction time.

最後に、本発明による記録処理又は記録再生処理の機能を実現するためのプログラムやデータを記憶した記録媒体の実施形態を補足する。記録媒体としては、具体的には、CD−ROM、光磁気ディスク、DVD−ROM、FD、フラッシュメモリ、及びその他各種ROMやRAM等が想定でき、上述した本発明の記録処理又は記録再生処理の制御プログラムを、これら記録媒体に記録して流通させることにより、当機能の実現を容易にする。そして、汎用コンピュータ等の情報処理装置に上述のごとき記録媒体を装着して(携帯端末であれば汎用コンピュータやネットワークを介して読み込んでソフトウェアとして或いはファームウェアとして)記憶させて組み込ませておき、必要に応じて読み出すことにより、本発明に係わる記録処理又は記録再生処理の機能を実行することができる。   Finally, a supplementary description will be given of an embodiment of a recording medium storing a program and data for realizing the recording processing or recording / reproducing processing function according to the present invention. Specifically, a CD-ROM, a magneto-optical disk, a DVD-ROM, an FD, a flash memory, and other various ROMs and RAMs can be assumed as the recording medium, and the recording process or recording / reproducing process of the present invention described above can be assumed. This function is facilitated by recording and distributing the control program on these recording media. A recording medium as described above is attached to an information processing apparatus such as a general-purpose computer (if it is a portable terminal, it is read via a general-purpose computer or a network and stored as software or firmware) and stored and incorporated. By reading in response, the function of the recording process or recording / reproducing process according to the present invention can be executed.

本発明の一実施形態に係る記録装置の一構成例を示す図である。It is a figure which shows one structural example of the recording device which concerns on one Embodiment of this invention. 図1の記録装置における記録処理の流れを説明するためのフロー図である。FIG. 2 is a flowchart for explaining a flow of recording processing in the recording apparatus of FIG. 1. 本発明の一実施形態に係る記録再生装置の一構成例を示す図である。It is a figure which shows the example of 1 structure of the recording / reproducing apparatus which concerns on one Embodiment of this invention. 図1の記録装置を備えた記録再生装置の一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the recording / reproducing apparatus provided with the recording device of FIG. 図4の記録再生装置における録画処理時の流れを説明するためのフロー図である。FIG. 5 is a flowchart for explaining a flow during a recording process in the recording / reproducing apparatus of FIG. 4. 図5の録画処理において使用するファイル管理テーブルの一例を示す図である。It is a figure which shows an example of the file management table used in the video recording process of FIG. 図5の記録処理において付加されるリンク情報の概念を説明するための図である。It is a figure for demonstrating the concept of the link information added in the recording process of FIG. 図5の記録処理によって記録されたコンテンツを再生する再生処理の一例を説明するためのフロー図である。FIG. 6 is a flowchart for explaining an example of a reproduction process for reproducing the content recorded by the recording process of FIG. 5. 図8の再生処理において表示される中断履歴情報の一例を示す図である。It is a figure which shows an example of the interruption history information displayed in the reproduction | regeneration processing of FIG. 図8の再生処理において表示される中断履歴情報の他の例を示す図である。It is a figure which shows the other example of the interruption history information displayed in the reproduction | regeneration processing of FIG. 従来技術の画像記録装置における録画処理の一例を説明するためのフロー図である。It is a flowchart for demonstrating an example of the video recording process in the image recording device of a prior art. 図11の録画処理を実行したときに受信障害期間が存在した場合の実際の録画結果の例を示す図である。It is a figure which shows the example of the actual recording result when a reception failure period exists when the recording process of FIG. 11 is performed.

符号の説明Explanation of symbols

1,11…入力手段、2,14…復号手段、3,22…記録手段、4,15…判定手段、5…記録操作手段、6,16…制御手段、7,17…表示手段、8,18…切替手段、12…開始・終了操作手段、13…予約設定手段、19…カウンタ、20…情報記憶手段、21…画像生成手段、23…計時手段。 DESCRIPTION OF SYMBOLS 1,11 ... Input means, 2,14 ... Decoding means, 3,22 ... Recording means, 4,15 ... Determination means, 5 ... Recording operation means, 6,16 ... Control means, 7,17 ... Display means, 8, DESCRIPTION OF SYMBOLS 18 ... Switching means, 12 ... Start / end operation means, 13 ... Reservation setting means, 19 ... Counter, 20 ... Information storage means, 21 ... Image generation means, 23 ... Time measuring means

Claims (11)

圧縮処理されパケット化された画像情報及び/又は音声情報を含んでなる、コンテンツのストリームを入力する入力手段と、該入力手段で入力された画像情報及び/又は音声情報を復号する復号手段と、該復号手段で復号された画像情報及び/又は音声情報を記録する記録手段とを備えた記録装置であって、前記コンテンツのストリームにおける各パケットは、時刻情報を含み、前記記録手段における記録処理中に、パケットが入力されなくなったときに前記記録処理を一時停止し、再びパケットの入力がなされたときに前記一時停止を解除して記録処理を再開するよう処理する記録制御手段をさらに備え、該記録制御手段は、前記一時停止により分けられた画像情報及び/又は音声情報同士をリンク付けするリンク情報を前記一時停止の前の画像情報及び/又は音声情報に付加し、且つ、前記時刻情報に基づいて前記一時停止がなされた期間の時刻を、画像情報及び/又は音声情報と共に前記記録手段で記録させる制御を行うことを特徴とする記録装置。   Input means for inputting a stream of content including image information and / or audio information compressed and packetized; and decoding means for decoding image information and / or audio information input by the input means; And a recording device for recording the image information and / or audio information decoded by the decoding device, wherein each packet in the content stream includes time information and is being recorded by the recording device. And further comprising a recording control means for processing to temporarily stop the recording process when a packet is not input, and to cancel the temporary stop and restart the recording process when a packet is input again, The recording control means displays link information for linking image information and / or audio information separated by the pause before the pause. It is added to image information and / or audio information, and control is performed to record the time of the pause period based on the time information by the recording means together with the image information and / or audio information. A recording device. 前記コンテンツはデジタル放送コンテンツとし、前記入力手段は、前記デジタル放送コンテンツの放送信号を受信するためのチューナを有することを特徴とする請求項1に記載の記録装置。   The recording apparatus according to claim 1, wherein the content is digital broadcast content, and the input unit includes a tuner for receiving a broadcast signal of the digital broadcast content. 前記入力手段で入力される画像情報及び/又は音声情報に対する、前記記録手段における記録処理を、ユーザに予約操作又は開始・終了操作させることで実行する記録操作手段をさらに備え、該記録操作手段における記録操作に基づき記録用に各パケットが入力されることを特徴とする請求項1又は2に記載の記録装置。   In the recording operation means, the recording operation means further executes recording processing in the recording means for the image information and / or audio information input by the input means by causing a user to perform a reservation operation or start / end operation. The recording apparatus according to claim 1, wherein each packet is input for recording based on a recording operation. 前記記録制御手段は、前記記録手段で記録されたコンテンツを再生表示する際に、前記一時停止により分けられた画像情報及び/又は音声情報を、前記リンク情報に基づいて再生表示し且つ前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を併せて出力するよう、前記記録手段で記録させる制御を行うことを特徴とする請求項1乃至3のいずれか1項に記載の記録装置。   The recording control means reproduces and displays the image information and / or audio information divided by the temporary stop based on the link information when reproducing and displaying the content recorded by the recording means, and the link information. 4. The recording apparatus according to claim 1, wherein recording is performed by the recording unit so that the time of the period in which the temporary stop is performed is output based on reading of the recording unit. 5. . 請求項1乃至3のいずれか1項に記載の記録装置と、該記録装置で記録されたコンテンツを再生表示する出力装置とを備えた記録再生装置であって、前記出力装置は、前記記録手段で記録されたコンテンツを再生表示する際に、前記一時停止により分けられた画像情報及び/又は音声情報を、前記リンク情報に基づいて再生表示し、且つ、前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を併せて出力することを特徴とする記録再生装置。   A recording / reproducing apparatus comprising: the recording apparatus according to any one of claims 1 to 3; and an output apparatus that reproduces and displays content recorded by the recording apparatus, wherein the output apparatus includes the recording unit. When reproducing and displaying the content recorded in the above, the image information and / or audio information divided by the pause is reproduced and displayed based on the link information, and the temporary information is read based on the reading of the link information. A recording / reproducing apparatus that outputs the time of a period during which the stop is performed. 圧縮処理されパケット化された画像情報及び/又は音声情報を含んでなる、コンテンツのストリームを入力する入力手段と、該入力手段で入力された画像情報及び/又は音声情報を復号する復号手段と、該復号手段で復号された画像情報及び/又は音声情報を記録する記録手段とを備えた記録装置に組み込むためのプログラムであって、前記コンテンツのストリームにおける各パケットは、時刻情報を含み、当該プログラムは、前記記録装置における各手段に対する制御を行う演算装置に、前記記録手段における記録処理中に、パケットが入力されなくなったときに前記記録処理を一時停止する処理と、再びパケットの入力がなされたときに前記一時停止を解除して記録処理を再開する処理と、前記一時停止により分けられた画像情報及び/又は音声情報同士をリンク付けするリンク情報を前記一時停止の前の画像情報及び/又は音声情報に付加する処理と、前記時刻情報に基づいて、前記一時停止がなされた期間の時刻を、画像情報及び/又は音声情報と共に前記記録手段で記録させる処理とを実行させることを特徴とするプログラム。   Input means for inputting a stream of content including image information and / or audio information compressed and packetized; and decoding means for decoding image information and / or audio information input by the input means; A program for incorporation into a recording apparatus comprising recording means for recording image information and / or audio information decoded by the decoding means, wherein each packet in the content stream includes time information, and the program The processing unit that controls each unit in the recording apparatus was subjected to the process of pausing the recording process when the packet is not input during the recording process in the recording unit, and the input of the packet again. Sometimes the process of releasing the pause and restarting the recording process, the image information divided by the pause and / or Is a process of adding link information for linking audio information to image information and / or audio information before the pause, and based on the time information, the time of the pause period is set as image information. And / or a program for causing the recording means to perform recording together with audio information. 前記コンテンツはデジタル放送コンテンツとし、前記入力手段は、前記デジタル放送コンテンツの放送信号を受信するためのチューナを有することを特徴とする請求項6に記載のプログラム。   7. The program according to claim 6, wherein the content is digital broadcast content, and the input means includes a tuner for receiving a broadcast signal of the digital broadcast content. 前記記録装置は、前記入力手段で入力される画像情報及び/又は音声情報に対する、前記記録手段における記録処理を、ユーザに予約操作又は開始・終了操作させることで実行する記録操作手段をさらに備え、当該プログラムは、前記演算装置に、前記記録操作手段における記録操作に基づき記録用に各パケットを入力する処理を実行させることを特徴とする請求項6又は7に記載のプログラム。   The recording apparatus further includes recording operation means for performing recording processing in the recording means for image information and / or audio information input by the input means by causing a user to perform a reservation operation or start / end operation, 8. The program according to claim 6, wherein the program causes the arithmetic device to execute a process of inputting each packet for recording based on a recording operation in the recording operation unit. 当該プログラムは、前記演算装置に、前記記録手段で記録されたコンテンツを再生表示する際に、前記一時停止により分けられた画像情報及び/又は音声情報を、前記リンク情報に基づいて再生表示し且つ前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を併せて出力するよう、前記記録手段で記録させる処理を実行させることを特徴とする請求項6乃至8のいずれか1項に記載のプログラム。   The program reproduces and displays the image information and / or audio information divided by the pause based on the link information when the content recorded by the recording means is reproduced and displayed on the arithmetic device. 9. The process according to claim 6, wherein a process of recording by the recording unit is executed so as to output a time of a period in which the pause is made based on reading of the link information. The program described. 請求項6乃至8のいずれか1項に記載のプログラムを含むプログラムであり、且つ、前記記録装置と該記録装置で記録したコンテンツを再生表示する出力装置とを備えた記録再生装置に組み込むためのプログラムであって、当該プログラムは、前記演算装置に、前記記録手段で記録されたコンテンツを前記出力装置で再生表示する際に、前記一時停止により分けられた画像情報及び/又は音声情報を、前記リンク情報に基づいて再生表示する処理と、前記リンク情報の読出しに基づいて前記一時停止がなされた期間の時刻を前記再生表示時に併せて出力する処理とを実行させることを特徴とするプログラム。   A program that includes the program according to any one of claims 6 to 8, and that is incorporated into a recording / reproducing apparatus including the recording apparatus and an output device that reproduces and displays content recorded by the recording apparatus. The program, when the content recorded by the recording means is played back and displayed on the output device on the arithmetic device, the image information and / or audio information divided by the pause is A program for executing reproduction and display processing based on link information and processing for outputting the time of the paused period based on reading of the link information together with the reproduction display time. 請求項6乃至10のいずれか1項に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。   The computer-readable recording medium which recorded the program of any one of Claims 6 thru | or 10.
JP2004277413A 2004-09-24 2004-09-24 Recorder, recording and reproducing device, program,and recording medium Pending JP2006092665A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004277413A JP2006092665A (en) 2004-09-24 2004-09-24 Recorder, recording and reproducing device, program,and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004277413A JP2006092665A (en) 2004-09-24 2004-09-24 Recorder, recording and reproducing device, program,and recording medium

Publications (1)

Publication Number Publication Date
JP2006092665A true JP2006092665A (en) 2006-04-06

Family

ID=36233491

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004277413A Pending JP2006092665A (en) 2004-09-24 2004-09-24 Recorder, recording and reproducing device, program,and recording medium

Country Status (1)

Country Link
JP (1) JP2006092665A (en)

Similar Documents

Publication Publication Date Title
JP4891898B2 (en) Stream data recording apparatus, stream data recording / reproducing apparatus, stream data reproducing apparatus, stream data editing apparatus, stream recording method, and stream reproducing method
JP2005278152A (en) Video/audio playback apparatus and video/audio playback method
JP5132808B1 (en) Digital broadcast recording / reproducing apparatus and digital broadcast recording / reproducing method
JP2009171388A (en) Information transmission apparatus, and information distribution system
KR20080030678A (en) Data recording device, data reproduction device, program, and recording medium
US20090046994A1 (en) Digital television broadcast recording and reproduction apparatus and reproduction method thereof
US20090031036A1 (en) Environment information providing method, video apparatus and video system using the same
JP2009004872A (en) One-segment broadcast receiver, one-segment broadcast receiving method and medium recording one-segment broadcast receiving program
EP1049331A1 (en) Receiver, recorder and player
KR20070049504A (en) Apparatus of playing digital contents and method for saving and playing contents in a reverse direction
WO2002058384A1 (en) Reproducing apparatus and reproducing method
JP2007074158A (en) Reproduction system and reproducing method using the system
JP4929375B2 (en) Broadcast recording apparatus and broadcast recording method
JP2006092665A (en) Recorder, recording and reproducing device, program,and recording medium
JP5190458B2 (en) Data processing apparatus and method
JP2006148942A (en) Osd display control method, program, and recording medium
JP2010010964A (en) Electronic device
JP2006092663A (en) Recorder, recording and reproducing device, program, and recording medium
JP2006094164A (en) Recording device, program, and recording medium
JP4656481B2 (en) Recording / reproducing apparatus, receiving apparatus, control method, and control program
JP2000244863A (en) Recording device and reproducing device
JP4941128B2 (en) Video processing device
JP4706326B2 (en) Receiving apparatus, broadcasting system, receiving method and receiving program
JP2012049731A (en) Digital broadcast reception apparatus
JP3884655B2 (en) Playback apparatus and playback method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060912

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060914

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080715

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20081202