JPH10276407A - Video information providing management method and system therefor - Google Patents

Video information providing management method and system therefor

Info

Publication number
JPH10276407A
JPH10276407A JP9079621A JP7962197A JPH10276407A JP H10276407 A JPH10276407 A JP H10276407A JP 9079621 A JP9079621 A JP 9079621A JP 7962197 A JP7962197 A JP 7962197A JP H10276407 A JPH10276407 A JP H10276407A
Authority
JP
Japan
Prior art keywords
information
video
multimedia
audio
character
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
JP9079621A
Other languages
Japanese (ja)
Inventor
Takashi Oshima
孝 大島
Osamu Nakamura
修 中村
Hideaki Kanayama
英明 金山
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP9079621A priority Critical patent/JPH10276407A/en
Publication of JPH10276407A publication Critical patent/JPH10276407A/en
Pending legal-status Critical Current

Links

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information providing management method and its system which read each information such as video, audio and character graphics from a transmitting packet at a high speed and easily reproduce and composite it. SOLUTION: A server controlling part 11 of a multimedia information providing server 1 generates a packet header to which the frame number of a video frame, the existence of a start code, a byte position and a bit position are added for video information in a packet that is encoded and divided, and adds the byte position of character graphic information which performs synchronous display of the video information to it. An information transmitting part 14 transfers the packet header together with a packet to a multimedia information receiving client 2. The client controlling part 22 of the client 2 fast reads video information and character graphic information in a frame unit by reading and referring to the packet header at the time of receiving the video information, synchronizes it with video sound in a frame interval which is defined based on the frame number that is referred to and further synchronizes with and displays the character graphic information.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワークを介
してビデオ情報を提供するビデオ・オン・デマンドのよ
うなリアルタイムビデオ情報提供サービスにおいて、受
信したビデオ情報を作成時と同じビデオフレーム間隔で
音声や文字図形情報との同期再生を可能とするビデオ情
報提供管理技術に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a real-time video information providing service such as video-on-demand which provides video information via a network. The present invention relates to a video information provision management technology that enables synchronous reproduction with character / graphic information.

【0002】[0002]

【従来の技術】近年、インターネットの普及とパーソナ
ルコンピュータの演算処理性能向上および画像処理技術
の向上により、通信回線を利用した画像通信サービスへ
の要求が高まっている。これらの画像通信サ一ビスに適
用できる画像情報の符号化形式としては、ビデオCDで
利用されているMPEG1(国際標準ISO/IEC1
1172,1993,8)や、主にTV電話で利用され
ているH.261(ITU−T Rec.H.261:
“Video Codec For AudioVis
ual Services at p×64kbit/
s”,Mar.1993)が考えられる。
2. Description of the Related Art In recent years, with the spread of the Internet, the improvement of arithmetic processing performance of personal computers, and the improvement of image processing techniques, demands for image communication services using communication lines have increased. The encoding format of image information applicable to these image communication services is MPEG1 (international standard ISO / IEC1) used in video CDs.
1172, 1993, 8) and H.264 mainly used for TV telephones. 261 (ITU-T Rec. H. 261:
“Video Codec For AudioVis
ual Services at p × 64kbit /
s ", Mar. 1993).

【0003】図7はビデオ情報の符号化形式を規定した
MPEG1のデータ形式の構成図であり、ビデオフレー
ム情報(MPEGではビデオフレームをピクチャと称し
ている)の先頭位置を示すコードとしてPSC(Pic
ture Start Code)が規定されている。
さらに、上位層として0.4から数秒に相当するビデオ
フレーム(ピクチャ)から構成されるシーケンス層とそ
の先頭位置を示すSHC(Sequence Head
er Code)および先頭からの時間を示すTC(T
ime Code)が規定されている。また、シーケン
スヘッダやピクチャ層の開始コードは必ずバイト境界に
配置されるようにするため、開始コードの直前に任意個
数の0を挿入する。
FIG. 7 is a diagram showing the structure of an MPEG1 data format that defines the encoding format of video information. A PSC (Pic) is used as a code indicating the head position of video frame information (a video frame is called a picture in MPEG).
cure start code).
Further, as an upper layer, a sequence layer composed of video frames (pictures) corresponding to 0.4 to several seconds and an SHC (Sequence Head) indicating the head position thereof.
er Code) and TC (T
image Code) is defined. Also, in order to ensure that the sequence header and the start code of the picture layer are arranged at byte boundaries, an arbitrary number of 0s are inserted immediately before the start code.

【0004】図8はビデオ情報とオーディオ情報との多
重方式を規定したMPEG1システムのデータ形式の構
成図であり、ビデオ情報とオーディオ情報との出力同期
を実現するため、ビデオパケットとオーディオパケット
をマージしたデータ形式となっている。ビデオ情報とオ
ーディオ情報の出力同期を保つためビデオパケット、オ
ーディオパケットの先頭には制御情報が配置され、その
中に、再生出力の時刻管理情報であるPTS(Pres
entation Time Stamp)と復号の時
間管理情報であるDTS(Decoding Time
Stamp)が付加されている。
FIG. 8 is a diagram showing a data format of an MPEG1 system which defines a multiplexing method of video information and audio information. In order to realize output synchronization between video information and audio information, a video packet and an audio packet are merged. Data format. Control information is arranged at the head of the video packet and the audio packet in order to maintain the output synchronization of the video information and the audio information, and PTS (Pres
and the decoding time management information DTS (Decoding Time).
(Stamp) is added.

【0005】一方、H.261はH.221(CCIT
T Rec.H.221:“Frame Struct
ure for a 64 to 1920kbit/
sChannel in Audio Visual
Teleservices”,Blue Book,F
ascicle III.6,1988)と呼ばれるビ
ット単位の同期伝送方式によりビデオ情報とオーディオ
情報を多重化する方式が規定されているが、パケット形
式での多重化は規定されていない。H.261では図9
のH.261データの構成図に示すように、ビデオフレ
ームの先頭位置を示すフラグとしてMPEG1と同一の
名称であるPSC(PictureStart Cod
e)と時系列に一貫したビデオフレーム番号TR(Te
mporal Reference)が規定されてい
る。H.261のPSCはMPEG1と同じ名称が使わ
れているが、長さ、割り当てコードが異なる。また、M
PEG1ではバイト境界に配置されていたのに対し、
H.261では任意のビット単位位置に配置されてい
る。
On the other hand, H. 261 is H.264. 221 (CCIT
T Rec. H. 221: "Frame Struct
ure for a 64 to 1920 kbit /
sChannel in Audio Visual
Teleservices ", Blue Book, F
assistle III. 6, 1988), a method for multiplexing video information and audio information is defined by a bit-based synchronous transmission method, but multiplexing in a packet format is not specified. H. In FIG. 26, FIG.
H. As shown in the configuration diagram of the H.261 data, a flag indicating the head position of a video frame is a PSC (Picture Start Code) having the same name as MPEG1.
e) and a video frame number TR (Te
Mental Reference) is defined. H. The PSC of H.261 uses the same name as MPEG1, but differs in length and allocation code. Also, M
In PEG1, it was located at a byte boundary,
H. In H.261, it is arranged at an arbitrary bit unit position.

