WO2011029369A1 - Video encoding and decoding method, system and video monitoring system - Google Patents

Video encoding and decoding method, system and video monitoring system Download PDF

Info

Publication number
WO2011029369A1
WO2011029369A1 PCT/CN2010/076353 CN2010076353W WO2011029369A1 WO 2011029369 A1 WO2011029369 A1 WO 2011029369A1 CN 2010076353 W CN2010076353 W CN 2010076353W WO 2011029369 A1 WO2011029369 A1 WO 2011029369A1
Authority
WO
WIPO (PCT)
Prior art keywords
frame
code stream
stream group
group
decoding
Prior art date
Application number
PCT/CN2010/076353
Other languages
French (fr)
Chinese (zh)
Inventor
张莉
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2011029369A1 publication Critical patent/WO2011029369A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/17Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
    • H04N19/172Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a picture, frame or field
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • H04N19/61Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/70Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards

Definitions

  • the present invention relates to the field of multimedia technologies, and in particular, to a video encoding and decoding method, system, and video monitoring system. Background technique
  • the encoding method of the video generally includes an I frame, a P frame, and a B frame, wherein the I frame is a self-reference frame (also called an intra-coded frame), that is, the encoding of the I frame does not refer to other data frames, and accordingly, it can be independent.
  • the data of other frames is independently decoded;
  • the P frame is a unidirectional reference frame, that is, the encoding of the P frame needs to refer to the previous one or several frames of the timing, and accordingly, it needs to rely on the decoded data of the previous one or several frames.
  • the decoding is performed; the B frame is a bidirectional reference frame, that is, the encoding of the B frame requires reference to the preceding and following data frames of the timing, and accordingly, it needs to rely on the preceding and following decoded data for decoding.
  • the real-time video playback system usually only uses the common encoding method of I and P frames. To further prevent data loss, periodicity is preferred.
  • the I frame coding mode that is, the I code is set at intervals of the code stream, and a plurality of P frames are set after each I frame.
  • the video stream usually needs to be transmitted between the encoding end and the decoding end through different communication methods.
  • a front-end monitoring device installed in a monitoring place such as a camera or a cloud platform encodes the collected video data, and forwards the code stream to each client through a streaming server, and different clients.
  • the terminal can use different terminal devices such as mobile phones, desktop computers, and notebook computers.
  • When different clients obtain the code stream from the streaming server they also receive different networks.
  • the limitations of the network environment For example, some clients access services through high-speed Ethernet access, some clients access services through medium-speed modulation regulators, and some users can only access services through low-speed unlimited networks due to conditions. These different The access mode results in different network bandwidths. Even if the client uses the same access mode, it is possible to have different network bandwidths at different times due to different network conditions.
  • a video code stream with a constant frame rate is in the network bandwidth.
  • video data may be lost or delayed.
  • video decoding video decoding is usually performed from the I frame. If any I frame is lost or corrupted, it may affect all subsequent P frames. decoding.
  • Some clients also have poor performance of the device, and the code stream processing and display capabilities are poor. Therefore, when the video is played, the client may have serious problems such as delay, flower screen, mosaic, etc., and the clear and smooth playback effect cannot be achieved. Therefore, the existing video codec mode cannot adapt to various network environments and device capabilities of the terminal, and it is difficult to meet the actual needs of the user. Summary of the invention
  • the technical problem to be solved by the present invention is to provide a video encoding and decoding method, system and video monitoring system that adapt to various network environments or device performances and improve video playback quality.
  • a video encoding and decoding method includes the following steps:
  • the encoding end decomposes the continuous video into frame segments, extracts data frames from the frame segments and forms sub-stream groups in chronological order; and encodes the first frame of the sub-code stream group in an I-frame manner And composing the encoded substream group into a code stream group in chronological order;
  • the decoding end acquires the code stream group, and sequentially decodes the data frames included in the code stream group.
  • the coding end encodes the other data frames in the substream group as follows:
  • the extracted data frame is the first frame of the frame segment.
  • the method of decomposing continuous video into frame segments is: decomposing continuous video into frame segments that are connected end to end and containing equal number of frames;
  • a method of extracting data frames from the frame segments is: extracting data frames at medium intervals from the frame segments.
  • the method for extracting a data frame from the frame segment is: extracting at least one data frame from the frame segment, and forming a code stream group each time the extracted data frame is formed;
  • the method for constituting the code stream group in the chronological order is: selecting a sub-stream group corresponding to all the frame segments and forming the code stream group, and selecting at least one code stream group after multiple selections;
  • the manner in which the decoding end acquires the code stream group is: The decoding end acquires at least one code stream group according to a specific request.
  • the method further includes:
  • the decoding end requests to obtain a data group from the decoding end according to the relationship between the real-time delay value and the preset delay threshold.
  • the decoding end sequentially decodes the data frames included in the code stream group by: the decoding end sequentially decodes the data frames included in some or all of the sub-code stream groups in the code stream group.
  • Each frame segment includes an odd number of data frames
  • the process of extracting data frames from the frame segments and forming a substream group includes:
  • the process of decoding the data frames included in the code stream group by the decoding end includes: The decoding end acquires the odd digital stream group and/or the even digital stream group according to the specific request, and sequentially decodes the data frames in the odd digital stream group and/or the even digital stream group.
  • a video codec system includes an encoding end and a decoding end, the encoding end includes a frame segment decomposing module and a block encoding module, and the decoding end includes a code stream acquiring module and a packet decoding module; Decomposing continuous video into frame segments;
  • the packet encoding module is configured to: after extracting data frames from the frame segment and forming a sub-code stream group in time sequence, encoding, by using an I frame, the first frame of the sub-code stream group, and encoding
  • the subsequent sub-stream groups form the code stream group in chronological order;
  • the code stream obtaining module is configured to acquire the code stream group from the encoding end, and send the code stream group to a packet decoding module;
  • the packet decoding module is configured to sequentially decode data frames included in the received code stream group.
  • a video surveillance system includes a front-end monitoring device, a streaming server, and a client, the front-end monitoring device is provided with an encoding end, and the encoding end includes a frame segment decomposition module and a packet coding module;
  • the decoding end includes a code stream acquisition module and a packet decoding module, and the frame segmentation module is configured to decompose the video collected by the front-end monitoring device into a frame segment;
  • the packet coding module is configured to use the frame
  • the data frame is extracted in the segment and the sub-stream group is formed in chronological order, and the first frame of the sub-stream group is encoded in an I-frame manner, and the encoded sub-stream group is formed into a code stream in time sequence.
  • Group, the code stream group is further provided to the stream server;
  • the code stream obtaining module is configured to acquire the code stream group from the stream server by using a communication network
  • the packet decoding module is configured to sequentially decode the data frames included in the code stream group acquired by the code stream obtaining module.
  • the invention has the beneficial effects that the video de-encoding method and system of the invention reduces the amount of code stream transmission in the communication network and improves the transmission efficiency, and is therefore applicable to various network environments and device performances;
  • the data frame in the decoding is decoded, since the P frame in each sub-code stream group only depends on the I frame or the P frame in the group for decoding, the influence of the loss of the individual data frame on the decoding of other data frames is avoided, so the improvement is improved.
  • the video playback effect is configured to sequentially decode the data frames included in the code stream group acquired by the code stream obtaining module.
  • the encoder extracts at least one data frame from the frame segment at a medium interval, and each extracted data frame forms a different sub-code stream group, and the implementation method extracts the data frame from the frame segment to obtain continuous video playback. effect.
  • the decoding end can obtain part or all of the code stream according to the network environment or device performance, so that the code stream transmission and decoding are adapted to the network capability and the terminal capability, and the method is more flexible and convenient, thereby further ensuring the video transmission and playback effect.
  • the video surveillance system of the present invention can adapt to different network environments and device performances. If the network status is not ideal, the processing capacity of the client is large, or the preview requirement is not high, the streaming server only sends the client only to include The code stream group of some data frames in the original video not only improves the transmission efficiency, but also ensures the continuity and real-time performance of the video playback, and improves the video monitoring effect.
  • the streaming server only sends the client only to include The code stream group of some data frames in the original video not only improves the transmission efficiency, but also ensures the continuity and real-time performance of the video playback, and improves the video monitoring effect.
  • FIG. 1 is a schematic diagram of an existing video monitoring system
  • FIG. 2 is a flow chart of a specific implementation manner of a video codec method according to the present invention.
  • FIG. 3 is a schematic diagram of a video monitoring system of a video codec system according to the present invention.
  • FIG. 4 is a schematic diagram of a specific implementation manner of a video monitoring system according to the present invention. detailed description
  • the code stream group including only a part of the data frames in the original video is provided to the decoding end according to the network environment and device performance, and the decoding is performed.
  • the P frame in each sub-stream group depends on only the I frame or the P frame in the group for decoding.
  • FIG. 2 is a flow chart of a specific implementation manner of a video encoding and decoding method according to the present invention, including the following steps:
  • Step S100 The encoding end decomposes the continuous video into at least one frame segment, and the decomposition manner and length of the frame segment may be determined according to specific needs. For example, multiple frame segments may be randomly extracted from consecutive videos, and each frame segment includes different frames. The number of frames, or a certain data frame between adjacent frame segments; preferably, in order to achieve the continuity of the code stream in time as much as possible, to ensure the display effect of the video, the continuous video is decomposed into end-to-end, including A frame segment of equal number of frames. Usually, the number of data frames that the human eye can see in 1S is about 25 frames, and the frame rate of mainstream video is also 25 frames per second. Therefore, the time corresponding to each frame segment can be set to one second, that is, each frame segment. Contains 25 data frames.
  • Step S101 extracting data frames from the frame segments and forming substream groups in chronological order.
  • this step there are many ways to extract data frames from a frame segment.
  • one or more data frames can be randomly extracted, multiple data frames can be extracted at equal intervals, and the extracted data frames form a subcode in time sequence.
  • Stream group In addition, in order to meet various needs of the user, the encoding end may also extract data frames from the frame segment multiple times, and correspondingly form a plurality of different sub-stream groups.
  • a continuous video playback effect is obtained, and the encoder extracts at least one data frame from the frame segments at intervals, and each extracted data frame forms a different substream group.
  • the extracted sequence numbers are 1, 4, 7, 10...3n+l (n is a positive integer), and the data frames are composed of the first sub-stream group, and the extracted numbers are 2, 5, 8, 11...
  • a data frame of 3n+2 (n is a positive integer) constitutes a second substream group.
  • Step S102 Encoding the first frame of the subcode stream group in an I frame manner. Since the compression ratio of the I frame is much smaller than the P frame, the data amount of the I frame is large. In order to achieve a better transmission effect, this step encodes the first frame of one or more substreams in an I frame manner. For all other data frames in the sub-stream group, the first frame is used as a reference, and the P-frame is used to encode, that is, each sub-stream group contains only one I-frame.
  • the first frame of each frame segment must be extracted, Taking the first frame of the corresponding sub-stream group, if a plurality of sub-stream groups are formed after extracting the data frame multiple times from the frame segment, the first frame of each sub-stream group can share the first frame of the corresponding frame segment. frame.
  • Step S103 constituting the coded sub-stream group into a code stream group according to chronological order. If only one data frame is extracted from each frame segment to form one sub-stream group, only one code stream group is formed; if from each frame The segment extracts the data frame multiple times and extracts one sub-stream group each time. Then, a part of the sub-stream groups corresponding to all the frame segments are selected to form one code stream group, and at least one code stream group is obtained after multiple selections. For example, in step S101, the first sub-stream groups corresponding to all the frame segments are combined to form a first code stream group, and the second sub-code stream groups corresponding to all the frame segments are combined to form a second code stream group, and so on.
  • Step S104 The decoding end acquires a code stream group.
  • the code stream group obtained by the decoding end since the code stream group obtained by the decoding end only includes a part of the data frame in the original video, the amount of data transmitted through a communication network such as a wired network or an Ethernet is obviously higher. Small, so the method is applicable to a variety of network environments and terminal devices, such as some slower network transmission conditions or poor performance of terminal devices, improving data transmission speed and quality.
  • the decoding end can set an acceptable delay threshold, and according to the relationship between the real-time delay value and the delay threshold, it is determined that at least one code stream group is obtained from the decoding end, and when the decoding end needs to acquire the code stream, first According to the network environment and device performance, processing capability, etc., if the real-time delay value is less than the delay threshold, request to obtain a code stream group or a small number of partial code stream groups, otherwise, request a larger number of parts. Code stream group or all code stream groups.
  • Step S105 sequentially decoding the data frames included in the code stream group, that is, after decoding the I frame in each sub-stream group, the P frames are all dependent on the I frame or other P frames for decoding.
  • the decoding of the p frame in each substream group depends only on the decoded data of the I frame or the P frame in the group. Decoding, if an I frame loss occurs, it will only affect the decoding of P frames in the group, and will not affect the decoding of data frames in other sub-stream groups, so the decoder can choose to give up some incomplete sub-segments.
  • the code stream group, and the data restoration in the subsequent sub-stream group is not affected at all, so the partial loss of the data frame is effectively avoided, and the display effect such as the flower screen is poorly improved, and the quality of the video playback is improved to some extent. .
  • the encoding end can also decode some or all of the obtained code stream groups according to specific needs. If the user has low requirements for playing video, or the device performance is poor, or need to run multiple programs at the same time, in order to realize real-time and complete video. Playback (especially for video surveillance systems that require real-time performance and low playback requirements), it is also possible to decode only the data frames in the inner code stream group of the code stream group. After changing the frame rate, it can be realized. Real-time, continuous video playback.
  • the decoding end performs packet decoding on the continuous video to obtain two code stream groups, and the user may request to obtain one or two code stream groups according to specific needs, which specifically includes the following steps:
  • the continuous video is decomposed into a plurality of consecutive frame segments, and each frame segment contains an odd number of data frames.
  • each frame segment contains 25 consecutive data frames, and the corresponding time is 1 second.
  • the first frame of each frame segment is used as the first frame of each corresponding sub-stream group, and the odd frames other than the first frame are extracted from each frame segment and the odd sub-stream groups are formed in chronological order. Then, even frames other than the first frame are extracted in each frame segment and an even sub-stream group is formed in chronological order. For example, if each frame segment contains 25 consecutive data frames, the sequence numbers other than the first frame are extracted as follows.
  • the coding method is:
  • the frame rate of the normal code stream is 25 frames per second, and the frame rate of the code stream group is 13 frames per second, and the amount of data to be transmitted in the communication network is required. Reduced to about half of the original, so it can adapt to a variety of network environments and device performance, and because the data frames are extracted from the original video and form a stream group, the data information contained in each stream group maintains the original video. The continuity, thus significantly improving the display of video playback.
  • FIG. 3 is a schematic diagram of a video codec system according to the present invention, which includes an encoding end 10 and a decoding end 20.
  • the decoding end 20 can be configured according to specific needs, wherein the encoding end 10 includes a frame segment decomposing module 11 And a block coding module 12, each of which includes a code stream acquisition module 21 and a packet decoding module 22.
  • the frame segmentation module 11 is configured to decompose the continuous video into at least one frame segment.
  • the packet encoding module 12 is configured to extract the data frame from the decomposed frame segment and form the sub-code stream group in time sequence, and then encode the first frame of the sub-code stream group in an I frame manner, and also use the coded
  • the substream group constitutes a stream group in chronological order.
  • the block coding module 12 may also form a plurality of sub-stream groups after extracting data frames multiple times from each frame segment, and select sub-stream groups multiple times to form different code stream groups.
  • the code stream acquisition module 21 is configured to acquire a code stream group from the encoding end 10 through a communication network such as a wired network, an Ethernet network, a 3G network, or a wireless network, and send the code stream group to the packet decoding module 22. Considering the need to adapt to different network conditions or device performance, the code stream acquisition module 21 can obtain some or all of the code stream groups as needed.
  • the packet decoding module 22 is configured to sequentially decode the data frames included in the code stream group, and may decode some or all of the code stream groups according to device performance and specific needs, or include a code stream group in the middle molecular code stream group.
  • the data frame is decoded.
  • 4 is a schematic diagram of a video surveillance system according to the present invention, including a front-end monitoring device, a stream server 30, and a client.
  • the front-end monitoring device includes a camera, a cloud station, and the like, and is further provided with an encoding end 10, and the encoding end 10 includes a frame segment decomposition.
  • the module 11 and the packet encoding module 12; the client is usually a laptop computer, a desktop computer, a mobile phone, a palmtop computer, etc., wherein a decoding terminal 20 is provided, and the decoding terminal 20 includes a code stream obtaining module 21 and a packet decoding module 22, and the client is wired.
  • a communication network such as a network, an Ethernet, a 3G network, or a wireless network interacts with the streaming server 30.
  • the frame segmentation module 11 is configured to decompose the continuous video of the front-end monitoring device into at least one frame segment.
  • the packet encoding module 12 is configured to extract the data frame from the frame segment and form the sub-code stream group in time sequence, and encode the first frame of the sub-code stream group in an I-frame manner, and also use the encoded sub-code. After the stream group composes the code stream group in chronological order, the code stream group is provided to the stream server 30.
  • the packet coding module 12 may form a plurality of substream groups after extracting the data frames multiple times from each frame segment, and select the substream groups multiple times to form different codestream groups.
  • the code stream obtaining module 21 is configured to obtain a code stream group from the stream server 30 through the communication network.
  • the code stream obtaining module 21 of different clients may request the stream server 30 to acquire a partial code stream group or all code stream groups according to actual conditions. . If a client requests a code stream through an Ethernet request, and the network status is better, the flow server 30 is requested to obtain all the code streams; if another client requests data through the wireless network and the bandwidth is relatively small, the flow server may be used. 30 requests a code stream group, so that when the stream server 30 receives the message, only one of the code stream groups is sent to the client, so that the client's packet loss and delay will be alleviated. In order to properly control the delay effect, the code stream obtaining module 22 may further set a delay threshold, and determine to obtain at least one code stream group from the stream server 30 according to the relationship between the real-time delay value and the delay threshold. .
  • the packet decoding module 22 is configured to sequentially decode the data frames included in the code stream group, and the packet decoding module 22 can decode the data frames in all the obtained code stream groups according to device performance, processing capability, and actual requirements. Or decoding only the data frames in a part of the code stream group, or The data frames contained in some of the substream groups in the code stream group are decoded.
  • the video monitoring system of the present invention can adapt to different network environments and device performances. If the network condition is not ideal, the processing capacity of the client is large, or the preview requirement is not high, the streaming server only sends the client only the part of the original video.
  • the code stream group of the data frame not only improves the transmission efficiency, but also ensures the continuity and real-time performance of the video playback, and improves the video monitoring effect. Since the p-frame in each sub-stream group only relies on the I-frame or other P-frames in the group for decoding, effectively avoiding the loss of some data frames in the prior art due to the loss of some data frames, resulting in poor flower screens and the like. display effect. It is to be understood that the specific implementation of the invention is not limited to the description. It is to be understood by those skilled in the art that the present invention can be delineated or substituted without departing from the spirit and scope of the invention.

