JPH06149647A - Multi-media file managing system - Google Patents

Multi-media file managing system

Info

Publication number
JPH06149647A
JPH06149647A JP4295125A JP29512592A JPH06149647A JP H06149647 A JPH06149647 A JP H06149647A JP 4295125 A JP4295125 A JP 4295125A JP 29512592 A JP29512592 A JP 29512592A JP H06149647 A JPH06149647 A JP H06149647A
Authority
JP
Japan
Prior art keywords
data
file
multimedia
processing
text
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
JP4295125A
Other languages
Japanese (ja)
Inventor
Fuminobu Ozawa
文伸 小澤
Tadahiko Tateoka
忠彦 舘岡
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.)
Fujitsu Social Science Labs Ltd
Original Assignee
Fujitsu Social Science Labs 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 Fujitsu Social Science Labs Ltd filed Critical Fujitsu Social Science Labs Ltd
Priority to JP4295125A priority Critical patent/JPH06149647A/en
Publication of JPH06149647A publication Critical patent/JPH06149647A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To shorten the processing time of file access in a data base system for processing a multi-media in respect to a multi-media file managing system for processing the data of the multi-media. CONSTITUTION:The multi-media file management system is provided with a text file 1 for storing data such as characters and numerals and management data and a multi-media file 2 for storing multi-media data such as voice, still images and moving images. At the time of generating an access request to the data of each medium, both the files 1, 2 are opened, the storing position and sort of data to be accessed are retrieved based upon management data 1a, either one of the files 1, 2 corresponding to the retrieved sort is accessed, and after ending the accessing processing, the opened files 1, 2 are closed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はマルチメディアファイル
管理方式に関する。マルチメディアのデータを扱うデー
タベースシステムが実現されるようになったが,取り扱
うデータとして文字,数字,静止画,動画,音声等があ
って,これらのデータはファイル上で管理する必要があ
る。しかし,従来の方法ではこれらのマルチメディアの
各種のデータのファイルを効率的に管理することができ
ないため,その改善が望まれている。
FIELD OF THE INVENTION The present invention relates to a multimedia file management system. Although a database system for handling multimedia data has come to be realized, data to be handled includes characters, numbers, still images, moving images, voices, etc., and these data must be managed on a file. However, the conventional method cannot efficiently manage the files of various kinds of multimedia data, and therefore improvement thereof is desired.

【0002】[0002]

【従来の技術】従来のマルチメディアのデータをファイ
ル上で管理する方法として次に,従来例1,従来例2と
して説明する2つの方法があった。
2. Description of the Related Art There are two conventional methods for managing multimedia data on a file, which will be described as a conventional example 1 and a conventional example 2.

【0003】図6は従来例1の説明図,図7は従来例2
の説明図である。図6のA.は,対象となるマルチメデ
ィアのデータベースモデルを表し,この例では,データ
ベースの中に文字データは文字−1〜文字−3の3つが
格納され,数値データは数値−1,数値−2の2つ,静
止画データは静止画−1,静止画−2の1つ,更に動画
データは動画−1の1つというように,各データがこの
データベースに格納されていることを表している。
FIG. 6 is an explanatory view of the conventional example 1, and FIG. 7 is a conventional example 2
FIG. A. of FIG. Represents the target multimedia database model. In this example, the database stores three character data, character-1 to character-3, and two numeric data, numeric-1 and numeric-2. , Still image data is one of still image-1 and still image-2, and moving image data is one of moving image-1. That is, each data is stored in this database.

【0004】このようなデータをファイル上で管理する
場合,この従来例1の場合B.に示すようなファイル構
造をとる。すなわち,一つのファイルF1に各メディア
の文字,数値,静止画,動画のデータが混在する構造で
管理され,この中の一つのデータにアクセスする場合,
ファイルF1をオープンして,各メディアの複数のデー
タの中から目的とするメディアの中の一つのデータを探
索することによりアクセスすることができる。
In the case of managing such data on a file, in the case of the conventional example 1, B. The file structure is as shown in. That is, one file F1 is managed by a structure in which character, numerical value, still image, and moving image data of each medium are mixed, and when accessing one of these data,
It is possible to access by opening the file F1 and searching for one data in the target medium from a plurality of data in each medium.