【0006】[0006]

【発明が解決しようとする課題】このように、従来のビ
デオ/オーディオ情報の符号化形式では、ビデオフレー
ムの先頭位置やフレームの表示間隔等のフレーム管理情
報がビデオ情報内に含まれているため、以下のような問
題があった。
As described above, in the conventional video / audio information encoding format, since the frame information such as the head position of the video frame and the display interval of the frame is included in the video information. However, there were the following problems.

【0007】(1)MPEG1では、開始コードを比較
的容易に探索可能とするため、ビデオフレーム情報の開
始コードをバイト境界に配置する方法を採用している。
しかしこの方法では、開始コードをバイト境界に配置さ
せるためにダミービットの挿入処理が必要となると同時
に、データ量が増加するという問題や、開始コードが必
ずしも送信パケットの先頭に存在しないため受信した情
報を探索しなければならないといった問題がある。
(1) MPEG1 employs a method of arranging a start code of video frame information at a byte boundary so that a start code can be searched relatively easily.
However, in this method, it is necessary to insert a dummy bit in order to arrange the start code on a byte boundary, and at the same time, there is a problem that the amount of data increases, and the information received because the start code does not always exist at the beginning of a transmission packet. Has to be searched.

【0008】(2)H.261では、ビデオフレームの
開始コードはバイト境界に必ずしも存在しないが、任意
のバイト位置からの開始コードをサーチするためにはビ
ット単位に処理する必要があり、多大な処理時間を要す
る。
(2) H. In H.261, the start code of a video frame does not always exist at a byte boundary, but in order to search for a start code from an arbitrary byte position, processing must be performed on a bit-by-bit basis, which requires a great deal of processing time.

【0009】(3)ビデオ情報およびオーディオ情報に
同期した文字図形情報が提供できない。
(3) Character / graphic information synchronized with video information and audio information cannot be provided.

【0010】これらの処理は、特に、通信回線を介して
情報の検索を行うようなシステムにおいて、伝送容量の
増加、サーバならびにクライアント装置の負荷増大とい
った問題を引き起こす。さらに、ビデオとグラフィック
スとを組み合わせたマルチメディア情報の再生同期が不
可能であるといった問題がある。
[0010] These processes cause problems such as an increase in transmission capacity and an increase in load on a server and a client device, particularly in a system in which information is retrieved via a communication line. Furthermore, there is a problem that it is impossible to synchronize the reproduction of multimedia information combining video and graphics.

【0011】本発明は、H.261やMPEG1などの
ビット単位で生成される符号化ビデオ情報に関して、送
信パケットに含まれるビデオフレームの開始コードを簡
単な処理で高速に探索することができ、ビデオ情報とオ
ーディオ情報、あるいはビデオ情報とオーディオ情報な
らびに文字図形情報の再生同期を容易とするビデオ情報
提供管理方法およびシステムを提供することを課題とす
る。
The present invention relates to H. With regard to encoded video information generated in bit units such as H.261 and MPEG1, a start code of a video frame included in a transmission packet can be searched at high speed by simple processing, and video information and audio information or video information can be searched. It is an object of the present invention to provide a video information provision management method and system that facilitates reproduction synchronization of audio information and character / graphic information.

【0012】[0012]

【課題を解決するための手段】上記課題を解決するた
め、本発明による方法は、ビデオ情報ならびにオーディ
オ情報、またはそれらと文字図形情報を含むマルチメデ
ィア情報を符号化してパケットに分割し通信網を介して
送信する段階と、前記パケットからビデオ情報の開始位
置を検索し前記ビデオ情報とオーディオ情報または前記
ビデオ情報とオーディオ情報および文字図形情報とを同
期させる受信段階を有するビデオ情報提供管理方法であ
って、前記送信段階において、パケット内のビデオ情報
に対してビデオフレームの開始コードの有無、開始コー
ドの位置についての情報を探索してこれらの情報を付加
し、あるいはこれらの情報に加えて前記ビデオ情報の表
示と同期させる文字図形情報の位置についての情報を付
加したパケットヘッダを作成する過程と、前記作成され
たパケットヘッダを当該マルチメディア情報のパケット
とともに送信する過程と、を有することを特徴とする。
SUMMARY OF THE INVENTION In order to solve the above problems, a method according to the present invention encodes video information and audio information, or multimedia information including them and character / graphic information, and divides them into packets to form a communication network. And receiving the video information and the audio information or the video information and the audio information and the text / graphic information by searching for the start position of the video information from the packet. In the transmitting step, the video information in the packet is searched for information on the presence or absence of a start code of a video frame and the position of the start code, and the information is added thereto, or the video is added to the information. A packet header to which information about the position of the character / graphic information to be synchronized with the information display is added. And having the steps of creating, a, and transmitting the created packet header with a packet of the multimedia information.