Abstract

A video encoding and decoding method, system and a video monitoring system are provided in the present invention, all of which can make sure that videos are divided into frame sections by an encoding end, data frames are extracted from the frame sections and a sub-code stream group is formed according to a time sequence by the encoding end; the first frame of the sub-code stream group is encoded by means of an I-frame; a code stream group is composed of the encoded sub-code stream group according to a time sequence; the code stream group is obtained by a decoding end, and the data frames contained in the code stream group are decoded sequently by the decoding end. The video decoding and encoding method, system and video monitoring system in the present invention can be applied for multiple network environments and device performances, and remarkably improve the effect of video play.

Description

一种视频编解码方法、 系统及视频监控系统 技术领域  Video codec method, system and video monitoring system
本发明涉及多媒体技术领域, 尤其涉及一种视频编解码方法、 系统及 视频监控系统。 背景技术  The present invention relates to the field of multimedia technologies, and in particular, to a video encoding and decoding method, system, and video monitoring system. Background technique
视频的编码方式通常包括 I帧、 P帧和 B帧,其中, I帧为自参考帧(也 称帧内编码帧), 即 I帧的编码不参考其它数据帧, 相应地, 它能够不依赖 其它帧的数据而实现独立解码; P帧为单向参考帧, 即 P帧的编码需要参 考时序在前的一帧或几帧, 相应地, 它需要依赖前面的一帧或几帧的解码 数据进行解码; B帧为双向参考帧, 即 B帧的编码需要参考时序在前和在 后的数据帧, 相应地, 它需要依赖前面和后面的解码数据进行解码。 通常 情况下, 考虑到视频码流传输的连续性和实时性, 为了减小延时, 实时视 频播放系统通常只釆用 I和 P帧的普通编码方式, 为了进一步防止数据丟 失, 优选周期性的 I帧编码方式, 即码流中等间隔地设置 I帧, 每个 I帧之 后设置多个 P帧。 然而, 很多情况下, 视频码流通常需要通过不同的通讯 方式在编码端和解码端之间进行传输, 因此通讯方式、 网络带宽、 网络状 况以及终端设备的性能等因素必然会影响码流传输质量和解码质量, 如果 码流传输过程中丟失或损坏了一个或多个 I帧,则其后的多个 P帧都无法实 现顺利解码, 从而影响了视频的显示效果。  The encoding method of the video generally includes an I frame, a P frame, and a B frame, wherein the I frame is a self-reference frame (also called an intra-coded frame), that is, the encoding of the I frame does not refer to other data frames, and accordingly, it can be independent. The data of other frames is independently decoded; the P frame is a unidirectional reference frame, that is, the encoding of the P frame needs to refer to the previous one or several frames of the timing, and accordingly, it needs to rely on the decoded data of the previous one or several frames. The decoding is performed; the B frame is a bidirectional reference frame, that is, the encoding of the B frame requires reference to the preceding and following data frames of the timing, and accordingly, it needs to rely on the preceding and following decoded data for decoding. Generally, in view of the continuity and real-time performance of video stream transmission, in order to reduce the delay, the real-time video playback system usually only uses the common encoding method of I and P frames. To further prevent data loss, periodicity is preferred. The I frame coding mode, that is, the I code is set at intervals of the code stream, and a plurality of P frames are set after each I frame. However, in many cases, the video stream usually needs to be transmitted between the encoding end and the decoding end through different communication methods. Therefore, factors such as communication mode, network bandwidth, network status, and terminal device performance will inevitably affect the quality of the stream transmission. And decoding quality, if one or more I frames are lost or damaged during the stream transmission, then multiple P frames cannot be decoded smoothly, thus affecting the display effect of the video.
例如图 1 所示的视频监控系统中, 摄像头、 云台等安装在监控场所的 前端监控设备对釆集到的视频数据进行编码, 并通过流服务器将码流转发 至各个客户端, 不同的客户端可以釆用手机、 台式计算机、 笔记本电脑等 不同的终端设备, 不同的客户端从流服务器获取码流时, 也会受到不同网 络环境的限制。 例如有些客户端通过高速的以太网接入服务, 有的客户端 通过中等速度的调制调节器接入服务, 还有一些用户由于条件所限只能通 过低速的无限网络接入服务, 这些不同的接入方式导致了不同的网络带宽, 即使客户端使用同一种接入方式, 也有可能在不同的时间因为不同的网络 状况导致不同的网络带宽, 因此, 具有恒定帧率的视频码流在网络带宽波 动较大的情况下, 可能造成视频数据丟失或者延时, 例如视频解码的时候, 通常都会从 I帧开始进行顺序解码, 如果任何一个 I帧丟失或者被破坏, 则 可能影响后面所有 P帧的解码。 还有些客户端的设备性能较差, 码流处理 和显示能力较差, 因此客户端在播放视频时, 可能出现延时严重、 花屏、 马赛克等现实问题而无法达到清晰流畅的播放效果。 因此, 现有的视频编 解码方式不能适应多种网络环境和终端的设备性, 难以满足用户的实际需 求。 发明内容 For example, in the video surveillance system shown in FIG. 1, a front-end monitoring device installed in a monitoring place such as a camera or a cloud platform encodes the collected video data, and forwards the code stream to each client through a streaming server, and different clients. The terminal can use different terminal devices such as mobile phones, desktop computers, and notebook computers. When different clients obtain the code stream from the streaming server, they also receive different networks. The limitations of the network environment. For example, some clients access services through high-speed Ethernet access, some clients access services through medium-speed modulation regulators, and some users can only access services through low-speed unlimited networks due to conditions. These different The access mode results in different network bandwidths. Even if the client uses the same access mode, it is possible to have different network bandwidths at different times due to different network conditions. Therefore, a video code stream with a constant frame rate is in the network bandwidth. In the case of large fluctuations, video data may be lost or delayed. For example, when video decoding, video decoding is usually performed from the I frame. If any I frame is lost or corrupted, it may affect all subsequent P frames. decoding. Some clients also have poor performance of the device, and the code stream processing and display capabilities are poor. Therefore, when the video is played, the client may have serious problems such as delay, flower screen, mosaic, etc., and the clear and smooth playback effect cannot be achieved. Therefore, the existing video codec mode cannot adapt to various network environments and device capabilities of the terminal, and it is difficult to meet the actual needs of the user. Summary of the invention
本发明所要解决的技术问题是, 提供一种适应多种网络环境或设备性 能、 改善视频播放质量的视频编解码方法、 系统及视频监控系统。  The technical problem to be solved by the present invention is to provide a video encoding and decoding method, system and video monitoring system that adapt to various network environments or device performances and improve video playback quality.
本发明解决其技术问题所釆用的技术方案是:  The technical solution adopted by the present invention to solve the technical problems thereof is:
一种视频编解码方法, 包括以下步骤:  A video encoding and decoding method includes the following steps:
编码端将连续的视频分解成帧段, 从所述帧段中提取数据帧并按时间 顺序形成子码流组;以及,对所述子码流组的第一帧以 I帧的方式进行编码, 并将编码后的子码流组按照时间顺序组成码流组;  The encoding end decomposes the continuous video into frame segments, extracts data frames from the frame segments and forms sub-stream groups in chronological order; and encodes the first frame of the sub-code stream group in an I-frame manner And composing the encoded substream group into a code stream group in chronological order;
解码端获取所述码流组, 并对所述码流组所包含的数据帧进行顺序解 码。  The decoding end acquires the code stream group, and sequentially decodes the data frames included in the code stream group.
编码端对所述子码流组中的其他数据帧的编码方式为:  The coding end encodes the other data frames in the substream group as follows:
釆用第一帧为参考, 以 P帧的方式进行编码。  釆 Use the first frame as a reference and encode in the form of a P frame.
从所述帧段中提取数据帧时, 所提取的数据帧为所述帧段的第一帧。 将连续的视频分解成帧段的方法为: 将连续的视频分解成首尾相连、 包含相等帧数的帧段; When the data frame is extracted from the frame segment, the extracted data frame is the first frame of the frame segment. The method of decomposing continuous video into frame segments is: decomposing continuous video into frame segments that are connected end to end and containing equal number of frames;
从所述帧段中提取数据帧的方法为: 从所述帧段中等间隔地提取数据 帧。  A method of extracting data frames from the frame segments is: extracting data frames at medium intervals from the frame segments.
从所述帧段中提取数据帧的方法为: 从所述帧段中提取至少一次数据 帧, 每次提取的数据帧形成一个码流组;  The method for extracting a data frame from the frame segment is: extracting at least one data frame from the frame segment, and forming a code stream group each time the extracted data frame is formed;
将所述编码后的子码流组按照时间顺序组成码流组的方法为: 选择所 有帧段对应的子码流组并将其组成码流组, 多次选择后得到至少一个码流 组;  The method for constituting the code stream group in the chronological order is: selecting a sub-stream group corresponding to all the frame segments and forming the code stream group, and selecting at least one code stream group after multiple selections;
解码端获取所述码流组的方式为: 解码端根据具体请求获取至少一个 码流组。  The manner in which the decoding end acquires the code stream group is: The decoding end acquires at least one code stream group according to a specific request.
该方法进一步包括:  The method further includes:
解码端根据实时延时值与预设的延时阃值之间的关系请求从解码端获 取数据组。  The decoding end requests to obtain a data group from the decoding end according to the relationship between the real-time delay value and the preset delay threshold.
解码端对所述码流组所包含的数据帧进行顺序解码的方式为: 解码端 对所述码流组中部分或全部子码流组所包含的数据帧进行顺序解码。  The decoding end sequentially decodes the data frames included in the code stream group by: the decoding end sequentially decodes the data frames included in some or all of the sub-code stream groups in the code stream group.
每个帧段包含数据帧的个数为奇数, 从所述帧段中提取数据帧并形成 子码流组的过程包括:  Each frame segment includes an odd number of data frames, and the process of extracting data frames from the frame segments and forming a substream group includes:
提取每个帧段的第一帧作为对应的每个子码流组的第一帧;  Extracting a first frame of each frame segment as a first frame of each corresponding substream group;
从所述帧段中再提取第一帧以外的奇数帧并按时间顺序形成奇数子码 流组, 从所述帧段中再提取第一帧以外的偶数帧并按时间顺序形成偶数子 码流组;  Extracting odd frames other than the first frame from the frame segments and forming odd sub-stream groups in chronological order, extracting even frames other than the first frame from the frame segments, and forming even sub-streams in chronological order Group
将所述奇数子码流组按照时间顺序组成奇数码流组, 将所述偶数子码 流组按照时间顺序组成偶数码流组;  Forming the odd subcode stream group into a singular digital stream group in chronological order, and constituting the even subcode stream group into an even digital stream group in chronological order;
解码端对码流组所包含的数据帧进行顺序解码的过程包括: 解码端根据具体请求获取奇数码流组和 /或偶数码流组, 并对所述奇数 码流组和 /或偶数码流组中的数据帧进行顺序解码。 The process of decoding the data frames included in the code stream group by the decoding end includes: The decoding end acquires the odd digital stream group and/or the even digital stream group according to the specific request, and sequentially decodes the data frames in the odd digital stream group and/or the even digital stream group.
所述每个帧段包含 25个连续的数据帧,且每个帧段对应的时间为 1秒。 一种视频编解码系统, 包括编码端和解码端, 所述编码端包括帧段分 解模块和分组编码模块, 所述解码端包括码流获取模块和分组解码模块; 所述帧段分解模块, 用于将连续的视频分解成帧段;  Each frame segment contains 25 consecutive data frames, and each frame segment corresponds to a time of 1 second. A video codec system includes an encoding end and a decoding end, the encoding end includes a frame segment decomposing module and a block encoding module, and the decoding end includes a code stream acquiring module and a packet decoding module; Decomposing continuous video into frame segments;
所述分组编码模块, 用于从所述帧段中提取数据帧并按时间顺序形成 子码流组后,对所述子码流组的第一帧以 I帧的方式进行编码,并将编码后 的子码流组按照时间顺序组成码流组;  The packet encoding module is configured to: after extracting data frames from the frame segment and forming a sub-code stream group in time sequence, encoding, by using an I frame, the first frame of the sub-code stream group, and encoding The subsequent sub-stream groups form the code stream group in chronological order;
所述码流获取模块, 用于从所述编码端获取所述码流组, 并将其发送 至分组解码模块;  The code stream obtaining module is configured to acquire the code stream group from the encoding end, and send the code stream group to a packet decoding module;
所述分组解码模块, 用于对收到的码流组所包含的数据帧进行顺序解 码。  The packet decoding module is configured to sequentially decode data frames included in the received code stream group.
一种视频监控系统, 包括前端监控设备, 流服务器和客户端, 所述前 端监控设备设有编码端, 所述编码端包括帧段分解模块和分组编码模块; 所述客户端设有解码端, 所述解码端包括码流获取模块和分组解码模块; 所述帧段分解模块, 用于将所述前端监控设备釆集的视频分解成帧段; 所述分组编码模块, 用于从所述帧段中提取数据帧并按时间顺序形成 子码流组,再对所述子码流组的第一帧以 I帧的方式进行编码,并将编码后 的子码流组按照时间顺序组成码流组, 再将所述码流组提供给所述流服务 器;  A video surveillance system includes a front-end monitoring device, a streaming server, and a client, the front-end monitoring device is provided with an encoding end, and the encoding end includes a frame segment decomposition module and a packet coding module; The decoding end includes a code stream acquisition module and a packet decoding module, and the frame segmentation module is configured to decompose the video collected by the front-end monitoring device into a frame segment; the packet coding module is configured to use the frame The data frame is extracted in the segment and the sub-stream group is formed in chronological order, and the first frame of the sub-stream group is encoded in an I-frame manner, and the encoded sub-stream group is formed into a code stream in time sequence. Group, the code stream group is further provided to the stream server;
所述码流获取模块, 用于通过通讯网络从所述流服务器中获取所述码 流组;  The code stream obtaining module is configured to acquire the code stream group from the stream server by using a communication network;
所述分组解码模块, 用于对码流获取模块获取的码流组所包含的数据 帧进行顺序解码。 本发明的有益效果是, 本发明的视频解编码方法和系统减小了通讯网 络中的码流传输量, 提高了传输效率, 因此适用于多种网络环境和设备性 能; 解码端对码流组中的数据帧进行解码时, 由于每个子码流组中 P帧只 依赖组内的 I帧或 P帧进行解码,避免了个别数据帧丟失而对其他数据帧的 解码带来的影响, 因此改善了视频播放效果。 The packet decoding module is configured to sequentially decode the data frames included in the code stream group acquired by the code stream obtaining module. The invention has the beneficial effects that the video de-encoding method and system of the invention reduces the amount of code stream transmission in the communication network and improves the transmission efficiency, and is therefore applicable to various network environments and device performances; When the data frame in the decoding is decoded, since the P frame in each sub-code stream group only depends on the I frame or the P frame in the group for decoding, the influence of the loss of the individual data frame on the decoding of other data frames is avoided, so the improvement is improved. The video playback effect.
进一步地, 编码器从帧段中等间隔地提取至少一次数据帧, 每次提取 的数据帧形成不同的子码流组, 该实施方式均勾地从帧段中提取数据帧, 得到连续的视频播放效果。 并且, 解码端还可根据网络环境或设备性能获 取部分或者全部码流, 使码流传输和解码与网络能力和终端能力相适应, 该方式更加灵活便捷, 因此进一步保证了视频传输和播放效果。  Further, the encoder extracts at least one data frame from the frame segment at a medium interval, and each extracted data frame forms a different sub-code stream group, and the implementation method extracts the data frame from the frame segment to obtain continuous video playback. effect. Moreover, the decoding end can obtain part or all of the code stream according to the network environment or device performance, so that the code stream transmission and decoding are adapted to the network capability and the terminal capability, and the method is more flexible and convenient, thereby further ensuring the video transmission and playback effect.
再有, 本发明的视频监控系统, 能够适应不同的网络环境和设备性能, 如果网络状况不理想、 客户端的处理量较大或者对预览的要求并不高, 流 服务器只向客户端发送只包含原视频中部分数据帧的码流组, 不仅提高了 传输效率, 而且保证了视频播放的连续性和实时性, 改善了视频监控效果。 附图说明  Furthermore, the video surveillance system of the present invention can adapt to different network environments and device performances. If the network status is not ideal, the processing capacity of the client is large, or the preview requirement is not high, the streaming server only sends the client only to include The code stream group of some data frames in the original video not only improves the transmission efficiency, but also ensures the continuity and real-time performance of the video playback, and improves the video monitoring effect. DRAWINGS
图 1为现有的视频监控系统的示意图;  1 is a schematic diagram of an existing video monitoring system;
图 2为本发明视频编解码方法一种具体实施方式流程图;  2 is a flow chart of a specific implementation manner of a video codec method according to the present invention;
图 3为本发明视频编解码系统一种视频监控系统示意图;  3 is a schematic diagram of a video monitoring system of a video codec system according to the present invention;
图 4为本发明的视频监控系统的一种具体实施方式示意图。 具体实施方式  4 is a schematic diagram of a specific implementation manner of a video monitoring system according to the present invention. detailed description
本发明的视频解编码方法中, 编码端对连续的视频进行分组编、 解码 后, 根据网络环境、 设备性能等状况, 将只包含原视频中一部分数据帧的 码流组提供给解码端, 解码端对码流组中的数据帧进行解码时, 每个子码 流组中 P帧只依赖组内的 I帧或 P帧进行解码。 以下结合附图对本发明的 具体实施方式进行进一步说明。 In the video de-encoding method of the present invention, after the encoding end encodes and decodes the continuous video, the code stream group including only a part of the data frames in the original video is provided to the decoding end according to the network environment and device performance, and the decoding is performed. When the data frame in the code stream group is decoded, the P frame in each sub-stream group depends on only the I frame or the P frame in the group for decoding. The present invention is described below with reference to the accompanying drawings. The detailed description is further described.
图 2为本发明的视频编解码方法一种具体实施方式流程图, 包括以下 步骤:  2 is a flow chart of a specific implementation manner of a video encoding and decoding method according to the present invention, including the following steps:
步骤 S100: 编码端将连续的视频分解成至少一个帧段, 帧段的分解方 式和长度可根据具体需要而定, 例如可从连续的视频随机提取多个帧段, 每个帧段包括不等的帧数, 或者相邻的帧段之间间隔一定的数据帧; 优选 地, 为了尽可能实现码流在时间上的连续性, 保证视频的显示效果, 将连 续的视频分解成首尾相连、 包含相等帧数的帧段。 通常人眼在 1S内能看到 的数据帧的数目大约为 25帧, 主流视频的帧率也为 25帧每秒, 因此可设 置每个帧段对应的时间为一秒, 即每个帧段包含 25个数据帧。  Step S100: The encoding end decomposes the continuous video into at least one frame segment, and the decomposition manner and length of the frame segment may be determined according to specific needs. For example, multiple frame segments may be randomly extracted from consecutive videos, and each frame segment includes different frames. The number of frames, or a certain data frame between adjacent frame segments; preferably, in order to achieve the continuity of the code stream in time as much as possible, to ensure the display effect of the video, the continuous video is decomposed into end-to-end, including A frame segment of equal number of frames. Usually, the number of data frames that the human eye can see in 1S is about 25 frames, and the frame rate of mainstream video is also 25 frames per second. Therefore, the time corresponding to each frame segment can be set to one second, that is, each frame segment. Contains 25 data frames.
步骤 S101 : 从帧段中提取数据帧并按时间顺序形成子码流组。 本步骤 从帧段中提取数据帧的方式具有很多种, 例如可随机提取一个或者多个数 据帧, 可等间隔地提取多个数据帧, 并使这些提取的数据帧按照时间顺序 形成一个子码流组。 另外, 为了满足用户的多种需求, 编码端还可从帧段 中多次提取数据帧, 相应地形成多个不同的子码流组。 优选地, 为了均匀 地从帧段中提取数据帧, 得到连续的视频播放效果, 编码器从帧段中等间 隔地间插提取至少一次数据帧, 每次提取的数据帧形成不同的子码流组, 例如提取序号依次为 1、 4、 7、 10...3n+l ( n为正整数)数据帧组成第一子 码流组, 再提取号依次为 2、 5、 8、 11...3n+2 ( n为正整数) 的数据帧组成 第二子码流组。  Step S101: extracting data frames from the frame segments and forming substream groups in chronological order. In this step, there are many ways to extract data frames from a frame segment. For example, one or more data frames can be randomly extracted, multiple data frames can be extracted at equal intervals, and the extracted data frames form a subcode in time sequence. Stream group. In addition, in order to meet various needs of the user, the encoding end may also extract data frames from the frame segment multiple times, and correspondingly form a plurality of different sub-stream groups. Preferably, in order to uniformly extract data frames from the frame segments, a continuous video playback effect is obtained, and the encoder extracts at least one data frame from the frame segments at intervals, and each extracted data frame forms a different substream group. For example, the extracted sequence numbers are 1, 4, 7, 10...3n+l (n is a positive integer), and the data frames are composed of the first sub-stream group, and the extracted numbers are 2, 5, 8, 11... A data frame of 3n+2 (n is a positive integer) constitutes a second substream group.
步骤 S102: 对子码流组的第一帧以 I帧的方式进行编码。 由于 I帧的 压缩比远小于 P帧, 所以 I帧的数据量较大, 为了达到较好的传输效果, 本 步骤对一个或多个子码流的第一帧以 I帧的方式进行编码后,对该子码流组 中的其他所有数据帧都釆用第一帧为参考, 以 P帧的方式进行编码, 即每 个子码流组中只包含一个 I帧。优选地,可选择必须提取每个帧段的第一帧, 使其作为对应子码流组的第一帧, 如果从该帧段中多次提取数据帧后形成 多个子码流组, 每个子码流组的第一帧可都共用对应帧段的第一帧。 Step S102: Encoding the first frame of the subcode stream group in an I frame manner. Since the compression ratio of the I frame is much smaller than the P frame, the data amount of the I frame is large. In order to achieve a better transmission effect, this step encodes the first frame of one or more substreams in an I frame manner. For all other data frames in the sub-stream group, the first frame is used as a reference, and the P-frame is used to encode, that is, each sub-stream group contains only one I-frame. Preferably, it may be selected that the first frame of each frame segment must be extracted, Taking the first frame of the corresponding sub-stream group, if a plurality of sub-stream groups are formed after extracting the data frame multiple times from the frame segment, the first frame of each sub-stream group can share the first frame of the corresponding frame segment. frame.
步骤 S103 : 将编码后的子码流组按照时间顺序组成码流组, 如果从每 个帧段只提取一次数据帧形成一个子码流组, 则只组成一个码流组; 如果 从每个帧段多次提取数据帧且每次提取形成一个子码流组, 则从所有帧段 对应的子码流组中选择一部分使其组成一个码流组, 多次选择后得到至少 一个码流组。 例如步骤 S101中, 所有帧段对应的第一子码流组组合形成第 一码流组, 所有帧段对应的第二子码流组组合形成第二码流组, 以此类推。  Step S103: constituting the coded sub-stream group into a code stream group according to chronological order. If only one data frame is extracted from each frame segment to form one sub-stream group, only one code stream group is formed; if from each frame The segment extracts the data frame multiple times and extracts one sub-stream group each time. Then, a part of the sub-stream groups corresponding to all the frame segments are selected to form one code stream group, and at least one code stream group is obtained after multiple selections. For example, in step S101, the first sub-stream groups corresponding to all the frame segments are combined to form a first code stream group, and the second sub-code stream groups corresponding to all the frame segments are combined to form a second code stream group, and so on.
步骤 S104: 解码端获取码流组, 本步骤中, 由于解码端得到的码流组 中只包含了原视频中的一部分数据帧, 因此通过有线网络、 以太网等通讯 网络传输的数据量显然较小, 因此本方法适用于多种网络环境和终端设备, 例如一些速度较慢的网络传输条件或者性能较差的终端设备, 提高了数据 传输速度和质量。  Step S104: The decoding end acquires a code stream group. In this step, since the code stream group obtained by the decoding end only includes a part of the data frame in the original video, the amount of data transmitted through a communication network such as a wired network or an Ethernet is obviously higher. Small, so the method is applicable to a variety of network environments and terminal devices, such as some slower network transmission conditions or poor performance of terminal devices, improving data transmission speed and quality.
为了适应各种用户的不同需求, 即有些客户端的网络环境较好或终端 设备的配置较高, 因此需要完整的码流; 有些客户端的网络状况不稳定, 网络较好时需要完整的码流, 网络较差时只需要一个或多个码流组, 因此 解码器可根据具体需求请求获取部分码流组或者全部码流组。 例如解码端 可设置一个能够接受的延时阀值, 并根据实时延时值与延时阀值之间的大 小关系确定从解码端获取至少一个码流组, 解码端需要获取码流时, 首先 根据网络环境和设备性能、 处理能力等进行判定, 如果实时延时值小于延 时阀值, 则请求获取一个码流组或者数量较少的部分码流组, 否则, 请求 获取数量较多的部分码流组或者全部码流组。  In order to adapt to the different needs of various users, that is, some clients have better network environment or higher configuration of terminal devices, so a complete code stream is required; some clients have unstable network conditions, and a complete code stream is required when the network is good. When the network is poor, only one or more code stream groups are needed, so the decoder can request partial code stream groups or all code stream groups according to specific requirements. For example, the decoding end can set an acceptable delay threshold, and according to the relationship between the real-time delay value and the delay threshold, it is determined that at least one code stream group is obtained from the decoding end, and when the decoding end needs to acquire the code stream, first According to the network environment and device performance, processing capability, etc., if the real-time delay value is less than the delay threshold, request to obtain a code stream group or a small number of partial code stream groups, otherwise, request a larger number of parts. Code stream group or all code stream groups.
步骤 S105: 对码流组所包含的数据帧进行顺序解码, 即对每个子码流 组中的 I帧进行解码后, P帧都依赖 I帧或者其他 P帧进行解码。本步骤中, 由于每个子码流组中 p帧的解码只依赖本组内的 I帧或者 P帧的解码数据 进行解码, 如果出现某一 I帧丟失, 则只会影响到本组内 P帧的解码, 并不 会影响其他子码流组中数据帧的解码, 因此解码端可选择放弃一些不完整 的子码流组, 而其后的子码流组中的数据还原并不受任何影响, 因此有效 避免了部分数据帧丟失而造成花屏等较差的显示效果, 从一定程度上改善 了视频播放的质量。 编码端还可根据具体需要对获得的部分或全部码流组 进行解码, 如果用户对视频的播放要求较低, 或者设备性能比较差, 或者 需要同时运行多个程序, 为了实现实时、 完整的视频播放(尤其适用于需 要确保实时性, 而对播放效果要求较低的视频监控系统), 也可以只对码流 组内部分子码流组中的数据帧进行解码, 经过改变帧率后, 能够实现实时、 连续的视频播放效果。 Step S105: sequentially decoding the data frames included in the code stream group, that is, after decoding the I frame in each sub-stream group, the P frames are all dependent on the I frame or other P frames for decoding. In this step, since the decoding of the p frame in each substream group depends only on the decoded data of the I frame or the P frame in the group. Decoding, if an I frame loss occurs, it will only affect the decoding of P frames in the group, and will not affect the decoding of data frames in other sub-stream groups, so the decoder can choose to give up some incomplete sub-segments. The code stream group, and the data restoration in the subsequent sub-stream group is not affected at all, so the partial loss of the data frame is effectively avoided, and the display effect such as the flower screen is poorly improved, and the quality of the video playback is improved to some extent. . The encoding end can also decode some or all of the obtained code stream groups according to specific needs. If the user has low requirements for playing video, or the device performance is poor, or need to run multiple programs at the same time, in order to realize real-time and complete video. Playback (especially for video surveillance systems that require real-time performance and low playback requirements), it is also possible to decode only the data frames in the inner code stream group of the code stream group. After changing the frame rate, it can be realized. Real-time, continuous video playback.
一种优选的实施方式中, 解码端对连续的视频进行分组解码后得到两 个码流组, 用户可根据具体需要请求获取其中一个或两个码流组, 具体包 括以下步骤:  In a preferred implementation manner, the decoding end performs packet decoding on the continuous video to obtain two code stream groups, and the user may request to obtain one or two code stream groups according to specific needs, which specifically includes the following steps:
首先将连续的视频分解成多个连续的帧段, 每个帧段包含数据帧的个 数为奇数, 例如, 每个帧段包含 25个连续的数据帧, 对应的时间为 1秒。  First, the continuous video is decomposed into a plurality of consecutive frame segments, and each frame segment contains an odd number of data frames. For example, each frame segment contains 25 consecutive data frames, and the corresponding time is 1 second.
接着, 将每个帧段的第一帧作为对应的每个子码流组的第一帧, 再从 每个帧段中提取第一帧以外的奇数帧并按时间顺序形成奇数子码流组, 再 每个帧段中提取第一帧以外的偶数帧并按时间顺序形成偶数子码流组。 例 如,对于每个帧段包含 25个连续的数据帧,提取第一帧以外序号依次为 1、 Then, the first frame of each frame segment is used as the first frame of each corresponding sub-stream group, and the odd frames other than the first frame are extracted from each frame segment and the odd sub-stream groups are formed in chronological order. Then, even frames other than the first frame are extracted in each frame segment and an even sub-stream group is formed in chronological order. For example, if each frame segment contains 25 consecutive data frames, the sequence numbers other than the first frame are extracted as follows.
3、 5 23的 12个数据帧,并按时间顺序形成奇数子码流组,编码方式为:3, 5 23 12 data frames, and form odd sub-stream groups in chronological order, the coding method is:
IPPPPPPPPPPPP; IPPPPPPPPPPPP;
随后, 再提取第一帧以外序号依次为 2、 4、 6......24的 12个数据帧, 并按时间顺序形成偶数子码流组, 编码方式与奇数子码流组相同。 接着将 所有编码后的奇数子码流组按照时间顺序组成奇数码流组, 将所有编码后 的偶数子码流组按照时间顺序组成偶数码流组。 最后, 解码端根据网络状况、 设备状况等条件具体请求获取奇数码流 组和 /或偶数码流组, 并对奇数码流组和 /或偶数码流组中的数据帧进行顺序 解码。 如果按照普通编码的方式, 本实施方式得到普通码流的帧率为 25帧 每秒, 而釆用分组编码得到码流组的帧率为 13帧每秒, 需要在通讯网络中 传输的数据量大约减为原来的一半, 因此能够适应多种网络环境和设备性 能, 而且由于从原视频中均勾地提取数据帧并形成码流组, 每个码流组所 包含的数据信息保持了原视频的连续性, 因此显著改善了视频播放的显示 效果。 Then, 12 data frames whose sequence numbers are 2, 4, 6, . . . 24 are sequentially extracted, and the even sub-stream groups are formed in chronological order, and the coding mode is the same as the odd sub-code stream group. Then, all the encoded odd sub-stream groups are formed into singular digital stream groups in chronological order, and all encoded even sub-stream groups are chronologically composed into even digital stream groups. Finally, the decoding end specifically requests to acquire the odd digital stream group and/or the even digital stream group according to network conditions, device conditions, and the like, and sequentially decode the data frames in the odd digital stream group and/or the even digital stream group. According to the conventional coding mode, the frame rate of the normal code stream is 25 frames per second, and the frame rate of the code stream group is 13 frames per second, and the amount of data to be transmitted in the communication network is required. Reduced to about half of the original, so it can adapt to a variety of network environments and device performance, and because the data frames are extracted from the original video and form a stream group, the data information contained in each stream group maintains the original video. The continuity, thus significantly improving the display of video playback.
如图 3所示为本发明的一种视频编解码系统示意图, 包括编码端 10和 解码端 20, 解码端 20可以根据具体需要设置一个或者多个, 其中, 编码端 10包括帧段分解模块 11和分组编码模块 12, 每个解码端包括码流获取模 块 21和分组解码模块 22。  FIG. 3 is a schematic diagram of a video codec system according to the present invention, which includes an encoding end 10 and a decoding end 20. The decoding end 20 can be configured according to specific needs, wherein the encoding end 10 includes a frame segment decomposing module 11 And a block coding module 12, each of which includes a code stream acquisition module 21 and a packet decoding module 22.
帧段分解模块 11用于将连续的视频分解成至少一个帧段。  The frame segmentation module 11 is configured to decompose the continuous video into at least one frame segment.
分组编码模块 12用于从分解后的帧段中提取数据帧并按时间顺序形成 子码流组后,对子码流组的第一帧以 I帧的方式进行编码,还用于将编码后 的子码流组按照时间顺序组成码流组。 分组编码模块 12还可从每个帧段中 多次提取数据帧后形成多个子码流组, 并多次选择子码流组使其组成不同 的码流组。  The packet encoding module 12 is configured to extract the data frame from the decomposed frame segment and form the sub-code stream group in time sequence, and then encode the first frame of the sub-code stream group in an I frame manner, and also use the coded The substream group constitutes a stream group in chronological order. The block coding module 12 may also form a plurality of sub-stream groups after extracting data frames multiple times from each frame segment, and select sub-stream groups multiple times to form different code stream groups.
码流获取模块 21用于通过有线网络、 以太网、 3G 网络或者无线网络 等通讯网络从编码端 10获取码流组, 并将其发送至分组解码模块 22。 考虑 到需要适应不同的网络状况或者设备性能, 码流获取模块 21可根据需要获 取部分或者全部码流组。  The code stream acquisition module 21 is configured to acquire a code stream group from the encoding end 10 through a communication network such as a wired network, an Ethernet network, a 3G network, or a wireless network, and send the code stream group to the packet decoding module 22. Considering the need to adapt to different network conditions or device performance, the code stream acquisition module 21 can obtain some or all of the code stream groups as needed.
分组解码模块 22用于对码流组所包含的数据帧进行顺序解码, 可根据 设备性能和具体需要对部分或者全部码流组进行解码, 或者将一个码流组 中部分子码流组所包含的数据帧进行解码。 图 4为本发明的一种视频监控系统示意图, 包括前端监控设备, 流服 务器 30和客户端, 前端监控设备包括摄像头、 云台等装置, 还设有编码端 10, 编码端 10包括帧段分解模块 11和分组编码模块 12; 客户端通常为笔 记本电脑、 台式计算机、 手机、 掌上电脑等, 其中设有解码端 20, 解码端 20包括码流获取模块 21和分组解码模块 22, 客户端通过有线网络、 以太 网、 3G网络或者无线网络等通讯网络与流服务器 30进行交互。 The packet decoding module 22 is configured to sequentially decode the data frames included in the code stream group, and may decode some or all of the code stream groups according to device performance and specific needs, or include a code stream group in the middle molecular code stream group. The data frame is decoded. 4 is a schematic diagram of a video surveillance system according to the present invention, including a front-end monitoring device, a stream server 30, and a client. The front-end monitoring device includes a camera, a cloud station, and the like, and is further provided with an encoding end 10, and the encoding end 10 includes a frame segment decomposition. The module 11 and the packet encoding module 12; the client is usually a laptop computer, a desktop computer, a mobile phone, a palmtop computer, etc., wherein a decoding terminal 20 is provided, and the decoding terminal 20 includes a code stream obtaining module 21 and a packet decoding module 22, and the client is wired. A communication network such as a network, an Ethernet, a 3G network, or a wireless network interacts with the streaming server 30.
帧段分解模块 11用于将前端监控设备釆集的连续的视频分解成至少一 个帧段。  The frame segmentation module 11 is configured to decompose the continuous video of the front-end monitoring device into at least one frame segment.
分组编码模块 12用于从帧段中提取数据帧并按时间顺序形成子码流组 后,对子码流组的第一帧以 I帧的方式进行编码,还用于将编码后的子码流 组按照时间顺序组成码流组后, 将码流组提供给流服务器 30。 分组编码模 块 12可从每个帧段中多次提取数据帧后形成多个子码流组, 并多次选择子 码流组使其组成不同的码流组。  The packet encoding module 12 is configured to extract the data frame from the frame segment and form the sub-code stream group in time sequence, and encode the first frame of the sub-code stream group in an I-frame manner, and also use the encoded sub-code. After the stream group composes the code stream group in chronological order, the code stream group is provided to the stream server 30. The packet coding module 12 may form a plurality of substream groups after extracting the data frames multiple times from each frame segment, and select the substream groups multiple times to form different codestream groups.
码流获取模块 21用于通过通讯网络从流服务器 30中获取码流组, 根 据实际情况的不同, 不同客户端的码流获取模块 21可向流服务器 30请求 获取部分码流组或者全部码流组。 如果一个客户端通过以太网请求获取码 流, 且网络状况比较好, 则会向流服务器 30请求获取全部码流; 如果另一 个客户端通过无线网络请求数据, 带宽比较小, 则可以向流服务器 30请求 一个码流组, 这样当流服务器 30收到消息后只将其中一个码流组发送给客 户端, 使客户端的丟包和延时情况将得到緩解。 为了合理控制延时效果, 码流获取模块 22中还可设置一个延时阀值, 并根据实时延时值与延时阀值 之间的大小关系确定从流服务器 30中获取至少一个码流组。  The code stream obtaining module 21 is configured to obtain a code stream group from the stream server 30 through the communication network. The code stream obtaining module 21 of different clients may request the stream server 30 to acquire a partial code stream group or all code stream groups according to actual conditions. . If a client requests a code stream through an Ethernet request, and the network status is better, the flow server 30 is requested to obtain all the code streams; if another client requests data through the wireless network and the bandwidth is relatively small, the flow server may be used. 30 requests a code stream group, so that when the stream server 30 receives the message, only one of the code stream groups is sent to the client, so that the client's packet loss and delay will be alleviated. In order to properly control the delay effect, the code stream obtaining module 22 may further set a delay threshold, and determine to obtain at least one code stream group from the stream server 30 according to the relationship between the real-time delay value and the delay threshold. .
分组解码模块 22用于对码流组所包含的数据帧进行顺序解码, 分组解 码模块 22可才艮据设备性能、 处理能力和实际需求等对获得的全部码流组中 的数据帧进行解码, 或者仅对一部分码流组中的数据帧进行解码, 或者对 码流组中的部分子码流组所包含的数据帧进行解码。 The packet decoding module 22 is configured to sequentially decode the data frames included in the code stream group, and the packet decoding module 22 can decode the data frames in all the obtained code stream groups according to device performance, processing capability, and actual requirements. Or decoding only the data frames in a part of the code stream group, or The data frames contained in some of the substream groups in the code stream group are decoded.
本发明的视频监控系统能够适应不同的网络环境和设备性能, 如果网 络状况不理想、 客户端的处理量较大或者对预览的要求并不高, 流服务器 只向客户端发送只包含原视频中部分数据帧的码流组, 不仅提高了传输效 率, 而且保证了视频播放的连续性和实时性, 改善了视频监控效果。 由于 每个子码流组中的 p帧只依赖本组内的 I帧或者其他 P帧进行解码, 有效 避免了现有技术中由于部分数据帧丟失, 其他数据帧无法解码而造成花屏 等较差的显示效果。 明, 不能认定本发明的具体实施只局限于这些说明。 对于本发明所属技术 领域的普通技术人员来说, 在不脱离本发明构思的前提下, 还可以做出若 干简单推演或替换, 都应当视为属于本发明的保护范围。  The video monitoring system of the present invention can adapt to different network environments and device performances. If the network condition is not ideal, the processing capacity of the client is large, or the preview requirement is not high, the streaming server only sends the client only the part of the original video. The code stream group of the data frame not only improves the transmission efficiency, but also ensures the continuity and real-time performance of the video playback, and improves the video monitoring effect. Since the p-frame in each sub-stream group only relies on the I-frame or other P-frames in the group for decoding, effectively avoiding the loss of some data frames in the prior art due to the loss of some data frames, resulting in poor flower screens and the like. display effect. It is to be understood that the specific implementation of the invention is not limited to the description. It is to be understood by those skilled in the art that the present invention can be delineated or substituted without departing from the spirit and scope of the invention.