【0005】これに対し従来例2の場合,図7のA.の
データベースモデルは上記図6のA.と同じであるが,
ファイル構造は図7のB.に示すように,文字,数値を
格納したファイルF1と静止画−1用のファイルF2,
音声−1用のファイルF3,動画−1用のファイルF4
及び静止画−2用のファイルF5というように,メディ
アの各データに対応して別々のファイルで管理し,新た
に音声,静止画,動画等のデータが増えるとまた一つの
ファイルを追加する方式が用いられる。なお,ファイル
F2〜F5へのアクセスは,ファイルF1内に各ファイ
ルF2〜F5の位置を示すポインタが格納され,そのポ
インタを用いてアクセスすることができる。
On the other hand, in the case of the conventional example 2, FIG. The database model of FIG. Is the same as
The file structure is shown in FIG. As shown in, a file F1 in which characters and numerical values are stored and a file F2 for still image-1 are
File F3 for audio-1 and file F4 for video-1
And a file F5 for still image-2, which is managed as a separate file corresponding to each data of the media, and one file is added when the data of voice, still image, moving image, etc. is newly added. Is used. For accessing the files F2 to F5, pointers indicating the positions of the files F2 to F5 are stored in the file F1 and the pointers can be used to access.

【0006】[0006]

【発明が解決しようとする課題】上記した従来例1の方
法は,テキストデータ(文字,数値)のように各データ
の単位が比較的小容量のデータとマルチメディアデータ
(静止画,動画,音声)のように各データが大容量のデ
ータが混在しているので,単に文字,数値のデータだけ
にアクセスしたい場合には検索処理に時間がかかってし
まう。
According to the method of the conventional example 1 described above, data of a relatively small capacity such as text data (characters, numerical values) and multimedia data (still image, moving image, audio) are used. Since each data contains a large amount of data, the search process will take a long time if you want to access only character or numerical data.

【0007】それを解消した方法が図7に示す従来例2
の方法であるが,マルチメディアデータが増える毎に,
ファイル数が増加するという問題があった。そのため,
複数のマルチメディアデータをアクセスする処理を行う
場合には,複数の各ファイルに対してそれぞれに対し
て,オープン(OPEN)処理,読み出し,書き込み等
の処理,クローズ(CLOSE)処理の手続きを実行し
なければならないため,複数のファイルを処理する場合
に多大の時間を要するという問題があった。
A conventional method 2 shown in FIG.
However, each time multimedia data increases,
There was a problem that the number of files increased. for that reason,
When performing a process of accessing a plurality of multimedia data, a procedure of an open (OPEN) process, a process of reading and writing, and a process of a close (CLOSE) process are executed for each of the plurality of files. Therefore, there is a problem that it takes a lot of time to process a plurality of files.

【0008】本発明はマルチメディアを扱うデータベー
スシステムにおけるファイル処理のの時間を短縮するこ
とができるマルチメディアファイル管理方式を提供する
ことを目的とする。
It is an object of the present invention to provide a multimedia file management system capable of shortening file processing time in a database system handling multimedia.

【0009】[0009]

【課題を解決するための手段】図1は本発明の原理構成
図である。図1において,1は全てのファイル(テキス
トファイル及びマルチメディアファイル)に関する管理
データ1a及び文字,数値のデータ1bを格納するテキ
ストファイル,2は音声,静止画,動画等のデータ2a
を格納するマルチメディアファイル,3はファイル管理
部,4はメモリである。
FIG. 1 is a block diagram showing the principle of the present invention. In FIG. 1, reference numeral 1 is a management data 1a for all files (text files and multimedia files) and a text file storing character and numerical data 1b, and 2 is data 2a such as audio, still image, and moving image.
Is a multimedia file for storing a file, 3 is a file management unit, and 4 is a memory.

【0010】ファイル管理部3において,3aはファイ
ルオープン手段,3bはファイル検索手段,3cはファ
イルアクセス処理手段,3dはファイルクローズ手段で
ある。
In the file management unit 3, 3a is a file opening means, 3b is a file searching means, 3c is a file access processing means, and 3d is a file closing means.