【0013】また、前記受信段階において、前記マルチ
メディア情報とともに送信されたパケットヘッダを分離
する過程と、前記分離されたパケットヘッダに付加され
た情報からビデオフレームの開始コードまたはビデオフ
レームの開始コードおよび該ビデオフレームと同期して
表示する文字図形情報を検索して、該パケットヘッダに
記述されたビデオフレーム間隔で音声情報との再生同期
制御を行う過程と、を有することを特徴とする。
In the receiving step, a step of separating a packet header transmitted together with the multimedia information may be performed, and a start code of a video frame or a start code of a video frame may be calculated from information added to the separated packet header. Searching for character / graphic information to be displayed in synchronization with the video frame, and controlling reproduction synchronization with audio information at video frame intervals described in the packet header.

【0014】また、前記再生同期制御を行う過程では、
前記音声情報およびビデオ情報の一方の再生を開始して
その一方の再生終了時刻を算出するとともに、その他方
の再生終了時刻を算出し、前記一方の再生終了時刻以下
の前記他方の再生終了時刻を持つ音声情報またはビデオ
情報の再生を開始することを特徴とする。
In the step of performing the reproduction synchronization control,
Starting the reproduction of one of the audio information and the video information and calculating the reproduction end time of the one, calculating the reproduction end time of the other, and calculating the other reproduction end time that is equal to or less than the one reproduction end time. The reproduction of the audio information or the video information is started.

【0015】同じく、上記課題を解決するため、本発明
によるシステムは、符号化されたビデオ情報ならびにオ
ーディオ情報、または符号化されたビデオ情報ならびに
オーディオ情報と文字図形情報を分割して交互に配置し
た形式のマルチメディア情報を作成するマルチメディア
情報作成部と、前記作成されたマルチメディア情報を蓄
積するマルチメディア情報蓄積部と、前記蓄積されたマ
ルチメディア情報をパケット化すると同時に、前記パケ
ット内のビデオ情報に含まれるビデオフレームの開始コ
ードバイト位置もしくは開始コードバイト位置と開始コ
ードビット位置を含む情報、またはこれらに加えて文字
図形情報の表示同期を管理するための情報を付加したパ
ケットヘッダを作成する送信制御部と、前記パケット化
されたマルチメディア情報に前記作成されたパケットヘ
ッダを付加して通信網を介して送信する情報送信部と、
を具備したマルチメディア情報提供サーバを有すること
を特徴とする。
[0015] Similarly, in order to solve the above problems, the system according to the present invention divides encoded video information and audio information, or encoded video information and audio information and character / graphic information, and alternately arranges them. A multimedia information creating unit for creating multimedia information in a format, a multimedia information storage unit for storing the created multimedia information, and packetizing the stored multimedia information, A packet header to which a start code byte position of a video frame included in the information or information including a start code byte position and a start code bit position, or information for managing display synchronization of character / graphic information in addition to these is created. A transmission control unit, and the packetized multimedia An information transmitting unit for transmitting through the communication network by adding the created packet header to restore information,
And a multimedia information providing server having the following.

【0016】また、前記通信網を介して前記パケット化
されたマルチメディア情報の受信を行う情報受信部と、
前記受信したパケット情報からビデオ情報ならびにオー
ディオ情報と、またはビデオ情報ならびにオーディオ情
報、文字図形情報と、パケットヘッダとを分離して記憶
させるとともに、該パケットヘッダに付加された情報と
該パケットヘッダに記述されたビデオフレーム間隔に基
づいて前記ビデオ情報ならびに音声情報、文字図形情報
の再生同期制御を行う受信制御部と、前記分離されたビ
デオ情報ならびにオーディオ情報、またはビデオ情報な
らびにオーディオ情報、文字図形情報を記憶するマルチ
メディア情報記憶部と、前記分離されたパケットヘッダ
を記憶するフレーム管理情報記憶部と、前記マルチメデ
ィア情報提供サーバに対し再生開始、停止を含む指示を
行う入力指示部と、前記ビデオ情報またはビデオ情報な
らびに文字図形情報を表示する情報表示部と、前記オー
ディオ情報を出力するオーディオ出力部と、を具備した
マルチメディア情報受信クライアントを有することを特
徴とする。
An information receiving unit for receiving the packetized multimedia information via the communication network;
Video information and audio information, or video information and audio information, character / graphic information, and a packet header are separated from the received packet information and stored, and the information added to the packet header and the description in the packet header are stored. The video information and the audio information based on the video frame interval, and a reception control unit for controlling the reproduction synchronization of the character / graphic information; and the separated video information and audio information, or the video information and the audio information, and the character / graphic information. A multimedia information storage unit for storing, a frame management information storage unit for storing the separated packet header, an input instruction unit for giving an instruction including start and stop of reproduction to the multimedia information providing server, and the video information Or video information and text / graphic information Wherein the information display unit that displays, an audio output unit which outputs the audio information, in that it has a multimedia information receiving client provided with the.

