JPH0675833A - File managing device - Google Patents

File managing device

Info

Publication number
JPH0675833A
JPH0675833A JP4228786A JP22878692A JPH0675833A JP H0675833 A JPH0675833 A JP H0675833A JP 4228786 A JP4228786 A JP 4228786A JP 22878692 A JP22878692 A JP 22878692A JP H0675833 A JPH0675833 A JP H0675833A
Authority
JP
Japan
Prior art keywords
file
divided
data
files
control
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.)
Withdrawn
Application number
JP4228786A
Other languages
Japanese (ja)
Inventor
Takeji Uejima
岳二 上島
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.)
Olympus Corp
Original Assignee
Olympus Optical Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Olympus Optical Co Ltd filed Critical Olympus Optical Co Ltd
Priority to JP4228786A priority Critical patent/JPH0675833A/en
Publication of JPH0675833A publication Critical patent/JPH0675833A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To divide an original file into plural files so that these divided files can be read out successively to execute smoothly reverse reproduction without requiring the time for reading in data. CONSTITUTION:A file dividing part 1 divides a file into plural divided files in order that they can be managed. A control file generating part 2 generates a divided file control file in which its sequence is registered, with respect to plural divided files divided by this file dividing part 1. Subsequently, a data reading-in part 3 reads in successively data from plural divided files, based on the divided file control file generated by the control file generating part 2. A reverse reproducing part 4 executes a reverse reproduction processing of the divided file read in such a way.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明はファイル管理装置に関
し、特にファイルアロケーションテーブル(FAT)を
使用したファイルの逆再生が可能なファイル管理装置に
関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file management device, and more particularly to a file management device capable of reverse reproduction of a file using a file allocation table (FAT).

【0002】[0002]

【従来の技術】現在使用されているMS−DOSのFA
Tを使用してファイルを管理しているファイルシステム
では、テーブルを各ディスク毎に用意することで、ディ
スクを管理している。そして、このFATは、順方向の
ポインタしか有していない。このため、順方向のデータ
読込みの場合は、ファイルディレクトリ内にあるファー
ストFATエントリ番号から、順次FATを参照しなが
ら対応するデータを読込んでいる。
2. Description of the Related Art FA of currently used MS-DOS
In a file system that manages files using T, the disks are managed by preparing a table for each disk. And this FAT has only a forward pointer. Therefore, in the case of reading data in the forward direction, corresponding data is read from the first FAT entry number in the file directory while sequentially referring to the FAT.

【0003】図7に示されるように、FATの構造は、
順方向の繋がりのみをもつものであるため、逆方向の繋
がりは不明である。このため、逆方向のデータを読込む
場合、データを読込む毎にFATの先頭から目的とする
FAT部まで、毎回繋がりを追わなければならない。
As shown in FIG. 7, the structure of FAT is as follows.
Since it only has a connection in the forward direction, the connection in the reverse direction is unknown. Therefore, when reading the data in the reverse direction, it is necessary to follow the connection from the head of the FAT to the target FAT portion every time the data is read.

【0004】[0004]

【発明が解決しようとする課題】上述したように、FA
Tの繋がりは順方向のみであるため、順方向のデータ読
込みの場合は良いが、逆方向のデータ読込みの場合、デ
ータを読込む毎にFATの繋がりを先頭から追っていく
ことになる。このため、短いファイルの場合はそれ程影
響は受けないが、動画像データファイルのようにサイズ
の大きい場合に効率が悪くなる。特に、ファイルの後半
部分の逆再生は、データの読込みに時間を要し、スムー
ズな逆再生を行うことができないものであった。
As described above, the FA
Since the connection of T is only in the forward direction, the case of reading data in the forward direction is good, but in the case of reading data in the reverse direction, the connection of the FAT is followed from the beginning every time the data is read. For this reason, a short file is not so affected, but if the size is large, such as a moving image data file, the efficiency becomes poor. In particular, reverse reproduction of the latter half of the file requires a long time to read the data, and smooth reverse reproduction cannot be performed.

【0005】この発明は上記課題に鑑みてなされたもの
で、逆方向のデータ読込みの場合にも、データを読込む
毎にFATの繋がりを先頭から追わなくともよく、デー
タの読込みに時間を要さずにスムーズな逆再生を行うこ
とのできるファイル管理装置を提供することを目的とす
る。
The present invention has been made in view of the above problems, and even when reading data in the reverse direction, it is not necessary to follow the connection of the FAT from the beginning every time the data is read, and it takes time to read the data. An object of the present invention is to provide a file management device that can perform smooth reverse playback without doing so.

