JP2004110763A - Content reproduction program and content reproduction method - Google Patents

Content reproduction program and content reproduction method Download PDF

Info

Publication number
JP2004110763A
JP2004110763A JP2002359523A JP2002359523A JP2004110763A JP 2004110763 A JP2004110763 A JP 2004110763A JP 2002359523 A JP2002359523 A JP 2002359523A JP 2002359523 A JP2002359523 A JP 2002359523A JP 2004110763 A JP2004110763 A JP 2004110763A
Authority
JP
Japan
Prior art keywords
data
content
program
reproduction
computer
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
JP2002359523A
Other languages
Japanese (ja)
Inventor
Hironori Okamura
岡村 広紀
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.)
Fujifilm Holdings Corp
Original Assignee
Fuji Photo Film 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 Fuji Photo Film Co Ltd filed Critical Fuji Photo Film Co Ltd
Priority to JP2002359523A priority Critical patent/JP2004110763A/en
Publication of JP2004110763A publication Critical patent/JP2004110763A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Processing Or Creating Images (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a content reproduction program capable of reproducing digital content data of various data formats inputted from the outside without requiring complicated work. <P>SOLUTION: An image reproduction application program reads an ID in an image file according to a user's instruction (S103), identifies the data format of RAW image data, and determines whether plug-in capable of converting RAW image data of the data format corresponding to the ID to display data is present in a computer or not (S104). When the plug-in corresponding to the ID is absent, a URL in the image file is read (S108), and a Web site corresponding to the URL is accessed to download the plug-in corresponding to the ID (S109). The RAW image data are converted to display data by the use of the downloaded plug-in (S105), and the converted display data are reproduced (S106) to display an image (S107). <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、デジタルコンテンツデータに基づくコンテンツ再生の為の処理をコンピュータに実行させる為のコンテンツ再生プログラム及びデジタルコンテンツデータに基づくコンテンツ再生の為の処理をコンピュータによって実行するコンテンツ再生方法に関する。
【0002】
【従来の技術】
デジタルカメラで撮影した後に画像処理を施す場合、撮像部の出力信号そのままの画像データであるRAW画像データを利用すると、撮像素子の画素構成、特性等を生かした画像を得ることができる。又、RAW画像データは、一般に画素当たりの出力ビット数も多く、圧縮データではないので画像劣化のない処理が可能である。その為、デジタルカメラには、RAW画像データの出力機能が付加されたものも増えている。
【0003】
デジタル画像データに基づく画像を表示するためには、画素毎のRGBデータ、又はRGBデータに対してYC変換を行った輝度信号データY及び色差信号データCr、Cbが必要であるが、RAW画像データは、撮像素子の種類に依存する形式の点順次データである為、所定の再生パラメータに基づいて画像処理を行って、RGBデータ又はY−CrCbデータ(表示用データ)を生成する必要がある。この為、RAW画像データは、再生パラメータを含む画像ファイルとしてデジタルカメラから出力される。
【0004】
上述した理由から、画像ファイルに含まれるRAW画像データに基づく画像の再生をコンピュータに実行させる為の画像再生アプリケーションプログラムには、撮像素子の種類分のデータ形式に対応したプラグインプログラム(RAW画像データを表示用データに変換可能な変換プログラム)が必要である。
【0005】
しかしながら、画像再生アプリケーションプログラム側に撮像素子の種類分のデータ形式に対応したプラグインプログラムを用意しておくのでは、ユーザによっては使用しないプラグインプログラムまでもが画像再生アプリケーションプログラム側に存在することになり、無駄が多くなってしまう。
【0006】
上記のような無駄を無くす為の技術としてウェブサイトを閲覧可能なブラウザのプラグイン機能が挙げられる。この技術によれば、様々なデータ形式のデータに対応したアプリケーションプログラム又はそのプラグインプログラムをコンピュータ内に用意しておかなくとも、そのデータに対応するアプリケーションプログラム又はそのプラグインプログラムをダウンロードすることができる為、上記の無駄を無くすことができる。
【0007】
【発明が解決しようとする課題】
上述したブラウザは、ウェブサイト上の画像等をダウンロードして再生したい場合のみ、必要なアプリケーションプログラム又はそのプラグインプログラムをダウンロードするというものである。この為、ユーザが、記録媒体等に記録した画像ファイルを外部からコンピュータに入力し、画像ファイルに含まれる画像データの再生指示をした場合、上記画像データについては、上述したようなアプリケーションプログラム又はそのプラグインプログラムのダウロードは行われない。
【0008】
一方で、市場に出回っている全ての撮像素子に対応するプラグインプログラムをコンピュータ内に保持しておけば、RAW画像データを再生して表示することは可能になる。しかしながら、RAW画像データは撮像素子の種類に依存するデータである為、新しい撮像素子が市場に出回る度にその新しい撮像素子から得られるRAW画像データを表示用データに変換できるプログラムをコンピュータ内に保持しておく必要が生じる。したがって、頻繁にプログラムをインストールする必要があり、その作業が面倒である。
【0009】
本発明は、上記事情に鑑みて為されたものであり、面倒な作業を不要とし、様々なデータ形式のデジタルコンテンツデータに基づくコンテンツを再生可能なコンテンツ再生プログラム及びコンテンツ再生方法を提供することを目的とする。
【0010】
【課題を解決するための手段】
本発明のコンテンツ再生プログラムは、デジタルコンテンツデータに基づくコンテンツの再生をコンピュータに実行させるためのコンテンツ再生プログラムであって、前記デジタルコンテンツデータを含むコンテンツファイルを入力するステップと、前記コンテンツファイルから、前記デジタルコンテンツデータのデータ形式を識別するデータ形式識別情報を取得するステップと、前記データ形式識別情報に対応するデータ形式のデジタルコンテンツデータを再生用データに変換する変換プログラムが、前記コンピュータ内に存在するか否かを判定する判定ステップと、前記判定ステップにおいて前記変換プログラムが前記コンピュータ内に存在しないと判定された場合に、前記変換プログラムが格納されるネットワーク上に構築された格納場所を示す場所情報を前記コンテンツファイルから取得するステップと、前記取得した場所情報に基づいて、前記変換プログラムを前記コンピュータ内にダウンロードするステップと、前記コンピュータ内に存在する又はダウンロードした変換プログラムによって、前記デジタルコンテンツデータを再生用データに変換するステップと、前記変換された再生用データに基づくコンテンツを再生するステップとを有するプログラムである。
【0011】
本発明により、コンピュータ内に変換プログラムが存在しなくても、コンテンツファイルに含まれる場所情報に基づいてその変換プログラムをダウンロードする為、面倒な作業を要することなく様々なデータ形式のデジタルコンテンツデータに基づくコンテンツを再生することができる。
【0012】
又、本発明のコンテンツ再生プログラムは、前記デジタルコンテンツデータが、撮像素子から得られる撮像信号をデジタル化したRAW画像データである。
【0013】
又、本発明のコンテンツ再生プログラムは、前記変換プログラムが、プラグインプログラムである。
【0014】
本発明のコンテンツ再生方法は、デジタルコンテンツデータに基づくコンテンツ再生の為の処理をコンピュータによって実行するコンテンツ再生方法であって、前記デジタルコンテンツデータを含むコンテンツファイルを入力するステップと、前記コンテンツファイルから、前記デジタルコンテンツデータのデータ形式を識別するデータ形式識別情報を取得するステップと、前記データ形式識別情報に対応するデータ形式のデジタルコンテンツデータを再生用データに変換する変換プログラムが、前記コンピュータ内に存在するか否かを判定する判定ステップと、前記判定ステップにおいて前記変換プログラムが前記コンピュータ内に存在しないと判定された場合に、前記変換プログラムが格納されるネットワーク上に構築された格納場所を示す場所情報を前記コンテンツファイルから取得するステップと、前記取得した場所情報に基づいて、前記変換プログラムを前記コンピュータ内にダウンロードするステップと、前記コンピュータ内に存在する又はダウンロードした変換プログラムによって、前記デジタルコンテンツデータを再生用データに変換するステップと、前記変換された再生用データに基づくコンテンツを再生するステップとを有する。
【0015】
又、本発明のコンテンツ再生方法は、前記デジタルコンテンツデータが、撮像素子から得られる撮像信号をデジタル化したRAW画像データである。
【0016】
【発明の実施の形態】
以下、本発明の実施形態について図面を参照して説明する。
本実施形態では、音楽データ、画像データ、映像データ、及びテキストデータ等のデジタルコンテンツデータとして、RAW画像データに基づく画像の再生をパーソナルコンピュータ等に実行させる画像再生アプリケーションプログラムの処理について説明する。
【0017】
画像再生アプリケーションプログラムは、再生する全ての画像に共通の機能として以下の2つの機能を備えている。
・ユーザの指示により、入力された画像ファイルを展開し、画像ファイルに含まれる各種情報に基づいて所定の処理を行う機能
・プラグインプログラムによって変換された表示用データを再生し、画像を表示する機能
【0018】
尚、上記2つの共通機能以外の機能は、RAW画像データのデータ形式毎に異なる機能である為、コンピュータ内に保持している画像再生アプリケーションプログラムのプラグインプログラム又はネットワークを介してダウンロードしたプラグインプログラムによって実行される。
【0019】
又、上記の画像ファイルは、画像再生アプリケーションプログラムが動作する際にコンピュータ内に存在していれば良く、例えば、記録媒体に記録されている画像ファイルであっても良いし、ネットワークを介して取得した画像ファイルであっても良い。
【0020】
又、本実施形態では、RAW画像データと再生パラメータを含む画像ファイルに、RAW画像データのデータ形式を識別する為のID情報(データ形式識別情報)と、このID情報に対応する、RAW画像データを表示用データに変換することが可能なプラグインプログラム(変換プログラム)の存在するネットワーク上に構築された格納場所情報であるURL(Uniform Resource Locater)情報とが、画像ファイルの保存時に記録される。
【0021】
次に、本実施形態に係る画像表示アプリケーションプログラムの処理について説明する。画像表示アプリケーションプログラムは、パーソナルコンピュータ等にインストールされて実行されることにより動作するものであり、ユーザの指示により画像ファイルを展開し、画像ファイルに含まれるRAW画像データを表示用データに変換し、変換後の表示用データを再生して、画像を表示させる処理を行う。
【0022】
図1は、本実施形態に係る画像表示アプリケーションプログラムの処理の流れを説明する為のフローチャートである。
まず、ユーザは、画像表示アプリケーションプログラムをコンピュータ上で起動させる(S101)。ユーザは、デジタルカメラによって記録媒体に記録されたRAW画像データ、再生パラメータ、ID情報、及びURL情報を含む画像ファイルをパーソナルコンピュータに取り込み、画像表示アプリケーションプログラム上でRAW画像データに基づく画像を再生する指示を行う(S102)。
【0023】
画像表示アプリケーションプログラムによって動作するパーソナルコンピュータは、上記指示があると、画像ファイルに含まれるID情報を読み込み(S103)、RAW画像データのデータ形式を識別する。そして、読み込んだID情報に対応したデータ形式のRAW画像データを表示用データに変換可能なプラグインプログラム(以下、ID情報に対応したプラグインプログラムという)が既にパーソナルコンピュータにインストールされているかどうかを判定する(S104)。
【0024】
読み込んだID情報に対応したプラグインプログラムが既にインストールされている場合(S104:YES)は、そのインストールされているプラグインプログラムによってRAW画像データを表示用データに変換し(S105)、変換された表示用データを再生し(S106)、画像を表示する(S107)。
【0025】
一方、読み込んだID情報に対応したプラグインプログラムがインストールされていない場合(S104:NO)、画像ファイルに含まれるURL情報を読み込み(S108)、読み込んだURL情報に基づくウェブサイトにアクセスし、読み込んだID情報に対応したプラグインプログラムをダウンロードする(S109)。そして、ダウンロードしたプラグインプログラムによってRAW画像データを表示用データに変換し(S105)、変換された表示用データを再生し(S106)、画像を表示する(S107)。
【0026】
以上説明したように、本実施形態によれば、画像再生アプリケーションプログラムによって動作するパーソナルコンピュータが、外部から入力された画像ファイルに含まれるURL情報に基づいて、その画像ファイルに含まれるRAW画像データのデータ形式に対応したプラグインプログラムをダウンロードする。つまり、再生すべき内容に応じて、画像再生アプリケーションプログラムに足りない機能を自動的にダウンロードして追加する為、画像再生アプリケーションプログラムの機能の更新をユーザにより手動で行う必要が無く、便利なアプリケーションプログラムを提供することができる。
【0027】
又、本実施形態によれば、新しい種類の撮像素子を搭載したデジタルカメラであっても、その撮像素子から得られるRAW画像データのデータ形式に対応したURL情報を画像ファイルとして出力させる機能をデジタルカメラに追加して出荷することで、新しい撮像素子から得られたRAW画像データに基づく画像でも、簡単に再生することができる。
【0028】
又、本実施形態によれば、画像ファイルに含まれるURL情報は、1つの撮像素子に対して1つ割り当てられたものであり、画像再生アプリケーションプログラムによって動作するパーソナルコンピュータが、そのURLに直接アクセスして、自動的にプラグインプログラムをダウンロードする。この為、ユーザは、自らウェブサイトにアクセスし、そのウェブサイトにおいて所望のプラグインプログラムを選択してダウンロードするといった作業を行う必要がなく、面倒な作業を必要とせずに、様々なデータ形式のRAW画像データに基づく画像を再生することができる。
【0029】
又、本実施形態によれば、画像ファイルには、RAW画像データ、再生パラメータ、ID情報、及びURL情報を記録しておくだけで良い。この為、画像ファイルのデータ量を低く抑えながら、面倒な作業を必要とせずに、様々なデータ形式のRAW画像データに基づく画像を再生することができる。
【0030】
又、RAW画像データ、再生パラメータ、ID情報、及びURL情報を画像ファイルに含めて記録媒体に記録する機能は、デジタルカメラの汎用の機能を用いて実現することができる。この為、画像ファイルを作成する装置を複雑な構成にすることなく、上述した効果を得ることができる。
【0031】
【発明の効果】
本発明によれば、面倒な作業を不要とし、外部から入力される様々なデータ形式のデジタルコンテンツデータを再生可能なコンテンツ再生プログラム及びコンテンツ再生方法を提供することができる。
【図面の簡単な説明】
【図1】本実施形態に係る画像表示アプリケーションプログラムの処理の流れを説明する為のフローチャートである。
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a content playback program for causing a computer to execute processing for content playback based on digital content data, and a content playback method for executing processing for content playback based on digital content data by a computer.
[0002]
[Prior art]
When image processing is performed after shooting with a digital camera, using RAW image data that is image data as it is as an output signal of the imaging unit, an image that makes use of the pixel configuration, characteristics, and the like of the imaging device can be obtained. In addition, RAW image data generally has a large number of output bits per pixel and is not compressed data, so processing without image deterioration is possible. Therefore, an increasing number of digital cameras are provided with a function for outputting RAW image data.
[0003]
In order to display an image based on digital image data, RGB data for each pixel or luminance signal data Y and color difference signal data Cr and Cb obtained by performing YC conversion on RGB data are necessary. Is dot-sequential data in a format depending on the type of the image sensor, and therefore it is necessary to perform image processing based on a predetermined reproduction parameter to generate RGB data or Y-CrCb data (display data). For this reason, the RAW image data is output from the digital camera as an image file including reproduction parameters.
[0004]
For the reasons described above, an image reproduction application program for causing a computer to reproduce an image based on RAW image data included in an image file includes a plug-in program (RAW image data corresponding to the data format of the type of the image sensor). Need to be converted into display data).
[0005]
However, if a plug-in program corresponding to the data format for the type of image sensor is prepared on the image reproduction application program side, plug-in programs that are not used by some users exist on the image reproduction application program side. Become wasteful.
[0006]
As a technique for eliminating such waste, there is a browser plug-in function capable of browsing a website. According to this technology, even if an application program corresponding to data in various data formats or a plug-in program thereof is not prepared in the computer, the application program corresponding to the data or the plug-in program can be downloaded. Therefore, the above waste can be eliminated.
[0007]
[Problems to be solved by the invention]
The browser described above downloads a necessary application program or its plug-in program only when it is desired to download and reproduce an image on a website. For this reason, when the user inputs an image file recorded on a recording medium or the like to the computer from the outside and instructs the reproduction of the image data included in the image file, the above-described application program or its The plug-in program is not downloaded.
[0008]
On the other hand, if the plug-in program corresponding to all the image sensors on the market is held in the computer, the RAW image data can be reproduced and displayed. However, since the RAW image data depends on the type of the image sensor, a program that can convert the RAW image data obtained from the new image sensor to display data every time a new image sensor is put on the market is stored in the computer. It is necessary to keep it. Therefore, it is necessary to frequently install the program, which is troublesome.
[0009]
The present invention has been made in view of the above circumstances, and provides a content reproduction program and a content reproduction method capable of reproducing content based on digital content data in various data formats, which does not require troublesome work. Objective.
[0010]
[Means for Solving the Problems]
A content reproduction program of the present invention is a content reproduction program for causing a computer to reproduce content based on digital content data, the step of inputting a content file including the digital content data, and from the content file, A step of obtaining data format identification information for identifying a data format of digital content data, and a conversion program for converting digital content data in a data format corresponding to the data format identification information into reproduction data exist in the computer. A determination step for determining whether or not the conversion program is stored in a network in which the conversion program is stored when it is determined in the determination step that the conversion program does not exist in the computer A step of acquiring location information indicating a location from the content file, a step of downloading the conversion program into the computer based on the acquired location information, and a conversion program existing or downloaded in the computer, A program having a step of converting the digital content data into reproduction data and a step of reproducing content based on the converted reproduction data.
[0011]
According to the present invention, even if there is no conversion program in the computer, since the conversion program is downloaded based on the location information included in the content file, it is possible to convert the digital content data in various data formats without troublesome work. Based content can be played.
[0012]
In the content reproduction program of the present invention, the digital content data is RAW image data obtained by digitizing an imaging signal obtained from an imaging element.
[0013]
In the content reproduction program of the present invention, the conversion program is a plug-in program.
[0014]
The content reproduction method of the present invention is a content reproduction method in which processing for content reproduction based on digital content data is executed by a computer, the step of inputting a content file including the digital content data, and from the content file, A step of obtaining data format identification information for identifying a data format of the digital content data, and a conversion program for converting digital content data in a data format corresponding to the data format identification information into reproduction data exist in the computer A determination step for determining whether or not to perform storage, and a storage location constructed on a network in which the conversion program is stored when it is determined in the determination step that the conversion program does not exist in the computer The location information is acquired from the content file, the conversion program is downloaded into the computer based on the acquired location information, and the digital program is provided by the conversion program that is present or downloaded in the computer. The method includes a step of converting content data into reproduction data, and a step of reproducing content based on the converted reproduction data.
[0015]
In the content reproduction method of the present invention, the digital content data is RAW image data obtained by digitizing an imaging signal obtained from an imaging element.
[0016]
DETAILED DESCRIPTION OF THE INVENTION
Embodiments of the present invention will be described below with reference to the drawings.
In the present embodiment, processing of an image reproduction application program that causes a personal computer or the like to reproduce an image based on RAW image data as digital content data such as music data, image data, video data, and text data will be described.
[0017]
The image reproduction application program has the following two functions as functions common to all images to be reproduced.
・ A function that expands an input image file according to user instructions and performs predetermined processing based on various types of information contained in the image file. ・ Reproduces display data converted by a plug-in program and displays an image. Function [0018]
Since the functions other than the above two common functions are functions that differ depending on the data format of the RAW image data, a plug-in downloaded through a network or a plug-in program of an image reproduction application program held in the computer Executed by the program.
[0019]
Further, the above image file only needs to exist in the computer when the image reproduction application program operates. For example, the image file may be an image file recorded on a recording medium or acquired via a network. It may be an image file.
[0020]
In the present embodiment, the image file including the RAW image data and the reproduction parameter includes the ID information (data format identification information) for identifying the data format of the RAW image data, and the RAW image data corresponding to the ID information. URL (Uniform Resource Locator) information, which is storage location information constructed on a network in which a plug-in program (conversion program) that can convert image data into display data exists, is recorded when the image file is saved. .
[0021]
Next, processing of the image display application program according to the present embodiment will be described. The image display application program operates by being installed and executed on a personal computer or the like, expands an image file according to a user instruction, converts RAW image data included in the image file into display data, The display data after conversion is reproduced to display an image.
[0022]
FIG. 1 is a flowchart for explaining the processing flow of the image display application program according to the present embodiment.
First, the user activates an image display application program on the computer (S101). A user captures an image file including RAW image data, reproduction parameters, ID information, and URL information recorded on a recording medium by a digital camera into a personal computer, and reproduces an image based on the RAW image data on an image display application program. An instruction is given (S102).
[0023]
When receiving the above instruction, the personal computer operated by the image display application program reads the ID information included in the image file (S103) and identifies the data format of the RAW image data. Whether or not a plug-in program (hereinafter referred to as a plug-in program corresponding to ID information) that can convert RAW image data in a data format corresponding to the read ID information into display data is already installed in the personal computer. Determine (S104).
[0024]
If a plug-in program corresponding to the read ID information is already installed (S104: YES), the RAW image data is converted into display data by the installed plug-in program (S105), and the converted data is converted. The display data is reproduced (S106) and an image is displayed (S107).
[0025]
On the other hand, when the plug-in program corresponding to the read ID information is not installed (S104: NO), the URL information included in the image file is read (S108), and the website based on the read URL information is accessed and read. A plug-in program corresponding to the ID information is downloaded (S109). Then, the RAW image data is converted into display data by the downloaded plug-in program (S105), the converted display data is reproduced (S106), and the image is displayed (S107).
[0026]
As described above, according to the present embodiment, a personal computer that is operated by an image reproduction application program, based on URL information included in an image file input from the outside, stores RAW image data included in the image file. Download the plug-in program corresponding to the data format. In other words, functions that are missing from the image playback application program are automatically downloaded and added according to the content to be played back, so there is no need for the user to manually update the functions of the image playback application program. A program can be provided.
[0027]
In addition, according to the present embodiment, even in a digital camera equipped with a new type of image pickup device, the function of outputting URL information corresponding to the data format of RAW image data obtained from the image pickup device as an image file is digital. By shipping in addition to the camera, even an image based on RAW image data obtained from a new image sensor can be easily reproduced.
[0028]
Further, according to the present embodiment, one URL information included in an image file is assigned to one image sensor, and a personal computer operated by an image reproduction application program directly accesses the URL. Automatically download the plug-in program. For this reason, the user does not need to access the website, select and download a desired plug-in program on the website, and does not need to perform the troublesome work. An image based on the RAW image data can be reproduced.
[0029]
Further, according to the present embodiment, it is only necessary to record RAW image data, reproduction parameters, ID information, and URL information in the image file. For this reason, it is possible to reproduce images based on RAW image data of various data formats without requiring troublesome work while keeping the data amount of the image file low.
[0030]
Further, the function of including RAW image data, playback parameters, ID information, and URL information in an image file and recording them on a recording medium can be realized by using general-purpose functions of a digital camera. For this reason, the above-described effects can be obtained without making the apparatus for creating the image file complicated.
[0031]
【The invention's effect】
According to the present invention, it is possible to provide a content reproduction program and a content reproduction method capable of reproducing digital content data in various data formats that do not require troublesome work and are input from the outside.
[Brief description of the drawings]
FIG. 1 is a flowchart for explaining a process flow of an image display application program according to the present embodiment.