【0011】本発明はマルチメディアデータのファイル
として文字,数値のデータ及び管理データをが格納する
テキストファイルと音声,静止画,動画のデータを格納
するマルチメディアファイルの2つのファイルを設け,
複数のマルチメディアデータに対しても1回のオープン
処理をするだけでアクセスを行うようにするものであ
る。
The present invention provides two files as a multimedia data file, a text file for storing character and numerical data and management data and a multimedia file for storing voice, still image and moving image data.
Even a plurality of multimedia data can be accessed by performing only one open process.

【0012】[0012]

【作用】図1において,ファイルへのアクセス要求が発
生すると,ファイル管理部3が起動し,最初にファイル
オープン手段3aが動作してテキストファイル1及びマ
ルチメディアファイル2をオープンする。この後,アク
セス要求された対象となるデータの種別(ポインタを含
む)をファイル検索手段3bにおいて検出する。
In FIG. 1, when a file access request is issued, the file management unit 3 is activated, and the file opening means 3a first operates to open the text file 1 and the multimedia file 2. After that, the type (including pointer) of the target data for which access is requested is detected by the file search means 3b.

【0013】この検索では,ファイルの読み出し(ロー
ド)やファイルの書き込み(セーブ)等のアクセスの種
類に応じて異なるが,ファイルの読み出しの場合,テキ
ストファイル1の管理データ1aを取り出して対象とな
るデータの種別を検出し,テキストデータ(文字,数
値)かそれ以外のマルチメディアデータ(音声,静止
画,動画)であるかを識別しポインタを検出する。ファ
イルの書き込みの場合は,メモリ4内に設定されている
書き込むべきファイルの管理データ(種別とポインタ)
により検出する。
In this retrieval, the management data 1a of the text file 1 is extracted and becomes the target when reading the file, although it depends on the type of access such as reading (loading) the file or writing (saving) the file. The type of data is detected, it is discriminated whether it is text data (character, numerical value) or other multimedia data (voice, still image, moving image) and the pointer is detected. When writing a file, management data (type and pointer) of the file to be written set in the memory 4
To detect.

【0014】次に検索されたデータの種別とポインタを
用いてファイルアクセス処理手段3cにより処理が実行
される。この時,データ種別が文字,数値のデータであ
る場合は,テキストファイル1の該当するポインタへア
クセスしてメモリ4への読み出しや,メモリ4からの書
き込み等を実行し,データ種別が音声,静止画,動画等
のマルチメディアの場合はマルチメディアファイル2に
アクセスして同様にアクセス処理を実行する。これらの
処理が終了すると,ファイルクローズ手段3dにより,
オープンされているテキストファイル1,マルチメディ
アファイル2をクローズする処理を行う。
Next, the file access processing means 3c uses the retrieved data type and pointer to perform processing. At this time, if the data type is character or numeric data, the corresponding pointer of the text file 1 is accessed to read to the memory 4, write from the memory 4, etc., and the data type is voice or static. In the case of multimedia such as images and moving images, the multimedia file 2 is accessed and the access processing is similarly performed. When these processes are completed, the file closing means 3d causes
A process of closing the open text file 1 and multimedia file 2 is performed.

【0015】このようにして,文字,数値のテキストデ
ータと音声,静止画,動画のマルチメディアデータとで
ファイルを分けることにより,テキストデータの処理を
高速化し,マルチメディアデータについても1回のオー
プンで複数メディアのデータに何回でもアクセスが可能
となり処理を効率化することができる。
In this way, the file is divided into the text data of characters and numerical values and the multimedia data of voices, still images, and moving images to speed up the processing of the text data and to open the multimedia data once. With this, data on multiple media can be accessed any number of times, and the processing efficiency can be improved.

【0016】[0016]

【実施例】図2は本発明の実施例の構成図である。図2
において,10は処理装置(CPU及びメモリ),11
はオペレーティングシステム(OS),12はアプリケ
ーションのプログラム,13はワーク用メモリ領域,1
4はバス,15は磁気ディスク等のファイル記憶装置,
16はテキストファイル,17はマルチメディアファイ
ルを表す。
FIG. 2 is a block diagram of an embodiment of the present invention. Figure 2
In the figure, 10 is a processing unit (CPU and memory), 11
Is an operating system (OS), 12 is an application program, 13 is a work memory area, 1
4 is a bus, 15 is a file storage device such as a magnetic disk,
Reference numeral 16 is a text file, and 17 is a multimedia file.