【0017】本発明では、(1)符号化されたビデオ情
報ならびにオーディオ情報、あるいはこれらに加えて文
字図形情報を例えば固定長のパケットに分割して送信す
る際に、パケット内のビデオ情報に対してビデオフレー
ムの開始コードの有無、ビデオフレーム番号、開始コー
ドのバイト位置またはバイト位置およびビット位置を探
索し、該情報を付加したパケットヘッダを作成するこ
と、(2)該ビデオ情報の表示と同期させる文字図形情
報がある場合には、そのバイト位置やビット位置をパケ
ットヘッダへ埋め込むこと、(3)以上で作成したパケ
ットヘッダをパケット分割したマルチメディア情報とと
もに転送することにより、(a)ビデオ情報受信時にパ
ケトヘッダのみを読み出し参照することで受信バッファ
よりビデオフレーム単位にビデオ情報またはビデオ情報
ならびに文字図形情報を高速に読み出すことができ、
(b)参照したビデオフレーム番号に基づき規定された
フレーム間隔でビデオ情報を音声や文字図形情報に同期
させて表示できるようにした。
According to the present invention, (1) when transmitting coded video information and audio information, or character / graphic information in addition to these, for example, by dividing them into fixed-length packets, Searching for the start code of the video frame, the video frame number, the byte position or byte position and bit position of the start code, and creating a packet header to which the information is added; (2) Synchronizing with the display of the video information If there is character / graphic information to be made, the byte position and bit position are embedded in the packet header, and (3) the packet header created above is transferred together with the packet-divided multimedia information to obtain (a) video information. By reading and referencing only the packet header at the time of reception, the video frame is Cry video information or video information as well as the graphic character data can be read out at high speed,
(B) The video information can be displayed in synchronism with the voice or character / graphic information at the frame interval specified based on the referenced video frame number.

【0018】[0018]

【発明の実施の形態】以下、図を用いて本発明の実施形
態例を詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below in detail with reference to the drawings.

【0019】図1は、本発明の一実施形態例を示すブロ
ック図である。図1において、1はマルチメディア情報
提供サーバであり、2はマルチメディア情報受信クライ
アントであり、3は両者を接続する通信回線である。マ
ルチメディア情報提供サーバ1は、サーバ制御部11、
マルチメディア情報作成部12、マルチメディア情報蓄
積部13、および情報送信部14を有する。一方、マル
チメディア情報受信クライアント2は、入力指示部2
1、クライアント制御部22、情報受信部23、フレー
ム管理情報記憶部24、マルチメディア情報記憶部2
5、情報表示部26、およびオーディオ出力部27を有
する。
FIG. 1 is a block diagram showing an embodiment of the present invention. In FIG. 1, 1 is a multimedia information providing server, 2 is a multimedia information receiving client, and 3 is a communication line connecting them. The multimedia information providing server 1 includes a server control unit 11,
It has a multimedia information creation unit 12, a multimedia information storage unit 13, and an information transmission unit 14. On the other hand, the multimedia information receiving client 2
1, client control unit 22, information receiving unit 23, frame management information storage unit 24, multimedia information storage unit 2
5, an information display unit 26, and an audio output unit 27.

【0020】以下、図1を用いて、マルチメディア情報
を送受信し、ビデオフレーム番号を参照して、規定され
たフレーム間隔でマルチメディア情報を表示する過程を
説明する。図2に、このときの電文シーケンス例を示
す。
A process of transmitting and receiving multimedia information and displaying multimedia information at a specified frame interval with reference to a video frame number will be described below with reference to FIG. FIG. 2 shows a message sequence example at this time.

【0021】なお、本実施形態例では、ビデオ符号化形
式としてH.261をオーディオ符号化形式としてG.
711(CCITT Rec.G.711:“64bi
t/s Pulse Code Modulatio
n”,Blue Book,Fascicle II
I.4,1988)を使用した場合を説明するが、DC
Tをベースとした他の符号化形式や他のオーディオ符号
化形式でも容易に実現可能であることは明白である。
In this embodiment, H.264 is used as the video encoding format. 261 as an audio encoding format.
711 (CCITT Rec. G. 711: “64bi”
t / s Pulse Code Modulatio
n ", Blue Book, Fascicle II
I. 4, 1988) will be described.
Obviously, other encoding formats based on T and other audio encoding formats can be easily realized.

【0022】まず、マルチメディア情報提供サーバ1の
マルチメディア情報作成部12において、ビデオカメラ
やビデオデッキより入力されたビデオ信号およびオーデ
ィオ信号ならびにマウス、キーボードより入力された文
字図形情報は、サーバ制御部11の制御によりH.26
1とG.711のビットストリームデータならびにコー
ド情報に変換されマルチメディア情報蓄積部13へ蓄積
される。
First, in the multimedia information creating section 12 of the multimedia information providing server 1, the video and audio signals input from the video camera or the video deck and the character / graphic information input from the mouse and keyboard are sent to the server control section. 11 by the control of H.11. 26
1 and G. The data is converted into bit stream data of 711 and code information and stored in the multimedia information storage unit 13.

【0023】次に、マルチメディア情報受信クライアン
ト2の入力指示部21からの検索指示に従い、サーバ制
御部11は、マルチメディア情報蓄積部13へ蓄積され
ているビデオ情報ならびにオーディオ情報、文字図形情
報を予め設定された割合の長さで分割し、図4に示すよ
うな固定長のパケットデータにマージし情報送信部14
を経由して逐次マルチメディア情報受信クライアント2
へ送信する。マルチメディア情報受信クライアント2は
最後のマルチメディアパケットデータを受信すると、受
信完了通知をビデオ情報提供サーバ1に送信し、通信が
終了する。
Next, in accordance with the search instruction from the input instruction section 21 of the multimedia information receiving client 2, the server control section 11 deletes the video information, audio information, and character / graphic information stored in the multimedia information storage section 13. The information is divided by a predetermined length, merged into fixed-length packet data as shown in FIG.
Multimedia information receiving client 2 via
Send to Upon receiving the last multimedia packet data, the multimedia information receiving client 2 transmits a reception completion notification to the video information providing server 1, and the communication ends.

【0024】ここで、パケットヘッダ内にビデオフレー
ムの開始コードの有無、開始コードバイト位置を判定す
るための情報を書き込むため以下の処理を行う。図3に
パケットヘッダの作成および送信の処理フローを示す。
Here, the following processing is performed to write information for determining the presence / absence of the start code of the video frame and the start code byte position in the packet header. FIG. 3 shows a processing flow for creating and transmitting a packet header.