Claims

权利要求书 Claim
1. 一种视频编解码方法, 其特征在于, 包括以下步骤:  A video encoding and decoding method, comprising the steps of:
编码端将连续的视频分解成帧段, 从所述帧段中提取数据帧并按时间 顺序形成子码流组;以及,对所述子码流组的第一帧以 I帧的方式进行编码, 并将编码后的子码流组按照时间顺序组成码流组;  The encoding end decomposes the continuous video into frame segments, extracts data frames from the frame segments and forms sub-stream groups in chronological order; and encodes the first frame of the sub-code stream group in an I-frame manner And composing the encoded substream group into a code stream group in chronological order;
解码端获取所述码流组, 并对所述码流组所包含的数据帧进行顺序解 码。  The decoding end acquires the code stream group, and sequentially decodes the data frames included in the code stream group.
2. 根据权利要求 1所述的方法, 其特征在于: 编码端对所述子码流组 中的其他数据帧的编码方式为:  2. The method according to claim 1, wherein: the encoding end encodes the other data frames in the substream group:
釆用第一帧为参考, 以 P帧的方式进行编码。  釆 Use the first frame as a reference and encode in the form of a P frame.
3. 根据权利要求 1所述的方法, 其特征在于: 从所述帧段中提取数据 帧时, 所提取的数据帧为所述帧段的第一帧。  3. The method according to claim 1, wherein: when the data frame is extracted from the frame segment, the extracted data frame is the first frame of the frame segment.
4. 根据权利要求 1至 3中任一项所述的方法, 其特征在于,  The method according to any one of claims 1 to 3, characterized in that
将连续的视频分解成帧段的方法为: 将连续的视频分解成首尾相连、 包含相等帧数的帧段;  The method of decomposing continuous video into frame segments is: decomposing continuous video into frame segments that are connected end to end and containing equal number of frames;
从所述帧段中提取数据帧的方法为: 从所述帧段中等间隔地提取数据 帧。  A method of extracting data frames from the frame segments is: extracting data frames at medium intervals from the frame segments.
5. 根据权利要求 4所述的方法, 其特征在于,  5. The method of claim 4, wherein
从所述帧段中提取数据帧的方法为: 从所述帧段中提取至少一次数据 帧, 每次提取的数据帧形成一个码流组;  The method for extracting a data frame from the frame segment is: extracting at least one data frame from the frame segment, and forming a code stream group each time the extracted data frame is formed;
将所述编码后的子码流组按照时间顺序组成码流组的方法为: 选择所 有帧段对应的子码流组并将其组成码流组, 多次选择后得到至少一个码流 组;  The method for constituting the code stream group in the chronological order is: selecting a sub-stream group corresponding to all the frame segments and forming the code stream group, and selecting at least one code stream group after multiple selections;
解码端获取所述码流组的方式为: 解码端根据具体请求获取至少一个 码流组。 The manner in which the decoding end acquires the code stream group is: The decoding end acquires at least one code stream group according to a specific request.
6. 根据权利要求 5所述的方法, 其特征在于, 该方法进一步包括: 解码端根据实时延时值与预设的延时阃值之间的关系请求从解码端获 取数据组。 The method according to claim 5, wherein the method further comprises: the decoding end requesting to obtain the data group from the decoding end according to the relationship between the real-time delay value and the preset delay threshold.
7. 根据权利要求 1至 3中任一项所述的方法, 其特征在于:  The method according to any one of claims 1 to 3, characterized in that:
解码端对所述码流组所包含的数据帧进行顺序解码的方式为: 解码端 对所述码流组中部分或全部子码流组所包含的数据帧进行顺序解码。  The decoding end sequentially decodes the data frames included in the code stream group by: the decoding end sequentially decodes the data frames included in some or all of the sub-code stream groups in the code stream group.
8. 根据权利要求 1至 3中任一项所述的方法, 其特征在于:  The method according to any one of claims 1 to 3, characterized in that:
每个帧段包含数据帧的个数为奇数, 从所述帧段中提取数据帧并形成 子码流组的过程包括:  Each frame segment includes an odd number of data frames, and the process of extracting data frames from the frame segments and forming a substream group includes:
提取每个帧段的第一帧作为对应的每个子码流组的第一帧;  Extracting a first frame of each frame segment as a first frame of each corresponding substream group;
从所述帧段中再提取第一帧以外的奇数帧并按时间顺序形成奇数子码 流组, 从所述帧段中再提取第一帧以外的偶数帧并按时间顺序形成偶数子 码流组;  Extracting odd frames other than the first frame from the frame segments and forming odd sub-stream groups in chronological order, extracting even frames other than the first frame from the frame segments, and forming even sub-streams in chronological order Group
将所述奇数子码流组按照时间顺序组成奇数码流组, 将所述偶数子码 流组按照时间顺序组成偶数码流组;  Forming the odd subcode stream group into a singular digital stream group in chronological order, and constituting the even subcode stream group into an even digital stream group in chronological order;
解码端对码流组所包含的数据帧进行顺序解码的过程包括:  The process of decoding the data frames included in the code stream group by the decoding end includes:
解码端根据具体请求获取奇数码流组和 /或偶数码流组, 并对所述奇数 码流组和 /或偶数码流组中的数据帧进行顺序解码。  The decoding end acquires the odd digital stream group and/or the even digital stream group according to the specific request, and sequentially decodes the data frames in the odd code stream group and/or the even digital stream group.
9. 根据权利要求 8 所述的方法, 其特征在于: 所述每个帧段包含 25 个连续的数据帧, 且每个帧段对应的时间为 1秒。  9. The method according to claim 8, wherein: each frame segment comprises 25 consecutive data frames, and each frame segment corresponds to a time of 1 second.
10. 一种视频编解码系统, 包括编码端和解码端, 其特征在于: 所述编 码端包括帧段分解模块和分组编码模块, 所述解码端包括码流获取模块和 分组解码模块;  A video codec system, comprising: an encoding end and a decoding end, wherein: the encoding end comprises a frame segment decomposing module and a block encoding module, and the decoding end comprises a code stream acquiring module and a packet decoding module;
所述帧段分解模块, 用于将连续的视频分解成帧段;  The frame segmentation module is configured to decompose continuous video into frame segments;
所述分组编码模块, 用于从所述帧段中提取数据帧并按时间顺序形成 子码流组后,对所述子码流组的第一帧以 I帧的方式进行编码,并将编码后 的子码流组按照时间顺序组成码流组; The group coding module is configured to extract data frames from the frame segments and form in chronological order After the sub-stream group, the first frame of the sub-stream group is encoded in an I-frame manner, and the encoded sub-stream group is formed into a code stream group in time sequence;
所述码流获取模块, 用于从所述编码端获取所述码流组, 并将其发送 至分组解码模块;  The code stream obtaining module is configured to acquire the code stream group from the encoding end, and send the code stream group to a packet decoding module;
所述分组解码模块, 用于对收到的码流组所包含的数据帧进行顺序解 码。  The packet decoding module is configured to sequentially decode data frames included in the received code stream group.
11. 一种视频监控系统, 包括前端监控设备, 流服务器和客户端, 其特 征在于: 所述前端监控设备设有编码端, 所述编码端包括帧段分解模块和 分组编码模块; 所述客户端设有解码端, 所述解码端包括码流获取模块和 分组解码模块;  A video surveillance system, including a front-end monitoring device, a streaming server, and a client, wherein: the front-end monitoring device is provided with an encoding end, and the encoding end includes a frame segment decomposition module and a packet encoding module; The decoding end includes a decoding end, and the decoding end includes a code stream acquiring module and a packet decoding module;
所述帧段分解模块, 用于将所述前端监控设备釆集的视频分解成帧段; 所述分组编码模块, 用于从所述帧段中提取数据帧并按时间顺序形成 子码流组,再对所述子码流组的第一帧以 I帧的方式进行编码,并将编码后 的子码流组按照时间顺序组成码流组, 再将所述码流组提供给所述流服务 器;  The frame segmentation module is configured to decompose the video collected by the front-end monitoring device into a frame segment; the packet coding module is configured to extract a data frame from the frame segment and form a sub-stream group in time sequence And encoding the first frame of the sub-stream group by I frame, and grouping the encoded sub-stream group into a code stream group in time sequence, and then providing the code stream group to the stream Server
所述码流获取模块, 用于通过通讯网络从所述流服务器中获取所述码 流组;  The code stream obtaining module is configured to acquire the code stream group from the stream server by using a communication network;
所述分组解码模块, 用于对码流获取模块获取的码流组所包含的数据 帧进行顺序解码。  And the packet decoding module is configured to sequentially decode the data frames included in the code stream group acquired by the code stream obtaining module.
PCT/CN2010/076353 2009-09-08 2010-08-25 Video encoding and decoding method, system and video monitoring system WO2011029369A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910190176.7 2009-09-08
CN 200910190176 CN101692711A (en) 2009-09-08 2009-09-08 Method for encoding and decoding video, system and video monitoring system