【0017】ファイル記憶装置15には,本発明による
文字,数値及び管理データを含むテキストファイル16
及びマルチメディアファイル17が別のファイルとして
格納され,処理装置10とファイル記憶装置15とでマ
ルチメディアデータベースが構成される。
The file storage device 15 includes a text file 16 containing characters, numerical values and management data according to the present invention.
Also, the multimedia file 17 is stored as another file, and the processing device 10 and the file storage device 15 constitute a multimedia database.

【0018】処理装置10内のアプリケーションのプロ
グラム12によりファイルへアクセスする処理要求がコ
マンドの形式でオペレーティングシステム(OS)11
へ供給されると,OS11は管理下のファイルに対し,
コマンドにより指示された処理を実行する。その時,O
S11はファイル記憶装置15との間で転送されるデー
タを格納するためワーク用メモリ領域13を用いる。ワ
ーク用メモリ領域13はプログラム12によりアクセス
されデータの受け渡しを行うことができる。
A processing request for accessing a file by an application program 12 in the processing device 10 is in the form of a command, which is an operating system (OS) 11
Is supplied to the OS 11, the OS 11
Executes the process specified by the command. Then O
S11 uses the work memory area 13 for storing the data transferred to and from the file storage device 15. The work memory area 13 can be accessed by the program 12 to transfer data.

【0019】テキストファイル16には,図に示すよう
に管理領域160が設けられ,その中に,テキストファ
イル16及びマルチメディアファイル17に格納された
各データに対応してファイルの種別(テキストファイル
かマルチメディアファイルか)やポインタ(ファイル内
におけるデータの格納アドレス)等の管理データa〜e
が格納されている。
As shown in the figure, the text file 16 is provided with a management area 160, in which the file type (text file or text file 16 or multimedia file 17 corresponding to each data stored in the multimedia file 17 is stored). Management data a to e such as multimedia files) and pointers (data storage addresses in files)
Is stored.

【0020】この例では,管理領域160内の管理デー
タaには,マルチメディアファイル17を表すデータ
と,領域171のポインタとが設定され,マルチメディ
アファイル17の該当するポインタで示す位置には音声
データである音声−1が格納されている。また,管理デ
ータbには,テキストファイル16の領域163を示す
ポインタが格納され,該当位置には文字データである文
字−3が格納されている。同様に,管理データcはマル
チメディアファイル17の静止画データ(静止画−1)
の領域170を指示するポインタ,管理データdはテキ
ストファイル16の文字データ(文字−2)の領域16
2を指示するポインタ及びテキストファイル16の文字
データ(文字−1)の領域161を指示するポインタが
格納されている。
In this example, the data representing the multimedia file 17 and the pointer of the area 171 are set in the management data a in the management area 160, and the audio is stored at the position indicated by the corresponding pointer in the multimedia file 17. The data, voice-1, is stored. Further, the management data b stores a pointer indicating the area 163 of the text file 16, and character-3, which is character data, is stored at the corresponding position. Similarly, the management data c is still image data of the multimedia file 17 (still image-1).
Area 170 of the character file (character-2) of the text file 16
A pointer pointing to 2 and a pointer pointing to an area 161 of the character data (character-1) of the text file 16 are stored.

【0021】図3はワーク用メモリ領域のデータ配置の
構成図である。ワーク用メモリ領域(図2の13)は,
ファイル記憶装置15からファイルデータをロード(L
OAD:読み出し)したり,ファイル記憶装置15へフ
ァイルデータをセーブ(SAVE:書き込む)する場合
等の,ファイルについて何らかの操作を行う場合に用い
られる。この中の管理領域130は,上記図2のテキス
トファイル16の管理領域160と同じ構成であり,複
数の管理データ(a),(b),(c) ・・・には,このワーク用
メモリ領域13に格納された各ファイルデータのメモリ
領域内のポインタ(ファイルデータの種別を含む)が各
ファイルデータに対応して格納されている。この例で
は,(a),(b),(c) ・・は,文字−1,数値−1,静止画
−1・・の各ファイルデータの管理データが格納されて
いる。
FIG. 3 is a configuration diagram of data arrangement in the work memory area. The work memory area (13 in Fig. 2) is
Load file data from file storage device 15 (L
It is used when performing some kind of operation on a file, such as OAD: reading) or saving (SAVE: writing) file data to the file storage device 15. The management area 130 in this has the same structure as the management area 160 of the text file 16 in FIG. 2, and a plurality of management data (a), (b), (c) ... A pointer (including the type of file data) in the memory area of each file data stored in the area 13 is stored corresponding to each file data. In this example, (a), (b), (c) ... Stores the management data of each file data of character-1, numerical value-1, still image-1.