【0025】まず、パケット内のビデオ情報よりビデオ
フレームの開始コードであるPSC(Picture
Start Code)、H.261では20ビットの
ビット列“00010(16進数表現)”が探索され、
開始コードが含まれる場合には図5に示すような、パケ
ット番号P、パケット内に含まれるビデオフレーム数
m、ビデオフレームのシーケンシャルな番号を示すフレ
ーム番号v、開始コードの先頭が含まれるバイト位置を
示す開始コードバイト位置B、開始コードのバイト境界
からのオフセットを示す開始コードビット位置bからな
るパケットヘッダが生成される。パケット内に複数のビ
デオフレームが含まれる場合にはパケットに含まれる開
始コード個数を埋め込み、含まれるすべての開始コード
に対しフレーム番号、バイト位置、ビット位置を算出し
て付加する。開始コードが含まれない場合には開始コー
ド数に0を埋め込むと同時にフレーム番号、バイト位
置、ビット位置は省略する。ここで、シーケンシャルな
フレーム番号は、PSCの直後のTR(Tempora
l Reference)からスキップしたフレーム番
号を読み取ることで算出できる。すなわち、スキップ前
のフレーム番号をv、スキップフレーム数をsとする
と、読み取られるスキップしたフレーム番号はv+sで
あり、これに1を加算することで算出できる。開始コー
ドが含まれない場合にはダミーのパケットヘッダが付加
される。さらに、文字図形情報内に含まれる時間制御情
報(例えば、タイムスタンプや実行遅延コマンド)を探
索し、上記ビデオフレームの表示時間に相当するバイト
位置(文字図形情報開始バイト位置)Cを算出しパケッ
トヘッダへ付加する。
First, PSC (Picture) which is a start code of a video frame is obtained from video information in a packet.
Start Code); In 261, a 20-bit bit string “00010 (hexadecimal representation)” is searched,
When the start code is included, the packet number P, the number m of video frames included in the packet, the frame number v indicating a sequential number of the video frame, and the byte position including the start of the start code as shown in FIG. , And a packet header consisting of a start code bit position b indicating an offset of the start code from the byte boundary is generated. When a plurality of video frames are included in a packet, the number of start codes included in the packet is embedded, and a frame number, a byte position, and a bit position are calculated and added to all the included start codes. When the start code is not included, 0 is embedded in the number of start codes, and the frame number, the byte position, and the bit position are omitted. Here, the sequential frame number is TR (Tempora) immediately after the PSC.
It can be calculated by reading the skipped frame number from (l Reference). That is, assuming that the frame number before skipping is v and the number of skipped frames is s, the skipped frame number to be read is v + s, and can be calculated by adding 1 to this. If the start code is not included, a dummy packet header is added. Further, time control information (for example, a time stamp or an execution delay command) included in the character / graphic information is searched, and a byte position (character / graphic information start byte position) C corresponding to the display time of the video frame is calculated. Add to header.

【0026】以上のように作成されたパケットヘッダ
は、図4に示すマルチメディア情報の先頭に付加され、
情報送信部14、通信回線3を介してマルチメディア情
報受信クライアント2へ送信される。
The packet header created as described above is added to the beginning of the multimedia information shown in FIG.
The information transmitting unit 14 is transmitted to the multimedia information receiving client 2 via the communication line 3.

【0027】次に、パケットの受信処理を説明する。図
6にパケット受信および同期再生の処理フローを示す。
Next, the packet receiving process will be described. FIG. 6 shows a processing flow of packet reception and synchronous reproduction.

【0028】送信されたパケット情報は、クライアント
制御部22の制御により情報受信部23においてパケッ
トが解かれ、パケットヘッダならびにビデオ情報、オー
ディオ情報、文字図形情報に分離され、それぞれ、フレ
ーム管理情報記憶部24、マルチメディア情報記憶部2
5へ記憶される。以下、同様の処理により検索指示され
たビデオ情報ならびにオーディオ情報、文字図形情報が
パケット化され、パケットヘッダが付加されてマルチメ
ディア情報受信クライアント2へ送信され、フレーム管
理情報記憶部24、マルチメディア情報記憶部25へ記
憶される。
The transmitted packet information is depacketized by the information receiving unit 23 under the control of the client control unit 22, separated into a packet header, video information, audio information, and character / graphic information. 24, multimedia information storage unit 2
5 is stored. Thereafter, video information, audio information, and character / graphic information designated for retrieval by the same processing are packetized, a packet header is added thereto, and the packet information is transmitted to the multimedia information receiving client 2. The frame management information storage unit 24, the multimedia information It is stored in the storage unit 25.

【0029】パケット情報の受信と同時に、クライアン
ト制御部22はマルチメディア情報記憶部25に記憶さ
れた1パケット分のオーディオ情報を読み込み、オーデ
ィオ情報出力部27へ転送し出力するとともに、例えば
その再生開始点からの再生終了時刻Taを算出する。6
4kbpsのG.711の場合10KBで1.25秒と
なる。続いて、フレーム管理情報記憶部24に蓄積記憶
されたパケットヘッダより2番目のフレームの開始コー
ド情報を読み出して、フレーム番号v、開始バイト位置
B、文字図形バイト位置Cを読み出し、1番目のビデオ
フレーム(スキップフレームを含めたもの)の再生終了
時刻Tvを(v−1)/Fで算出する。ただし、Fは1
秒当たりのフレーム数である。フレーム番号が5の場
合、約0.17秒となる。オーディオ情報の再生終了時
刻Taとビデオ情報の再生終了時刻Tvとを比較し、T
vがTaより小さいか等しい場合には、マルチメディア
情報記憶部25に蓄積されたビデオ情報の中から2番目
の開始コードバイト位置までを読み込んで情報表示部2
6に転送し、1番目のビデオフレームを表示させる。同
時に、文字図形情報バイト位置Bを参照し、該バイト位
置までの文字図形情報を読み込み表示させる。以下同様
にして、3番目以降のビデオフレーム情報のフレーム番
号を参照し、ビデオフレームの再生終了時刻を算出し、
オーディオ情報の再生終了時刻と比較することにより、
オーディオとビデオ、文字図形情報の同期再生を実現す
る。
Simultaneously with the reception of the packet information, the client control section 22 reads the audio information of one packet stored in the multimedia information storage section 25, transfers it to the audio information output section 27, and outputs it. The reproduction end time Ta from the point is calculated. 6
G. 4 kbps. In the case of 711, 10 KB is 1.25 seconds. Subsequently, the start code information of the second frame is read from the packet header stored and stored in the frame management information storage unit 24, the frame number v, the start byte position B, and the character / graphic byte position C are read, and the first video is read. The reproduction end time Tv of the frame (including the skip frame) is calculated by (v-1) / F. Where F is 1
The number of frames per second. When the frame number is 5, it takes about 0.17 seconds. The reproduction end time Ta of the audio information is compared with the reproduction end time Tv of the video information.
If v is smaller than or equal to Ta, the video information stored in the multimedia information storage unit 25 is read up to the second start code byte position and read from the information display unit 2.
6 to display the first video frame. At the same time, the character / graphic information byte position B is referred to, and the character / graphic information up to the byte position is read and displayed. Similarly, referring to the frame numbers of the third and subsequent video frame information, the reproduction end time of the video frame is calculated,
By comparing with the playback end time of the audio information,
Realizes synchronous playback of audio, video, and character / graphic information.