【0006】[0006]

【課題を解決するための手段】すなわちこの発明は、フ
ァイルアロケーションテーブルを使用してファイルを管
理するファイル管理装置に於いて、上記ファイルを複数
の分割ファイルに分割するファイル分割手段と、このフ
ァイル分割手段で分割された複数の分割ファイルに対し
て順序を登録した分割ファイル制御ファイルを作成する
制御ファイル作成手段と、この制御ファイル作成手段に
よって作成された分割ファイル制御ファイルに基いて、
上記複数の分割ファイルから順次データを読込む読込み
手段と、この読込み手段で読込まれた分割ファイルを逆
再生する手段とを具備することを特徴とする。
That is, the present invention relates to a file management device for managing a file using a file allocation table, and a file dividing means for dividing the file into a plurality of divided files, and the file dividing means. Based on the divided file control file created by the control file creating means for creating a divided file control file in which the order is registered for a plurality of divided files created by the means, and the divided file control file created by the control file creating means,
It is characterized by further comprising a reading means for sequentially reading data from the plurality of divided files and a means for reversely reproducing the divided files read by the reading means.

【0007】[0007]

【作用】この発明のファイル管理装置は、ファイルアロ
ケーションテーブルを使用してファイルを管理するもの
である。上記ファイルは、ファイル分割手段によって、
複数の分割ファイルに分割される。このファイル分割手
段で分割された複数の分割ファイルに対し、順序を登録
した分割ファイル制御ファイルが制御ファイル作成手段
で作成される。そして、読込み手段に於いて、上記制御
ファイル作成手段によって作成された分割ファイル制御
ファイルに基いて、上記複数の分割ファイルから順次デ
ータが読込まれる。こうして読込まれた分割ファイル
が、逆再生手段により逆再生される。
The file management apparatus of the present invention manages files using the file allocation table. The above file is created by the file dividing means.
Split into multiple split files. With respect to the plurality of divided files divided by the file dividing means, a divided file control file in which the order is registered is created by the control file creating means. Then, the reading means sequentially reads data from the plurality of divided files based on the divided file control file created by the control file creating means. The divided files thus read are reversely reproduced by the reverse reproduction means.

【0008】[0008]

【実施例】以下、図面を参照してこの発明の実施例を説
明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0009】図1は、この発明のファイル管理装置の第
1の実施例の概念を示す機能ブロック図である。同図に
於いて、管理されるべくファイルの内容は、ファイル分
割部1に供給され、更に分割ファイル制御ファイルを作
成すべく制御ファイル作成部2に供給される。データ読
込み部3では、上記ファイル分割部1及び制御ファイル
作成部からのデータが読込まれ、この読込まれたデータ
が逆再生部4に出力される。
FIG. 1 is a functional block diagram showing the concept of the first embodiment of the file management apparatus of the present invention. In the figure, the contents of the file to be managed are supplied to the file dividing unit 1, and further supplied to the control file creating unit 2 to create the divided file control file. The data reading unit 3 reads the data from the file dividing unit 1 and the control file creating unit, and outputs the read data to the reverse reproducing unit 4.

【0010】このような構成のファイル管理装置に於い
て、管理されるべくファイル、例えば動画像データファ
イルは、先ずファイル分割部1にて複数のファイルに分
割される。ここで、動画像データファイルが登録される
とき、FATを追いながら逆再生が行われても、スムー
ズな再生に影響を受けない程度のファイルに分割される
ようにする。このとき、分割したファイルの順序を登録
した制御用のファイルを作成する方法と、分割したファ
イル名に順序を示す番号を付加する方法とがある。ファ
イル分割部1で分割された複数の分割ファイルに対し、
制御ファイル作成部2にて、その順序が登録された分割
ファイル制御ファイルが作成される。
In the file management device having such a configuration, a file, for example, a moving image data file, to be managed is first divided into a plurality of files by the file dividing unit 1. Here, when the moving image data file is registered, it is divided into files that are not affected by smooth reproduction even if reverse reproduction is performed while following the FAT. At this time, there are a method of creating a control file in which the order of the divided files is registered, and a method of adding a number indicating the order to the divided file names. For a plurality of split files split by the file splitting unit 1,
The control file creation unit 2 creates a split file control file in which the order is registered.