【0022】上記のようにテキストファイル16及びマ
ルチメディアファイル17を備えたマルチメディアデー
タベースにおける主要な機能であるセーブ(書き込み)
とロード(読み出し)の処理について以下に説明する。
Save (write), which is the main function in the multimedia database provided with the text file 16 and the multimedia file 17 as described above
The processing of loading and reading will be described below.

【0023】図4はセーブ処理のフローである。この処
理は,処理装置のワーク用メモリ領域(図2の13及び
図3)に予め書き込まれたファイルデータ(管理領域を
含む)をデータベース(ファイル記憶装置15)にセー
ブ(書き込む)する時にOSを媒介として実行される。
FIG. 4 is a flow chart of save processing. This processing is executed by the OS when saving (writing) file data (including management area) previously written in the work memory area (13 and FIG. 3) of the processing device to the database (file storage device 15). It is executed as an intermediary.

【0024】セーブ処理がアプリケーションのプログラ
ムの要求により開始されると,テキストファイルとマル
チメディアファイルの2つをオープンする(図4の4
0)。次に初期処理(セーブに関係するバッファをクリ
アしたり,各種パラメータの設定等)を行って(同4
1),ループ処理に入る。ここで,ワーク用メモリ領域
(以下,メモリという)内の管理領域にあるポインタ情
報(ファイルデータの種別を含む)を判別して(同4
2),データがテキスト(文字,数値)か否かを識別す
る(同43)。ここで,テキストデータである場合は,
メモリ内のデータをテキストファイル(図2の16)に
セーブし(同44),テキストファイルの管理領域(図
2の160)にポインタ情報(テキストファイル内のア
ドレス)を書き込む(図4の45)。
When the save process is started by the request of the program of the application, the text file and the multimedia file are opened (4 in FIG. 4).
0). Next, initial processing (clearing the buffer related to save, setting various parameters, etc.) is performed (see 4
1) The loop processing is started. Here, the pointer information (including the type of file data) in the management area in the work memory area (hereinafter referred to as memory) is discriminated (see
2) Identify whether or not the data is text (characters, numerical values) (at 43). Here, if it is text data,
The data in the memory is saved in the text file (16 in FIG. 2) (44) and the pointer information (address in the text file) is written in the management area (160 in FIG. 2) of the text file (45 in FIG. 4). .

【0025】データがテキストでない場合(音声,静止
画,動画),メモリ内のデータをマルチメディアファイ
ル(図2の17)にセーブし(同46),テキストファ
イル(図2の16)の管理領域(図2の160)に,セ
ーブした当該ファイルデータのポインタ情報を書き込む
(図4の47)。この後,セーブの対象となるファイル
データ数に応じて上記ステップ42〜47のループ処理
が繰り返され,全てのセーブを終了すると,テキストフ
ァイルとマルチメディアファイルの2つをクローズして
(同48),セーブ処理を終了する。
When the data is not text (sound, still image, moving image), the data in the memory is saved in the multimedia file (17 in FIG. 2) (46) and the management area of the text file (16 in FIG. 2). The pointer information of the saved file data is written in (160 in FIG. 2) (47 in FIG. 4). After that, the loop processing of steps 42 to 47 is repeated according to the number of file data to be saved, and when all the saves are completed, two of the text file and the multimedia file are closed (step 48). , End the save process.

【0026】図5はロード処理のフローである。この処
理は,データベース(ファイル記憶装置15)から要求
されたファイルを読み出してメモリ(ワーク用メモリ領
域)内に書き込む処理である。
FIG. 5 is a flow chart of the load process. This process is a process of reading the requested file from the database (file storage device 15) and writing it in the memory (work memory area).