【0030】本実施形態例では、パケットヘッダにバイ
ト位置とビット位置を記録する構成となっているが、ビ
デオフレームの開始コードは0から7ビットの狭い範囲
からスタートすることがわかっているため、ビット位置
を記録してなくても容易に検出できることは明白であ
る。また、上記実施形態例では、1開始コード毎に処理
を行っているが、情報表示部26やオーディオ情報出力
部27のバッファ容量に応じて、複数の開始コード単位
に処理することも可能である。さらに、本実施形態例で
は、オーディオ情報を先に出力するようなシーケンスと
なっているが、ビデオ情報、文字図形情報を先に出力さ
せることでも同様にして実現できることは明白である。
In the embodiment, the byte position and the bit position are recorded in the packet header. However, since the start code of the video frame is known to start from a narrow range of 0 to 7 bits, Obviously, it is easy to detect without recording the bit position. Further, in the above embodiment, the processing is performed for each start code, but the processing may be performed for a plurality of start codes in accordance with the buffer capacity of the information display unit 26 and the audio information output unit 27. . Furthermore, in the present embodiment, the sequence is such that audio information is output first, but it is apparent that the same can be realized by outputting video information and character / graphic information first.

【0031】[0031]

【発明の効果】以上説明したように、本発明によれば、
受信したパケット情報よりフレーム管理情報を容易に分
離でき、ビデオフレーム開始コード位置および表示間隔
を簡単な処理で高速に探索できる。このため、受信した
マルチメディア情報から1フレーム分のビデオ情報なら
びに文字図形情報を高速に取り出し、規定された表示時
間で音声と同期してリアルタイムに再生できる。また、
ビデオフレームの開始コードをバイト境界にするための
ダミービットや表示時間を制御するフレーム管理情報を
ビデオ情報から分離できるため、伝送情報量を削減でき
るといった効果がある。
As described above, according to the present invention,
The frame management information can be easily separated from the received packet information, and the video frame start code position and the display interval can be searched at high speed by simple processing. Therefore, one frame of video information and character / graphic information can be extracted at high speed from the received multimedia information, and can be reproduced in real time in synchronization with audio for a specified display time. Also,
Dummy bits for setting the start code of a video frame on a byte boundary and frame management information for controlling the display time can be separated from the video information, so that the amount of transmitted information can be reduced.

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

【図1】本発明の一実施形態例を示すブロック図であ
る。
FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】電文シーケンスを示す図である。FIG. 2 is a diagram showing a message sequence.

【図3】上記実施形態例におけるパケット送信処理フロ
ー図である。
FIG. 3 is a flowchart of a packet transmission process in the embodiment.

【図4】上記実施形態例におけるビデオ情報とオーディ
オ情報をマージしたパケット形式を示す図である。
FIG. 4 is a diagram showing a packet format obtained by merging video information and audio information in the embodiment.

【図5】上記実施形態例におけるパケット内のビデオ情
報に含まれるビデオフレーム開始コードを管理するパケ
ットヘッダ形式を示す図である。
FIG. 5 is a diagram showing a packet header format for managing a video frame start code included in video information in a packet in the embodiment.

【図6】上記実施形態例におけるパケット受信処理フロ
ー図である。
FIG. 6 is a flowchart of a packet reception process in the embodiment.

【図7】従来の技術であるMPEG1のデータ形式を示
す図である。
FIG. 7 is a diagram showing a data format of MPEG1 which is a conventional technique.

【図8】従来の技術によるビデオ情報とオーディオ情報
とをマージしたMPEG1システムのデータ形式を示す
図である。
FIG. 8 is a diagram showing a data format of an MPEG1 system in which video information and audio information are merged according to a conventional technique.

【図9】従来の技術であるH.261のデータ形式を示
す図である。
FIG. 9 shows a conventional technique, H.264. FIG. 261 is a diagram illustrating a data format of H.261.

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