Claims (5)

デジタルコンテンツデータに基づくコンテンツの再生をコンピュータに実行させるためのコンテンツ再生プログラムであって、
前記デジタルコンテンツデータを含むコンテンツファイルから、前記デジタルコンテンツデータのデータ形式を識別するデータ形式識別情報を取得するステップと、
前記データ形式識別情報に対応するデータ形式のデジタルコンテンツデータを再生用データに変換する変換プログラムが、前記コンピュータ内に存在するか否かを判定する判定ステップと、
前記判定ステップにおいて前記変換プログラムが前記コンピュータ内に存在しないと判定された場合に、前記変換プログラムが格納されるネットワーク上に構築された格納場所を示す場所情報を前記コンテンツファイルから取得するステップと、
前記取得した場所情報に基づいて、前記変換プログラムを前記コンピュータ内にダウンロードするステップと、
前記コンピュータ内に存在する又はダウンロードした変換プログラムによって、前記デジタルコンテンツデータを再生用データに変換するステップと、
前記変換された再生用データに基づくコンテンツを再生するステップとを有するコンテンツ再生プログラム。
A content reproduction program for causing a computer to reproduce content based on digital content data,
Obtaining data format identification information for identifying a data format of the digital content data from a content file including the digital content data;
A determination step of determining whether or not a conversion program for converting digital content data in a data format corresponding to the data format identification information into reproduction data exists in the computer;
When it is determined in the determining step that the conversion program does not exist in the computer, obtaining from the content file location information indicating a storage location constructed on a network in which the conversion program is stored;
Downloading the conversion program into the computer based on the acquired location information;
Converting the digital content data into data for reproduction by a conversion program existing in or downloaded from the computer;
And a step of reproducing content based on the converted reproduction data.
請求項1記載のコンテンツ再生プログラムであって、
前記デジタルコンテンツデータは、撮像素子から得られる撮像信号をデジタル化したRAW画像データであるコンテンツ再生プログラム。
The content playback program according to claim 1,
The content reproduction program, wherein the digital content data is RAW image data obtained by digitizing an imaging signal obtained from an imaging device.
請求項1又は2記載のコンテンツ再生プログラムであって、
前記変換プログラムは、プラグインプログラムであるコンテンツ再生プログラム。
The content reproduction program according to claim 1 or 2,
The conversion program is a content reproduction program that is a plug-in program.
デジタルコンテンツデータに基づくコンテンツ再生の為の処理をコンピュータによって実行するコンテンツ再生方法であって、
前記デジタルコンテンツデータを含むコンテンツファイルから、前記デジタルコンテンツデータのデータ形式を識別するデータ形式識別情報を取得するステップと、
前記データ形式識別情報に対応するデータ形式のデジタルコンテンツデータを再生用データに変換する変換プログラムが、前記コンピュータ内に存在するか否かを判定する判定ステップと、
前記判定ステップにおいて前記変換プログラムが前記コンピュータ内に存在しないと判定された場合に、前記変換プログラムが格納されるネットワーク上に構築された格納場所を示す場所情報を前記コンテンツファイルから取得するステップと、
前記取得した場所情報に基づいて、前記変換プログラムを前記コンピュータ内にダウンロードするステップと、
前記コンピュータ内に存在する又はダウンロードした変換プログラムによって、前記デジタルコンテンツデータを再生用データに変換するステップと、
前記変換された再生用データに基づくコンテンツを再生するステップとを有するコンテンツ再生方法。
A content playback method in which processing for content playback based on digital content data is executed by a computer,
Obtaining data format identification information for identifying a data format of the digital content data from a content file including the digital content data;
A determination step of determining whether or not a conversion program for converting digital content data in a data format corresponding to the data format identification information into reproduction data exists in the computer;
When it is determined in the determining step that the conversion program does not exist in the computer, obtaining from the content file location information indicating a storage location constructed on a network in which the conversion program is stored;
Downloading the conversion program into the computer based on the acquired location information;
Converting the digital content data into data for reproduction by a conversion program existing in or downloaded from the computer;
And a step of reproducing content based on the converted reproduction data.
請求項4記載のコンテンツ再生方法であって、
前記デジタルコンテンツデータは、撮像素子から得られる撮像信号をデジタル化したRAW画像データであるコンテンツ再生方法。
The content reproduction method according to claim 4, wherein
The content reproduction method, wherein the digital content data is RAW image data obtained by digitizing an imaging signal obtained from an imaging device.
JP2002359523A 2002-07-25 2002-12-11 Content reproduction program and content reproduction method Pending JP2004110763A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002359523A JP2004110763A (en) 2002-07-25 2002-12-11 Content reproduction program and content reproduction method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2002216852 2002-07-25
JP2002359523A JP2004110763A (en) 2002-07-25 2002-12-11 Content reproduction program and content reproduction method