【0027】ロード処理がアプリケーションのプログラ
ムの要求により開始されると,テキストファイルとマル
チメディアファイルの2つをオープンする(図5の5
0)。次にテキストファイルの管理領域(図2の16
0)をメモリにロードして(図5の51),初期処理が
行われる(同52)。この後ループ処理に移行し,ロー
ドした管理領域にあるポインタ情報(ファイルデータの
種別を含む)を取り出し(同53),その情報を基にデ
ータがテキスト(文字,数値)か否かを判別する(同5
4)。
When the loading process is started by the request of the program of the application, the text file and the multimedia file are opened (5 in FIG. 5).
0). Next, a text file management area (16 in FIG. 2)
0) is loaded into the memory (51 in FIG. 5) and initial processing is performed (52). After that, the processing shifts to loop processing, the pointer information (including the type of file data) in the loaded management area is extracted (at step 53), and it is determined whether the data is text (character, numerical value) based on the information. (Same as 5
4).

【0028】データがテキストの場合,テキストファイ
ル(図2の16)内のファイルデータをメモリにロード
し(図5の55),メモリ内の管理領域(図3の13
0)にそのファイルデータがロードされたアドレスを,
ポインタ情報として書き込む(同56)。データがテキ
ストではなくマルチメディア(音声,静止画,動画)で
ある場合は,マルチメディアファイル内のデータをメモ
リにロードし(同57),メモリ内の管理領域(図3の
130)にメモリのアドレスをポインタ情報として書き
込む(同58)。この後,ロードの対象となる全てのフ
ァイルデータについて,上記ステップ53〜58のルー
プの処理が繰り返され,最後にテキストファイルとマル
チメディアの2つをクローズして(同59),ロード処
理が終了する。
When the data is text, the file data in the text file (16 in FIG. 2) is loaded into the memory (55 in FIG. 5) and the management area (13 in FIG. 3) in the memory is loaded.
0) is the address where the file data was loaded,
It is written as pointer information (at step 56). When the data is multimedia (audio, still image, moving image) instead of text, the data in the multimedia file is loaded into the memory (57), and the management area in the memory (130 in FIG. 3) stores the memory. The address is written as pointer information (58). After that, the loop processing of the above steps 53 to 58 is repeated for all the file data to be loaded, and finally two of the text file and the multimedia are closed (at 59), and the loading processing ends. To do.

【0029】[0029]

【発明の効果】本発明によれば文字,数値,音声,静止
画,動画等のマルチメディアのデータを含むデータベー
スにおいて,文字,数値のデータを含むテキストファイ
ルとそれ以外の音声,静止画,動画等のデータを含むマ
ルチメディアファイルとを分けて個別にアクセスするこ
とによりファイル管理を効率良く行うことができる。特
に,テキストファイルとマルチメディアファイルの2つ
に分けることで,テキストデータ(文字,数値)の検索
処理が高速化するだけでなく,マルチメディアデータ
(静止画,音声,動画)の検索処理も高速化することが
できる。
According to the present invention, in a database containing multimedia data such as characters, numerical values, voices, still images and moving images, a text file containing character and numerical data and other audio, still images and moving images. File management can be efficiently performed by separately accessing a multimedia file including data such as the above. In particular, by dividing it into a text file and a multimedia file, not only the search processing of text data (characters, numerical values) is speeded up, but also the search processing of multimedia data (still images, audio, moving images) is also fast. Can be converted.

【0030】また,複数のマルチメディアデータについ
て,セーブ,ロードを行う場合に,ファイルのオープ
ン,クローズの回数が少なくなるので処理時間を短縮す
ることができる。
Further, when saving and loading a plurality of multimedia data, the number of times the file is opened and closed is reduced, so that the processing time can be shortened.

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

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明の実施例の構成図である。FIG. 2 is a configuration diagram of an embodiment of the present invention.

【図3】ワーク用メモリ領域のデータ配置の構成図であ
る。
FIG. 3 is a configuration diagram of data arrangement in a work memory area.

【図4】実施例のセーブ処理のフローである。FIG. 4 is a flow chart of save processing according to the embodiment.