【0011】図2は、上記制御ファイル作成部2にて作
成された分割ファイル制御ファイルの一例を示したもの
で、分割したファイル名に順序を示す番号を付加したも
のである。いま、上記動画像データファイルは、登録さ
れる順序番号「1,2,3,…」に従って、ファイル名
「file1,file2,file3,…」に分割さ
れる。そして、それぞれの分割ファイルは、そのフレー
ムが「0〜100,101〜200,201〜300,
…」のように設定される。
FIG. 2 shows an example of the divided file control file created by the control file creating section 2 in which the numbers indicating the order are added to the divided file names. Now, the moving image data file is divided into file names “file1, file2, file3, ...” In accordance with the registered sequence numbers “1, 2, 3, ...”. The frames of the respective divided files are “0-100, 101-200, 201-300,
... "is set.

【0012】このようにして作成された分割ファイル制
御ファイルに基いて、データ読込み部3にて、上記複数
の分割ファイルから順次データが読込まれる。そして、
この読込まれた分割ファイルが、逆再生部4で逆再生さ
れる。次に、図3のフローチャートを参照して、上述し
たようにして分割された分割ファイルを逆再生する動作
について説明する。
Based on the divided file control file created in this way, the data reading unit 3 sequentially reads data from the plurality of divided files. And
The read division file is reversely reproduced by the reverse reproduction unit 4. Next, with reference to the flowchart of FIG. 3, an operation of reversely reproducing the divided files divided as described above will be described.

【0013】分割ファイルが動画像データであった場
合、各動画像分割ファイルがオープンされる(ステップ
S1)。ここで、オープンエラーが生じたならば(ステ
ップS2)、図示されない表示装置等によりエラー通知
がなされる(ステップS3)。一方、エラーがなけれ
ば、次に分割ファイルに付加された順序番号に従って、
分割されたファイルが選択される(ステップS4)。
If the divided files are moving image data, each moving image divided file is opened (step S1). Here, if an open error occurs (step S2), an error notification is given by a display device (not shown) or the like (step S3). On the other hand, if there is no error, according to the sequence number added to the next divided file,
The divided file is selected (step S4).

【0014】次いで、選択された順序番号に基いて、分
割ファイル毎に逆再生が行われる(ステップS5)。そ
して、この逆再生が行われている分割ファイルが、ファ
イルエンドまで到達したか否かが判定される(ステップ
S6)。当該分割ファイルがエンドまで逆再生されたな
らば、他に逆再生が行われるべく分割ファイルがあるか
否かが判定される(ステップS7)。ここで、分割ファ
イルがなければ動作が終了され、ある場合はステップS
4に戻って、以後ステップS4〜S7が繰返される。
Next, reverse reproduction is performed for each divided file based on the selected sequence number (step S5). Then, it is determined whether or not the divided file for which the reverse reproduction is performed has reached the file end (step S6). When the divided file is reversely reproduced to the end, it is determined whether or not there is another divided file for reverse reproduction (step S7). If there is no divided file, the operation is terminated, and if there is, a step S
Returning to step 4, steps S4 to S7 are repeated thereafter.

【0015】このように、FATを使用したファイル管
理装置に於いて、特に動画像データのようにデータ量が
多いファイルを逆再生する場合、複数の分割ファイルを
順次読出して行うため、スムーズな逆再生を実行するこ
とができる。次に、この発明の第2の実施例について説
明する。図4は、この発明のファイル管理装置の第2の
実施例の概念を示す機能ブロック図である。
As described above, in the file management apparatus using the FAT, when a file having a large amount of data such as moving image data is reversely reproduced, a plurality of divided files are sequentially read out, so that a smooth reverse operation is performed. Playback can be performed. Next, a second embodiment of the present invention will be described. FIG. 4 is a functional block diagram showing the concept of the second embodiment of the file management device of the present invention.

【0016】同図に於いて、管理されるべくファイルの
内容は、検索部5に供給され、記録媒体、例えばディス
ク等のブロック番号登録部6にブロック番号が供給され
る。データ読込み部3では、上記検索部5及びブロック
番号登録部6からのデータが読込まれ、この読込まれた
データが逆再生部4に出力される。次に、図5及び図6
を参照して、この第2の実施例の動作を説明する。
In the figure, the contents of the file to be managed are supplied to the search unit 5, and the block number is supplied to the block number registration unit 6 of a recording medium, such as a disk. The data reading unit 3 reads the data from the searching unit 5 and the block number registering unit 6, and outputs the read data to the reverse reproducing unit 4. Next, FIG. 5 and FIG.
The operation of the second embodiment will be described with reference to FIG.