Publications (1)

Publication Number Publication Date
JP2004110763A true JP2004110763A (en) 2004-04-08

Family

ID=32300536

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002359523A Pending JP2004110763A (en) 2002-07-25 2002-12-11 Content reproduction program and content reproduction method

Country Status (1)

Country Link
JP (1) JP2004110763A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005309912A (en) * 2004-04-23 2005-11-04 Oki Data Corp Image forming apparatus
JP2006178953A (en) * 2004-12-20 2006-07-06 Microsoft Corp Method and system for controlling software to facilitate cross-application collaboration and cross-version collaboration of files
JP2007280199A (en) * 2006-04-10 2007-10-25 Brother Ind Ltd Application software
JP2009146237A (en) * 2007-12-16 2009-07-02 Softbank Mobile Corp Information browsing device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005309912A (en) * 2004-04-23 2005-11-04 Oki Data Corp Image forming apparatus
JP2006178953A (en) * 2004-12-20 2006-07-06 Microsoft Corp Method and system for controlling software to facilitate cross-application collaboration and cross-version collaboration of files
JP2007280199A (en) * 2006-04-10 2007-10-25 Brother Ind Ltd Application software
JP2009146237A (en) * 2007-12-16 2009-07-02 Softbank Mobile Corp Information browsing device