【図5】実施例のロード処理のフローである。FIG. 5 is a flow chart of a loading process according to the embodiment.

【図6】従来例1の説明図である。FIG. 6 is an explanatory diagram of Conventional Example 1.

【図7】従来例2の説明図である。FIG. 7 is an explanatory diagram of Conventional Example 2.

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

1 テキストファイル 1a 管理データ 1b 文字,数値のデータ 2 マルチメディアファイル 2a 音声,静止画,動画等のデータ 3 ファイル管理部 3a ファイルオープン手段 3b ファイル検索手段 3c ファイルアクセス処理手段 3d ファイルクローズ手段 4 メモリ 1 Text File 1a Management Data 1b Character and Numerical Data 2 Multimedia File 2a Audio, Still Image, Video, etc. Data 3 File Management Unit 3a File Opening Means 3b File Searching Means 3c File Access Processing Means 3d File Closing Means 4 Memory

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 マルチメディアのデータを扱うマルチメ
ディアファイル管理方式において,文字,数値等のデー
タ及び管理データを格納するテキストファイルと,音
声,静止画,動画等のマルチメディアデータを格納する
マルチメディアファイルとを設け,前記各メディアのデ
ータへのアクセス要求が発生すると,前記テキストファ
イル及びマルチメディアファイルを共にオープンし,ア
クセス対象となるデータの格納位置と種別を管理データ
に基づいて検索し,検索された種別に対応する上記テキ
ストファイルまたはマルチメディアファイルの一方に対
してアクセス処理を行い,処理終了後に前記オープンし
たファイルをクローズすることを特徴とするマルチメデ
ィアファイル管理方式。
1. In a multimedia file management method for handling multimedia data, a text file for storing character and numerical data and management data, and a multimedia file for storing multimedia data such as voice, still image and moving image. When a request is made to access the data of each medium, both the text file and the multimedia file are opened, and the storage location and type of the data to be accessed are searched based on the management data and searched. A multimedia file management method, characterized in that access processing is performed to one of the text file or multimedia file corresponding to the specified type, and the opened file is closed after the processing is completed.
JP4295125A 1992-11-04 1992-11-04 Multi-media file managing system Pending JPH06149647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4295125A JPH06149647A (en) 1992-11-04 1992-11-04 Multi-media file managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4295125A JPH06149647A (en) 1992-11-04 1992-11-04 Multi-media file managing system

Publications (1)

Publication Number Publication Date
JPH06149647A true JPH06149647A (en) 1994-05-31

Family

ID=17816615

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4295125A Pending JPH06149647A (en) 1992-11-04 1992-11-04 Multi-media file managing system

Country Status (1)

Country Link
JP (1) JPH06149647A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6029160A (en) * 1995-05-24 2000-02-22 International Business Machines Corporation Method and means for linking a database system with a system for filing data

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6029160A (en) * 1995-05-24 2000-02-22 International Business Machines Corporation Method and means for linking a database system with a system for filing data

Similar Documents

Publication Publication Date Title
US5890208A (en) Command executing method for CD-ROM disk drive
JPH02278440A (en) Method and equipment for efficiently managing writable volume
US5410694A (en) File access processing system of a computer enabling high-speed sequential access for a stream file
JPH06149647A (en) Multi-media file managing system
JPH0477938A (en) Data storage method
JPH06103128A (en) Storage device
JPS62106553A (en) Data processing system
JPS5851348A (en) High-speed access system for variable-length record
JP3016255B2 (en) Database management system
JPH02151944A (en) Data processor
JP2912657B2 (en) File access processor
JP2507399B2 (en) Database equipment
JPS62177642A (en) File management system for postscript filing device
JPH01255028A (en) Method for making access to external storage device
JPS63291145A (en) Method for managing file
JPH0628417A (en) Electronic film device
JP3103209B2 (en) Image file device
JPS6349859A (en) Access method to cache memory
JPH05233402A (en) Memory mapped file access system
JPS60225938A (en) Information retrieving system
JPH05324734A (en) Electronic filing device
JP2003036201A (en) Memory access management device
JPH02252061A (en) Image filing device
JPH0327457A (en) Definition system for multi-media data item attribute
JPH01169793A (en) System for moving optical disk management information