【0017】分割ファイルが動画像データであった場
合、各動画像分割ファイルがオープンされる(ステップ
S11)。ここで、オープンエラーが生じたならば(ス
テップS12)、図示されない表示装置等によりエラー
通知がなされる(ステップS13)。一方、エラーがな
ければ、FATの解析が行われる(ステップS15)。
すなわち、管理されるべく動画像データファイルのFA
T部が検索部5で検索され、使用されている媒体、例え
ばディスク上のデータ部のブロック番号が取得される。
ここで取得されたディスク上のデータ部のブロック番号
は、ブロック番号登録部6にて、再生順にブロック番号
順序テーブルが作成されて登録される(ステップS1
5)。
If the divided files are moving image data, each moving image divided file is opened (step S11). Here, if an open error occurs (step S12), an error notification is given by a display device (not shown) or the like (step S13). On the other hand, if there is no error, the FAT is analyzed (step S15).
That is, the FA of the moving image data file should be managed.
The T section is searched by the search section 5, and the block number of the data section on the medium used, for example, the disk, is acquired.
The block numbers of the data portion on the disc obtained here are registered in the block number registration portion 6 by creating a block number order table in the order of reproduction (step S1).
5).

【0018】図5は、FATの繋がりを表したもので、
ディスク上のどのブロックを使用しているのかという情
報、すなわちブロック番号が予め取得され、メモリ上に
格納される。
FIG. 5 shows the connection of FAT.
Information about which block on the disk is used, that is, the block number is acquired in advance and stored in the memory.

【0019】ここで、再生が行われる場合は(ステップ
S16)、再生位置に対応する順序番号が設定される
(ステップS17)。次いで、上記ブロック番号順序テ
ーブルより、順序番号に対応するプログラム番号が取得
される(ステップS18)。そして、このブロック番号
順序テーブルを基に、データ読込み部3にて、上記デー
タ部から動画像データが順次読込まれる(ステップS1
9)。こうして読込まれた動画像データが、逆再生部4
で逆再生処理される(ステップS20)。
Here, when reproduction is performed (step S16), a sequence number corresponding to the reproduction position is set (step S17). Next, the program number corresponding to the sequence number is acquired from the block number sequence table (step S18). Then, based on the block number order table, the data reading unit 3 sequentially reads the moving image data from the data unit (step S1).
9). The moving image data read in this way is reproduced by the reverse reproduction unit 4
Then, the reverse reproduction process is performed (step S20).

【0020】これは、再生しようとする動画像ファイル
のFATを予め検索し、使用されるデータ領域のブロッ
ク番号を順番に並べたテーブルを作成し、メモリ内に格
納することにより、逆方向のデータの読込み時にはFA
T部分をアクセスすることなく、直接データ領域のブロ
ック番号がわかるために再生がスムーズになるようにし
たものである。
This is because the FAT of the moving image file to be reproduced is searched in advance, a table in which the block numbers of the data areas to be used are arranged in order, and the table is stored in the memory. FA when reading
The block number of the data area can be directly known without accessing the T portion, so that the reproduction is smoothed.

【0021】[0021]

【発明の効果】以上のようにこの発明によれば、逆方向
のデータ読込みの場合にも、データを読込む毎にFAT
の繋がりを先頭から追わなくともよく、データの読込み
に時間を要さずにスムーズな逆再生を行うことのできる
ファイル管理装置を提供することができる。
As described above, according to the present invention, even when data is read in the reverse direction, FAT is read every time data is read.
It is not necessary to follow the connection from the beginning, and it is possible to provide a file management device that can perform smooth reverse reproduction without requiring time to read data.

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

【図1】この発明のファイル管理装置の第1の実施例の
概念を示す機能ブロック図である。
FIG. 1 is a functional block diagram showing the concept of a first embodiment of a file management device of the present invention.

【図2】図1の制御ファイル作成部2にて作成された分
割ファイル制御ファイルの一例を示した図である。
FIG. 2 is a diagram showing an example of a divided file control file created by a control file creation unit 2 in FIG.

【図3】第1の実施例の動作を説明するフローチャート
である。
FIG. 3 is a flowchart illustrating the operation of the first embodiment.

【図4】この発明のファイル管理装置の第2の実施例の
概念を示す機能ブロック図である。
FIG. 4 is a functional block diagram showing the concept of a second embodiment of the file management device of the present invention.

【図5】第2の実施例によるFATの繋がりを概略的に
示した図である。
FIG. 5 is a diagram schematically showing connection of FATs according to a second embodiment.

【図6】第2の実施例の動作を説明するフローチャート
である。
FIG. 6 is a flowchart illustrating the operation of the second embodiment.