Publications (1)

Publication Number Publication Date
WO2011029369A1 true WO2011029369A1 (en) 2011-03-17

Family

ID=42081365

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/076353 WO2011029369A1 (en) 2009-09-08 2010-08-25 Video encoding and decoding method, system and video monitoring system

Country Status (2)

Country Link
CN (1) CN101692711A (en)
WO (1) WO2011029369A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101692711A (en) * 2009-09-08 2010-04-07 中兴通讯股份有限公司 Method for encoding and decoding video, system and video monitoring system
CN106303693B (en) * 2015-05-25 2019-02-05 视联动力信息技术股份有限公司 A kind of method and device of video data decoding
CN105706448A (en) * 2015-12-25 2016-06-22 王晓光 Decoding method and system for video software
CN107222715A (en) * 2017-06-15 2017-09-29 杭州联吉技术有限公司 A kind of method, device and the computer-readable recording medium of remote playing video
CN107800989B (en) * 2017-10-16 2021-01-05 深圳市天视通电子科技有限公司 Video display method and system based on dynamic frame rate detection and network video recorder

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6243496B1 (en) * 1993-01-07 2001-06-05 Sony United Kingdom Limited Data compression
CN101026757A (en) * 2007-04-06 2007-08-29 清华大学 Multi-view video compressed coding-decoding method based on distributed source coding
EP1835683A1 (en) * 2006-03-16 2007-09-19 Nokia Siemens Networks Gmbh & Co. Kg Method for modulation of a codeword
CN101692711A (en) * 2009-09-08 2010-04-07 中兴通讯股份有限公司 Method for encoding and decoding video, system and video monitoring system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6243496B1 (en) * 1993-01-07 2001-06-05 Sony United Kingdom Limited Data compression
EP1835683A1 (en) * 2006-03-16 2007-09-19 Nokia Siemens Networks Gmbh & Co. Kg Method for modulation of a codeword
CN101026757A (en) * 2007-04-06 2007-08-29 清华大学 Multi-view video compressed coding-decoding method based on distributed source coding
CN101692711A (en) * 2009-09-08 2010-04-07 中兴通讯股份有限公司 Method for encoding and decoding video, system and video monitoring system