1…マルチメディア情報提供サーバ 11…サーバ制御部 12…マルチメディア情報作成部 13…マルチメディア情報蓄積部 14…情報送信部 2…マルチメディア情報受信クライアント 21…入力指示部 22…クライアント制御部 23…情報受信部 24…フレーム管理情報記憶部 25…マルチメディア情報記憶部 26…情報表示部 27…オーディオ出力部 3…通信回線 DESCRIPTION OF SYMBOLS 1 ... Multimedia information provision server 11 ... Server control part 12 ... Multimedia information creation part 13 ... Multimedia information storage part 14 ... Information transmission part 2: Multimedia information reception client 21 ... Input instruction part 22 ... Client control part 23 ... Information receiving unit 24 ... Frame management information storage unit 25 ... Multimedia information storage unit 26 ... Information display unit 27 ... Audio output unit 3 ... Communication line

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 ビデオ情報ならびにオーディオ情報、ま
たはそれらと文字図形情報を含むマルチメディア情報を
符号化してパケットに分割し通信網を介して送信する段
階と、前記パケットからビデオ情報の開始位置を検索し
前記ビデオ情報とオーディオ情報または前記ビデオ情報
とオーディオ情報および文字図形情報とを同期させる受
信段階を有するビデオ情報提供管理方法であって、 前記送信段階において、 パケット内のビデオ情報に対してビデオフレームの開始
コードの有無、開始コードの位置についての情報を探索
してこれらの情報を付加し、あるいはこれらの情報に加
えて前記ビデオ情報の表示と同期させる文字図形情報の
位置についての情報を付加したパケットヘッダを作成す
る過程と、 前記作成されたパケットヘッダを当該マルチメディア情
報のパケットとともに送信する過程と、 を有することを特徴とするビデオ情報提供管理方法。
1. Encoding multimedia information including video information and audio information, or multimedia information including them and character / graphic information, dividing the packet into packets, and transmitting the packets through a communication network, and searching a start position of the video information from the packets. A video information providing management method, comprising: a receiving step of synchronizing the video information with the audio information or the video information with the audio information and the character / graphic information. Information about the presence or absence of a start code and the position of the start code were searched for and added to this information, or in addition to this information, information about the position of the character / graphic information synchronized with the display of the video information was added. Creating a packet header; and Transmitting the multimedia information together with the packet of the multimedia information.
【請求項2】 前記受信段階において、 前記マルチメディア情報とともに送信されたパケットヘ
ッダを分離する過程と、 前記分離されたパケットヘッダに付加された情報からビ
デオフレームの開始コードまたはビデオフレームの開始
コードおよび該ビデオフレームと同期して表示する文字
図形情報を検索して、該パケットヘッダに記述されたビ
デオフレーム間隔で音声情報との再生同期制御を行う過
程と、 を有することを特徴とする請求項1に記載のビデオ情報
提供管理方法。
2. The method according to claim 2, wherein in the receiving step, a packet header transmitted together with the multimedia information is separated, and a start code of a video frame or a start code of a video frame is obtained from information added to the separated packet header. A step of retrieving character / graphic information to be displayed in synchronization with the video frame, and performing reproduction synchronization control with audio information at a video frame interval described in the packet header. Video information provision management method described in.
【請求項3】 前記再生同期制御を行う過程では、 前記音声情報およびビデオ情報の一方の再生を開始して
その一方の再生終了時刻を算出するとともに、その他方
の再生終了時刻を算出し、前記一方の再生終了時刻以下
の前記他方の再生終了時刻を持つ音声情報またはビデオ
情報の再生を開始する、 ことを特徴とする請求項2に記載のビデオ情報提供管理
方法。
3. In the step of performing the reproduction synchronization control, the reproduction of one of the audio information and the video information is started, the reproduction end time of one of the audio information and the video information is calculated, and the reproduction end time of the other is calculated. 3. The video information provision management method according to claim 2, wherein the reproduction of audio information or video information having the other reproduction end time that is equal to or shorter than the one reproduction end time is started.
【請求項4】 符号化されたビデオ情報ならびにオーデ
ィオ情報、または符号化されたビデオ情報ならびにオー
ディオ情報と文字図形情報を分割して交互に配置した形
式のマルチメディア情報を作成するマルチメディア情報
作成部と、 前記作成されたマルチメディア情報を蓄積するマルチメ
ディア情報蓄積部と、 前記蓄積されたマルチメディア情報をパケット化すると
同時に、前記パケット内のビデオ情報に含まれるビデオ
フレームの開始コードバイト位置もしくは開始コードバ
イト位置と開始コードビット位置を含む情報、またはこ
れらに加えて文字図形情報の表示同期を管理するための
情報を付加したパケットヘッダを作成する送信制御部
と、 前記パケット化されたマルチメディア情報に前記作成さ
れたパケットヘッダを付加して通信網を介して送信する
情報送信部と、 を具備したマルチメディア情報提供サーバを有する、 ことを特徴とするビデオ情報提供管理システム。
4. A multimedia information creation section for creating multimedia information in a format in which encoded video information and audio information, or encoded video information and audio information and character / graphic information are divided and alternately arranged. A multimedia information storage unit for storing the created multimedia information; and packetizing the stored multimedia information, at the same time as a start code byte position or start of a video frame included in the video information in the packet. A transmission control unit that creates a packet header to which information including a code byte position and a start code bit position, or information for managing display synchronization of character / graphic information in addition to the information, and the packetized multimedia information To the communication network by adding the created packet header to A video information provision management system, comprising: a multimedia information provision server comprising: an information transmission unit configured to transmit the information via a multimedia information provision server.
【請求項5】 前記通信網を介して前記パケット化され
たマルチメディア情報の受信を行う情報受信部と、 前記受信したパケット情報からビデオ情報ならびにオー
ディオ情報と、またはビデオ情報ならびにオーディオ情
報、文字図形情報と、パケットヘッダとを分離して記憶
させるとともに、該パケットヘッダに付加された情報と
該パケットヘッダに記述されたビデオフレーム間隔に基
づいて前記ビデオ情報ならびに音声情報、文字図形情報
の再生同期制御を行う受信制御部と、 前記分離されたビデオ情報ならびにオーディオ情報、ま
たはビデオ情報ならびにオーディオ情報、文字図形情報
を記憶するマルチメディア情報記憶部と、 前記分離されたパケットヘッダを記憶するフレーム管理
情報記憶部と、 前記マルチメディア情報提供サーバに対し再生開始、停
止を含む指示を行う入力指示部と、 前記ビデオ情報またはビデオ情報ならびに文字図形情報
を表示する情報表示部と、 前記オーディオ情報を出力するオーディオ出力部と、 を具備したマルチメディア情報受信クライアントを有す
る、 ことを特徴とする請求項4に記載のビデオ情報提供管理
システム。
5. An information receiving unit for receiving the packetized multimedia information via the communication network; and video information and audio information from the received packet information; Information and a packet header are separately stored, and the reproduction synchronization control of the video information, audio information, and character / graphic information is performed based on the information added to the packet header and the video frame interval described in the packet header. A multimedia information storage unit for storing the separated video information and audio information, or the video information and audio information, character / graphic information, and a frame management information storage for storing the separated packet header. And a multimedia information providing server Multimedia information, comprising: an input instructing unit that issues instructions including start and stop of reproduction, an information display unit that displays the video information or the video information and character / graphic information, and an audio output unit that outputs the audio information. The video information provision management system according to claim 4, further comprising a receiving client.
JP9079621A 1997-03-31 1997-03-31 Video information providing management method and system therefor Pending JPH10276407A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9079621A JPH10276407A (en) 1997-03-31 1997-03-31 Video information providing management method and system therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9079621A JPH10276407A (en) 1997-03-31 1997-03-31 Video information providing management method and system therefor