【図7】従来のFATの繋がりを概略的に示した図であ
る。
FIG. 7 is a diagram schematically showing a connection of conventional FATs.

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

1…ファイル分割部、2…ファイル作成部、3…データ
読込み部、4…逆再生部、5…検索部、6…ブロック番
号登録部。
1 ... File dividing unit, 2 ... File creating unit, 3 ... Data reading unit, 4 ... Reverse reproduction unit, 5 ... Search unit, 6 ... Block number registration unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ファイルアロケーションテーブルを使用
してファイルを管理するファイル管理装置に於いて、 上記ファイルを複数の分割ファイルに分割するファイル
分割手段と、 このファイル分割手段で分割された複数の分割ファイル
に対して順序を登録した分割ファイル制御ファイルを作
成する制御ファイル作成手段と、 この制御ファイル作成手段によって作成された分割ファ
イル制御ファイルに基いて、上記複数の分割ファイルか
ら順次データを読込む読込み手段と、 この読込み手段で読込まれた分割ファイルを逆再生する
手段とを具備することを特徴とするファイル管理装置。
1. A file management device for managing files using a file allocation table, and a file dividing means for dividing the file into a plurality of divided files, and a plurality of divided files divided by the file dividing means. A control file creating means for creating a split file control file in which the order is registered for, and a reading means for sequentially reading data from the plurality of split files based on the split file control file created by the control file creating means. And a means for reversely reproducing the divided files read by the reading means.
JP4228786A 1992-08-27 1992-08-27 File managing device Withdrawn JPH0675833A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4228786A JPH0675833A (en) 1992-08-27 1992-08-27 File managing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4228786A JPH0675833A (en) 1992-08-27 1992-08-27 File managing device

Publications (1)

Publication Number Publication Date
JPH0675833A true JPH0675833A (en) 1994-03-18

Family

ID=16881829

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4228786A Withdrawn JPH0675833A (en) 1992-08-27 1992-08-27 File managing device

Country Status (1)

Country Link
JP (1) JPH0675833A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6561906B2 (en) 1999-04-30 2003-05-13 Square Co., Ltd. Game apparatus, method of reproducing movie images and recording medium recording program thereof
JP2008511886A (en) * 2004-09-03 2008-04-17 ノキア コーポレイション Storing and reading data from memory media
US7782332B2 (en) 2004-04-30 2010-08-24 Olympus Corporation Image displaying device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6561906B2 (en) 1999-04-30 2003-05-13 Square Co., Ltd. Game apparatus, method of reproducing movie images and recording medium recording program thereof
US7782332B2 (en) 2004-04-30 2010-08-24 Olympus Corporation Image displaying device
JP2008511886A (en) * 2004-09-03 2008-04-17 ノキア コーポレイション Storing and reading data from memory media

Similar Documents

Publication Publication Date Title
US5267351A (en) Media storage and retrieval system
RU99113946A (en) RECORDING MEDIA FOR STORING INFORMATION FOR STILL IMAGES, METHOD AND DEVICE FOR RECORDING AND / OR PLAYBACK
US7460766B2 (en) Recording medium having recorded thereon a data structure capable of linking and reproducing audio data and video data, and method and apparatus of recording/reproducing using the data structure
US20020159759A1 (en) Method of creating and recording presentation order information management information for a rewritable recording medium
JP4198711B2 (en) Recording / reproducing system, recording apparatus, reproducing apparatus, recording medium, recording / reproducing method, recording method, reproducing method, program, and recording medium
JPH0675833A (en) File managing device
WO2006067659A1 (en) Method and apparatus for editing program search information
RU2344496C2 (en) Device of files management, method of files control and record medium, on which files management method program is recorded
JP2000050204A (en) Video image display edit processing method and device, and recording medium thereof
JP2001100927A (en) System and method for file management, and recording medium
JPS63177266A (en) Picture filing device
EP1160656A2 (en) Multitask information recordation system and information storage medium
JPH10106233A (en) Image recording method
JP2000187967A (en) Replay device for recording medium including information block
JPH0594337A (en) Output system of trouble recording data
JPH04336341A (en) File access control system
JPH0233786A (en) Optical disk device
JPH02213958A (en) Information recording/reproducing system
JP2000207872A (en) Recording and reproducing device
JPH08297676A (en) Method and device for general-purpose distribution data input for satellite or the like
JPH04140825A (en) Optical disk device access system
JPH0775050A (en) Still picture recording and reproducing device
JPH08202600A (en) Electronic file device
JPH01163825A (en) Storing and access system for data base
JPH05158760A (en) Migration processing system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19991102