Also Published As

Publication number Publication date
CN101692711A (en) 2010-04-07

Similar Documents

Publication Publication Date Title
US20080100694A1 (en) Distributed caching for multimedia conference calls
US10116970B1 (en) Video distribution, storage, and streaming over time-varying channels
TWI647946B (en) Image encoding and decoding methods and devices thereof
CN103957389A (en) 3G video transmission method and system based on compression sensing
JP2009519619A (en) Method and apparatus for service acquisition (SERVICE ACQUISITION)
KR100410973B1 (en) Method streaming moving picture video on demand
CN101917612A (en) Streaming media video coding method and device
US20170142029A1 (en) Method for data rate adaption in online media services, electronic device, and non-transitory computer-readable storage medium
CN107995493B (en) Multi-description video coding method of panoramic video
CN110784740A (en) Video processing method, device, server and readable storage medium
KR20150036232A (en) Adaptive streaming aware node, encoder and client enabling smooth quality transition
CN101917613A (en) Acquiring and coding service system of streaming media
CN107147916B (en) Method for transmitting H.265 coding video data on transmission layer
CN102130886A (en) Network video streaming media system, transmission processing method, transmitting end and receiving end
WO2011029369A1 (en) Video encoding and decoding method, system and video monitoring system
CN110392284A (en) Video coding, video data handling procedure, device, computer equipment and storage medium
CN103108186A (en) Method of achieving high-definition transmission of videos
CN108632679B (en) A kind of method that multi-medium data transmits and a kind of view networked terminals
US20140321556A1 (en) Reducing amount of data in video encoding
US9667885B2 (en) Systems and methods to achieve interactive special effects
CN115474063A (en) Streaming media back-end decoding method, device and storage medium
CN114339316A (en) Video stream coding processing method based on live video
CN112887750A (en) Low-delay live broadcast method based on RTMP
KR100899666B1 (en) Dispersed multistreaming transmission apparatus
Psannis et al. QoS for wireless interactive multimedia streaming

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10814971

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10814971

Country of ref document: EP

Kind code of ref document: A1