Publications (1)

Publication Number Publication Date
JPH10276407A true JPH10276407A (en) 1998-10-13

Family

ID=13695145

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9079621A Pending JPH10276407A (en) 1997-03-31 1997-03-31 Video information providing management method and system therefor

Country Status (1)

Country Link
JP (1) JPH10276407A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002057985A (en) * 2000-04-05 2002-02-22 Thomson Multimedia Sa Method and device for decoding digital video stream through insertion of dummy header in digital video system
JP2002077857A (en) * 2000-08-31 2002-03-15 Hitachi Ltd Apparatus for sending multimedia data
JP2005176164A (en) * 2003-12-15 2005-06-30 Hitachi Kokusai Electric Inc Video accumulation and distribution apparatus and video distribution system
JP2006157337A (en) * 2004-11-29 2006-06-15 Hitachi Kokusai Electric Inc Digital transmission system and transmission state display method
JP2006279801A (en) * 2005-03-30 2006-10-12 Oki Techno Creation:Kk Packet processing apparatus
JP2008226456A (en) * 2008-06-23 2008-09-25 Sony Corp Information processing system, information delivery system, information processing method, and program
JP2009303231A (en) * 2009-08-07 2009-12-24 Hitachi Kokusai Electric Inc Digital transmission system
US7924891B2 (en) 2000-11-15 2011-04-12 Qualcomm, Incorporated Method and apparatus for allocating data streams onto a single channel

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002057985A (en) * 2000-04-05 2002-02-22 Thomson Multimedia Sa Method and device for decoding digital video stream through insertion of dummy header in digital video system
JP4689872B2 (en) * 2000-04-05 2011-05-25 トムソン Digital video stream decoding method and apparatus by pseudo header insertion in digital video system
JP2002077857A (en) * 2000-08-31 2002-03-15 Hitachi Ltd Apparatus for sending multimedia data
US7924891B2 (en) 2000-11-15 2011-04-12 Qualcomm, Incorporated Method and apparatus for allocating data streams onto a single channel
JP2005176164A (en) * 2003-12-15 2005-06-30 Hitachi Kokusai Electric Inc Video accumulation and distribution apparatus and video distribution system
JP2006157337A (en) * 2004-11-29 2006-06-15 Hitachi Kokusai Electric Inc Digital transmission system and transmission state display method
JP2006279801A (en) * 2005-03-30 2006-10-12 Oki Techno Creation:Kk Packet processing apparatus
JP2008226456A (en) * 2008-06-23 2008-09-25 Sony Corp Information processing system, information delivery system, information processing method, and program
JP2009303231A (en) * 2009-08-07 2009-12-24 Hitachi Kokusai Electric Inc Digital transmission system

Similar Documents

Publication Publication Date Title
JP3330797B2 (en) Moving image data storage method and moving image data decoding method
EP1024664B1 (en) Image-information storage regenerating device
US6396874B1 (en) Decoding method and apparatus and recording method and apparatus for moving picture data
US6944629B1 (en) Method and device for managing multimedia file
JP4515465B2 (en) Moving picture photographing apparatus and moving picture photographing method, moving picture reproducing apparatus and moving picture reproducing method for reproducing a video signal recorded on a recording medium
JP5285028B2 (en) Data decoding apparatus for providing browseable slide show, decoding method thereof, and information storage medium therefor
JP3438223B2 (en) Multiplexing device and multiplexing method, and transmission device and transmission method
JPH0965303A (en) Video sound signal synchronization method and its device
JPH10276407A (en) Video information providing management method and system therefor
JPH0730886A (en) Method and device for processing picture and audio signal
US6351565B1 (en) Data structure for image transmission, method of image transmission, image decoding apparatus, and data recording media
US7373439B2 (en) System method using material exchange format (MXF) converting program for audio and video data files having routines that generates attribute data from audio and video data file
JPH10276408A (en) Video information providing control method and system therefor
JP4254297B2 (en) Image processing apparatus and method, and image processing system and program using the same
US20050025453A1 (en) Program, data processing method, and system of same
JP3547210B2 (en) Video data generator with sound
JPH10271482A (en) Synchronous reproduction control method and system for coded video
JP3536493B2 (en) Authoring system, encoder and multiplexer used in the system, and method for generating multiple bit streams
JPH10285593A (en) Data structure for image transmission, image transmission method, image decoder and data recording medium
JP3894362B2 (en) Multiple moving image viewing apparatus and recording medium
JPH08191434A (en) Moving picture/audio coding data multiplexing method and moving picture/audio coding data multiplexer
US20070030897A1 (en) Encoding apparatus and method, recording apparatus and method, and decoding apparatus and method
JPH10174065A (en) Image audio multiplex data edit method and its device
JPH09261237A (en) Encoder device, decoder device and signal transmission method
JP2007158431A (en) Video recording device and video recording and reproducing device