Similar Documents

Publication Publication Date Title
CN100502455C (en) Imaging apparatus, image processing apparatus, image processing method
KR101007508B1 (en) Video signal processor, video signal recorder, video signal reproducer, video signal processor processing method, video signal recorder processing method, video signal reproducer processing method, recording medium
JP4416606B2 (en) Display control apparatus, display control method, program, and storage medium
JP2004134983A (en) Information processor and information processing program
KR100372517B1 (en) Object processing apparatus and object attribute changing methods
JP2002204381A (en) Digital camera
JP2006025007A (en) Image processor and image processing program
JP4066794B2 (en) Image data storage method, image data storage / reproduction method, and imaging apparatus
JP2004110763A (en) Content reproduction program and content reproduction method
JP2007316843A (en) Information management device, information management method, and its program
JP3913324B2 (en) Image information recording medium, photofinishing system using the same, and recording medium on which a program for generating the same is recorded
JP4591283B2 (en) Image reproduction system, imaging apparatus, and information processing apparatus
JP4414431B2 (en) Image processing method, system, apparatus, and image record
JP2006203670A (en) Template distribution device
JPH08147952A (en) Recording and reproducing device
WO2004104821A1 (en) Information processing device and method, program recording medium, program, and imaging device
JP2007104109A (en) Image photographing apparatus
JP2006065805A (en) Image processor and control method
JP2002320185A (en) Imaging apparatus, method for recording image and image recording system
JP2004336170A (en) Digital camera
JP2004120401A (en) Method, device, and program for picture reproduction
JP4165542B2 (en) VIDEO DATA PROCESSING DEVICE, PROCESSING METHOD FOR VIDEO DATA PROCESSING DEVICE, PROGRAM, AND RECORDING MEDIUM
JP4165543B2 (en) Video data recording apparatus, video data reproducing apparatus, processing method for video data recording apparatus, processing method for video data reproducing apparatus, program, and recording medium
JP2008017366A (en) Information processor, and information processing method
JP2004032567A (en) Digital camera