CN111279694A - GDR code stream encoding method, terminal device and machine readable storage medium - Google Patents

GDR code stream encoding method, terminal device and machine readable storage medium Download PDF

Info

Publication number
CN111279694A
CN111279694A CN201880068425.2A CN201880068425A CN111279694A CN 111279694 A CN111279694 A CN 111279694A CN 201880068425 A CN201880068425 A CN 201880068425A CN 111279694 A CN111279694 A CN 111279694A
Authority
CN
China
Prior art keywords
frame
code stream
gdr
group
image
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
CN201880068425.2A
Other languages
Chinese (zh)
Inventor
李菊梅
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.)
Dajiang Mutual Entertainment Technology Beijing Co Ltd
SZ DJI Technology Co Ltd
Original Assignee
Dajiang Mutual Entertainment Technology Beijing Co Ltd
SZ DJI Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dajiang Mutual Entertainment Technology Beijing Co Ltd, SZ DJI Technology Co Ltd filed Critical Dajiang Mutual Entertainment Technology Beijing Co Ltd
Publication of CN111279694A publication Critical patent/CN111279694A/en
Pending legal-status Critical Current

Links

Images

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/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/115Selection of the code volume for a coding unit prior to coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/44Decoders specially adapted therefor, e.g. video decoders which are asymmetric with respect to the encoder
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

A GDR code stream encoding method, a terminal device and a machine readable storage medium are provided. One of which, comprising: acquiring a GDR code stream; encoding the GDR code stream into an encoded code stream comprising a plurality of encoding groups; the first frame of each coding group is a complete I frame containing all image information, and the preset number of frames after the first frame is the frames in the copied GDR code stream. In this embodiment, except for the first frame in the coding group, the other frames only need to be copied, so that the coding calculation amount and the time required by coding can be reduced, and the coding efficiency can be improved.

Description

GDR code stream encoding method, terminal device and machine readable storage medium
Technical Field
The embodiment of the invention relates to the technical field of control, in particular to a GDR code stream encoding method, terminal equipment and a machine readable storage medium.
Background
At present, after receiving a GDR (video progressive Refresh) code stream transmitted by a picture, a terminal device decodes the GDR code stream and then implements local playing. In addition, the terminal device also needs to store the GDR code stream in a local memory, which needs to encode the decoded image frame and store the encoded code stream in the local memory, that is, the process of the terminal device encoding the GDR code stream includes frame-by-frame decoding- > encoding, but the efficiency of frame-by-frame encoding is low.
Disclosure of Invention
The embodiment of the invention provides a GDR code stream encoding method, terminal equipment and a machine readable storage medium.
In a first aspect, an embodiment of the present invention provides a GDR code stream encoding method, including:
acquiring a GDR code stream;
encoding the GDR code stream into an encoded code stream comprising a plurality of encoding groups; the first frame of each coding group is a complete I frame containing all image information, and the preset number of frames after the first frame is the frames in the copied GDR code stream.
Optionally, the preset number is 44, and the preset number of frames of each coding group includes 4P frames including I slices and 40 normal P frames in the GDR code stream.
Optionally, encoding with a GDR code stream into an encoding group includes:
acquiring an image code stream group in the GDR code stream;
acquiring the last common P frame in the image code stream group;
encoding the last common P frame into a complete I frame containing all image information, wherein the complete I frame is used as a first frame of an encoding group;
and copying a frame between the last common P frame in the image code stream group and the last common P frame in the subsequent image code stream group to the coding group as a subsequent frame of the first frame of the coding group.
Optionally, dividing an image bitstream group comprises: and taking the first P frame containing the I slice of the GDR code stream as a first frame, and taking the next 3P frames containing the I slice and 41 common P frames as subsequent frames of the first frame to form an image code stream group.
Optionally, the method further comprises:
and during storage, discarding the GDR code stream before the first frame after encoding.
Optionally, obtaining the last normal P frame in the image bitstream group includes:
and acquiring a first I frame in the received image code stream, and taking an ordinary P frame before the first I frame as a last ordinary P frame of a previous image code stream group.
Optionally, encoding the last normal P frame as an I frame comprises:
acquiring a reference image frame from a specified position, and acquiring YUV data of the last common P frame;
and encoding the last common P frame into an I frame based on the reference image frame and the YUV data.
Optionally, the designated location is a cache of the terminal device, and the reference image frame is an image frame formed by a GDR code stream before the terminal device decodes the last normal P frame.
Optionally, the method further comprises:
and if the coded code stream is decoded, restoring the first frame by utilizing a P frame which is arranged behind the first frame and contains an I slice.
In a second aspect, an embodiment of the present invention provides a terminal device, including a processor and a memory storing processor-executable instructions, where the processor may read the executable instructions from the memory, and is configured to implement:
acquiring a GDR code stream;
encoding the GDR code stream into an encoded code stream comprising a plurality of encoding groups; the first frame of each coding group is a complete I frame containing all image information, and the preset number of frames after the first frame is the frames in the copied GDR code stream.
Optionally, the preset number is 44, and the preset number of frames of each coding group includes 4P frames including I slices and 40 normal P frames in the GDR code stream.
Optionally, the processor is configured to encode into an encoding group by using a GDR code stream, and includes:
acquiring an image code stream group in the GDR code stream;
acquiring the last common P frame in the image code stream group;
encoding the last common P frame into a complete I frame containing all image information, wherein the complete I frame is used as a first frame of an encoding group;
and copying a frame between the last common P frame in the image code stream group and the last common P frame in the subsequent image code stream group to the coding group as a subsequent frame of the first frame of the coding group.
Optionally, the dividing, by the processor, into an image bitstream group includes:
taking a first P frame containing an I slice of the GDR code stream as a first frame,
and then 3P frames containing I slices and 41 ordinary P frames are taken as subsequent frames of the first frame to form an image code stream group.
Optionally, the processor is further configured to:
during storage, the GDR code stream before the first I frame is received by the first frame after the first frame is encoded is discarded.
Optionally, the processor configured to obtain a last normal P frame in the image bitstream group includes:
and acquiring a first I frame in the received image code stream, and taking an ordinary P frame before the first I frame as a last ordinary P frame of a previous image code stream group.
Optionally, the processor configured to encode the last normal P frame as an I frame includes:
acquiring a reference image frame from a specified position, and acquiring YUV data of the last common P frame;
and encoding the last common P frame into an I frame based on the reference image frame and the YUV data.
Optionally, the designated location is a cache of the terminal device, and the reference image frame is an image frame formed by a GDR code stream before the terminal device decodes the last normal P frame.
Optionally, the processor is further configured to:
and if the coded code stream is decoded, restoring the first frame by utilizing a P frame which is arranged behind the first frame and contains an I slice.
In a third aspect, an embodiment of the present invention provides a machine-readable storage medium, on which computer instructions are stored, and when executed, the computer instructions implement the steps of the method in the first aspect.
As can be seen from the above technical solution, in this embodiment, the received GDR code stream is encoded into an encoded code stream including a plurality of encoding groups; the first frame of each coding group is a complete I frame containing all image information, and the preset number of frames after the first frame are frames in the copied GDR code stream. It can be seen that, in this embodiment, except for the first frame in the encoding group, the other frames only need to be copied, so that the encoding calculation amount and the encoding time can be reduced, and the encoding efficiency can be improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive labor.
Fig. 1 is an application scenario diagram provided in an embodiment of the present invention;
fig. 2 is a schematic flow chart of a GDR code stream encoding method according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a GDR code stream format according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating encoding a code group according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating a method for encoding a normal P frame into an I frame according to an embodiment of the present invention;
FIGS. 6(a) and 6(b) are schematic diagrams of GDR code stream and code stream GDR' provided by the embodiment of the present invention;
fig. 7 is a block diagram of a terminal device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
At present, after receiving a GDR code stream transmitted by an image, a terminal device decodes the GDR code stream and then realizes local playing. In addition, the terminal device also needs to store the GDR code stream in a local memory, which needs to encode the decoded image frame and then store the encoded code stream in the local memory, that is, the process of the terminal device encoding the GDR code stream includes frame-by-frame decoding- > frame-by-frame encoding, but the efficiency of the frame-by-frame encoding is low.
Therefore, an embodiment of the present invention provides a method for encoding a GDR code stream, and fig. 1 is an application scenario diagram provided in the embodiment of the present invention. Referring to fig. 1, an image capturing device 20 captures a video, and then encodes, compresses, and the like the video to generate a GDR code stream, uploads the GDR code stream to a streaming media server 30, and then forwards the GDR code stream to a terminal device 10 by the streaming media server 30. Or, the image acquisition device 20 acquires a video, then performs processing such as encoding and compression on the video to generate a GDR code stream, and directly sends the GDR code stream to the terminal device 10. The transmission mode of the GDR code stream may be set according to a specific scenario.
While decoding the GDR code stream to play the video, the terminal device 10 encodes the GDR code stream and stores the encoded GDR code stream in a local memory, a cache, or a cloud (not shown in the figure). The invention relates to a GDR code stream coding method, which has the inventive concept that:
when receiving a certain frame, the terminal device combines the decoded image frame when playing the video to obtain the image frame corresponding to the certain frame, the image frame is the complete I frame of all image information, and then copies the preset number of frames after the certain frame in the GDR code stream to the complete I frame, so as to obtain a coding group. Repeating the above steps to obtain multiple coding groups, thereby coding the GDR code stream into a coding code stream.
Therefore, in the process of encoding the GDR code stream, the terminal equipment only performs encoding operation on one frame, and the rest frames do not need to be processed, so that the data volume of encoding can be greatly reduced, and the encoding efficiency is improved.
Fig. 2 is a schematic flow diagram of a GDR code stream encoding method provided in an embodiment of the present invention, and referring to fig. 2, a GDR code stream encoding method includes step 201 and step 202, where:
and 201, acquiring a GDR code stream.
In this embodiment, the processor in the terminal device 10 may obtain a GDR code stream sent by the image capturing device 20. For example, the processor may read the GDR code stream from local memory, cache, or cloud.
The GDR code stream obtained by the processor in this embodiment may include a plurality of image code stream groups, where a dashed box in fig. 3 shows one image code stream group. Each image code stream group includes a plurality of P frames containing I slices (slices) and a plurality of normal P frames, and the P frames containing I slices and the P frames not containing I slices in the image code stream group may be set according to a specific scene, which is not limited herein. Referring to fig. 3, each image bitstream group in this embodiment includes 4P frames including I slices (slices) and 41 normal P frames, i.e., each image bitstream group includes 45P frames. The 4P frames including I slice (slice) are composed of: the first frame consists of I slice, P slice and P slice; the second frame consists of P slice, I slice, Pslice and P slice; the third frame consists of P slice, I slice and P slice; the composition of the fourth frame is Pslice, P slice and I slice. In addition, in this embodiment, the processor can recover a correct frame of image, i.e., a video picture, from the 4P frames including I slice.
202, encoding the GDR code stream into an encoded code stream comprising a plurality of encoding groups; the first frame of each coding group is a complete I frame containing all image information, and the preset number of frames after the first frame is the frames in the copied GDR code stream.
In this embodiment, the encoding of the GDR code stream into an encoded code stream including a plurality of encoding groups by the processor in the terminal device 10, referring to fig. 4, includes:
first, the processor acquires an image code stream group in the GDR code stream (corresponding to step 401). Taking dividing an image code stream group as an example, obtaining a first P frame containing I slice in a GDR code stream, taking the first P frame containing I slice as a first frame of the image code stream group, and taking the following 3P frames containing I slice and 41 common P frames as subsequent frames of the first frame to obtain an image code stream group.
It should be noted that the processor may divide the GDR code stream into a plurality of image code stream groups, and then perform subsequent steps on the plurality of image code stream groups in parallel. Of course, the processor may also divide only one image bitstream group at a time, and perform the subsequent steps for the image bitstream group.
The processor then acquires the last normal P frame of each image bitstream group (corresponding to step 402). With continued reference to fig. 3, the last normal P frame of the image bitstream group is shown with an arrow.
The processor then encodes the last normal P frame as a complete I frame containing all image information and takes the complete I frame as the first frame of the encoded group (corresponding to step 403). Since the terminal device 10 also needs to play the video, there is a decoding process of the GDR code stream, and the decoding manner may refer to the related art scheme, which is not limited herein.
In the decoding process, a complete image frame for display may be obtained, referring to fig. 5, the processor may read the complete image frame (i.e., a reference image frame) at a specified position and obtain YUV data of a last normal P frame (corresponding to step 501), and encode the last normal P frame into a complete I frame containing all image information by combining the reference image frame and the YUV data (corresponding to step 502), where the encoding method may refer to a scheme of the related art, such as an H264 encoding method, which is not limited herein. Wherein the specified location may be a cache of the terminal device.
Finally, the processor copies the frame between the last normal P frame in the image bitstream group and the last normal P frame in the subsequent image bitstream group to the encoding group as a subsequent frame to the first frame of the encoding group (corresponding to step 404).
Referring to fig. 6(a), the processor acquires a first P frame containing I slice, that is, a first P frame in a second dashed frame from the left in fig. 6(a), and then encodes a last normal P frame in an image bitstream group before the first P frame containing I slice into a complete I frame as a first frame of an encoding group in an encoding bitstream. Then, the processor copies the second, third, and fourth P frames containing I slice and all the normal P frames before the last normal P frame in the second dashed frame as the subsequent frames after the first frame of the coding group, so as to obtain a coding group (indicated by dashed frame) of the coding stream GDR' shown in fig. 6 (b). Repeating the steps to obtain the code stream GDR'.
With continued reference to fig. 6(b), when the processor stores the code stream GDR', since the GDR code stream before the first complete I frame cannot form a code group, the processor discards the GDR code stream before the first complete I frame, thereby saving the storage space.
It should be noted that, in this embodiment, when the encoded code stream GDR' is decoded again, the processor may repair the complete I frame (i.e., the first frame in the encoding group) by using the P frame containing I slice after the complete I frame, so as to control the picture difference within the lowest range.
Therefore, in this embodiment, except for the first frame in the encoding group, the other frames only need to be copied, so that the encoding calculation amount of 44/45 can be reduced, which is beneficial to reducing the time required for encoding and improving the encoding efficiency.
An embodiment of the present invention further provides a terminal device, and fig. 7 is a block diagram of a terminal device provided in an embodiment of the present invention. Referring to fig. 7, a terminal device 700 includes a processor 701 and a memory 702 storing executable instructions of the processor 701, the processor 701 is connected to the memory 702 through a communication bus 703, and the processor 701 can read the executable instructions from the memory 702 for implementing:
acquiring a GDR code stream;
encoding the GDR code stream into an encoded code stream comprising a plurality of encoding groups; the first frame of each coding group is a complete I frame containing all image information, and the preset number of frames after the first frame is the frames in the copied GDR code stream.
In some embodiments, the predetermined number is 44, and the predetermined number of frames of each coding group includes 4P frames including I slices and 40 normal P frames in the GDR code stream.
In some embodiments, the processor 701 is configured to encode the GDR code stream into an encoding group, including:
acquiring an image code stream group in the GDR code stream;
acquiring the last common P frame in the image code stream group;
encoding the last common P frame into a complete I frame containing all image information, wherein the complete I frame is used as a first frame of an encoding group;
and copying a frame between the last common P frame in the image code stream group and the last common P frame in the subsequent image code stream group to the coding group as a subsequent frame of the first frame of the coding group.
In some embodiments, the processor 701 is configured to divide into a group of image code streams including:
taking a first P frame containing an I slice of the GDR code stream as a first frame,
and then 3P frames containing I slices and 41 ordinary P frames are taken as subsequent frames of the first frame to form an image code stream group.
In some embodiments, the processor 701 is further configured to:
during storage, the GDR code stream before the first I frame is received by the first frame after the first frame is encoded is discarded.
In some embodiments, the processor 701 is configured to obtain a last normal P frame in the image bitstream group, and includes:
and acquiring a first I frame in the received image code stream, and taking an ordinary P frame before the first I frame as a last ordinary P frame of a previous image code stream group.
In some embodiments, the processor 701 is configured to encode the last normal P frame as an I frame including:
acquiring a reference image frame from a specified position, and acquiring YUV data of the last common P frame;
and encoding the last common P frame into an I frame based on the reference image frame and the YUV data.
In some embodiments, the designated location is a cache of the terminal device, and the reference image frame is an image frame formed by a GDR code stream before the terminal device decodes the last normal P frame.
In some embodiments, the processor 701 is further configured to:
and if the coded code stream is decoded, restoring the first frame by utilizing a P frame which is arranged behind the first frame and contains an I slice.
Embodiments of the present invention also provide a machine-readable storage medium, on which computer instructions are stored, and when executed, the computer instructions implement the steps of the method described in fig. 1 to 5.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above detailed description of the detection apparatus and method provided by the embodiments of the present invention has been presented, and the present invention has been made by applying specific examples to explain the principle and the implementation of the present invention, and the above description of the embodiments is only used to help understanding the method and the core idea of the present invention; to sum up, the present disclosure should not be construed as limiting the invention, which will be described in the following description but will be modified within the scope of the invention by the spirit of the present disclosure.

Claims (19)

1. A GDR code stream coding method is characterized by comprising the following steps:
acquiring a GDR code stream;
encoding the GDR code stream into an encoded code stream comprising a plurality of encoding groups; the first frame of each coding group is a complete I frame containing all image information, and the preset number of frames after the first frame is the frames in the copied GDR code stream.
2. The method of claim 1, wherein the predetermined number is 44, and the predetermined number of frames in each coding group comprises 4P frames containing I slices and 40 normal P frames in the GDR code stream.
3. The method of claim 1, wherein encoding with the GDR code stream into an encoding group comprises:
acquiring an image code stream group in the GDR code stream;
acquiring the last common P frame in the image code stream group;
encoding the last common P frame into a complete I frame containing all image information, wherein the complete I frame is used as a first frame of an encoding group;
and copying a frame between the last common P frame in the image code stream group and the last common P frame in the subsequent image code stream group to the coding group as a subsequent frame of the first frame of the coding group.
4. The method of claim 3, wherein partitioning a group of image code streams comprises: and taking the first P frame containing the I slice of the GDR code stream as a first frame, and taking the next 3P frames containing the I slice and 41 common P frames as subsequent frames of the first frame to form an image code stream group.
5. The method of claim 4, further comprising:
and during storage, discarding the GDR code stream before the first frame after encoding.
6. The method of claim 3, wherein obtaining the last ordinary P frame in the group of image bitstreams comprises:
and acquiring a first I frame in the received image code stream, and taking an ordinary P frame before the first I frame as a last ordinary P frame of a previous image code stream group.
7. The method of claim 3, wherein encoding the last normal P frame as an I frame comprises:
acquiring a reference image frame from a specified position, and acquiring YUV data of the last common P frame;
and encoding the last common P frame into an I frame based on the reference image frame and the YUV data.
8. The method as claimed in claim 7, wherein the designated location is a buffer of the terminal device, and the reference image frame is an image frame formed by a GDR code stream before the terminal device decodes the last normal P frame.
9. The method of claim 3, further comprising:
and if the coded code stream is decoded, restoring the first frame by utilizing a P frame which is arranged behind the first frame and contains an I slice.
10. A terminal device comprising a processor and a memory storing processor-executable instructions, the processor being operable to read the executable instructions from the memory for implementing:
acquiring a GDR code stream;
encoding the GDR code stream into an encoded code stream comprising a plurality of encoding groups; the first frame of each coding group is a complete I frame containing all image information, and the preset number of frames after the first frame is the frames in the copied GDR code stream.
11. The terminal device of claim 10, wherein the predetermined number is 44, and wherein the predetermined number of frames of each coding group includes 4P frames containing I slices and 40 normal P frames in the GDR code stream.
12. The terminal device of claim 10, wherein the processor is configured to encode the GDR code stream into an encoding group, and comprises:
acquiring an image code stream group in the GDR code stream;
acquiring the last common P frame in the image code stream group;
encoding the last common P frame into a complete I frame containing all image information, wherein the complete I frame is used as a first frame of an encoding group;
and copying a frame between the last common P frame in the image code stream group and the last common P frame in the subsequent image code stream group to the coding group as a subsequent frame of the first frame of the coding group.
13. The terminal device of claim 12, wherein the processor configured to partition into a group of image bitstreams comprises:
taking a first P frame containing an I slice of the GDR code stream as a first frame,
and then 3P frames containing I slices and 41 ordinary P frames are taken as subsequent frames of the first frame to form an image code stream group.
14. The terminal device of claim 13, wherein the processor is further configured to:
during storage, the GDR code stream before the first I frame is received by the first frame after the first frame is encoded is discarded.
15. The terminal device of claim 12, wherein the processor configured to obtain a last ordinary P frame in the group of image bitstreams comprises:
and acquiring a first I frame in the received image code stream, and taking an ordinary P frame before the first I frame as a last ordinary P frame of a previous image code stream group.
16. The terminal device of claim 12, wherein the processor configured to encode the last normal P frame as an I frame comprises:
acquiring a reference image frame from a specified position, and acquiring YUV data of the last common P frame;
and encoding the last common P frame into an I frame based on the reference image frame and the YUV data.
17. The terminal device of claim 16, wherein the designated location is a buffer of the terminal device, and the reference image frame is an image frame formed by a GDR code stream before the terminal device decodes the last normal P frame.
18. The terminal device of claim 12, wherein the processor is further configured to:
and if the coded code stream is decoded, restoring the first frame by utilizing a P frame which is arranged behind the first frame and contains an I slice.
19. A machine-readable storage medium having stored thereon computer instructions which, when executed, implement the steps of the method of any one of claims 1 to 9.
CN201880068425.2A 2018-11-28 2018-11-28 GDR code stream encoding method, terminal device and machine readable storage medium Pending CN111279694A (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/117971 WO2020107268A1 (en) 2018-11-28 2018-11-28 Gdr code stream encoding method, terminal device, and machine-readable storage medium

Publications (1)

Publication Number Publication Date
CN111279694A true CN111279694A (en) 2020-06-12

Family

ID=70854204

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201880068425.2A Pending CN111279694A (en) 2018-11-28 2018-11-28 GDR code stream encoding method, terminal device and machine readable storage medium

Country Status (2)

Country Link
CN (1) CN111279694A (en)
WO (1) WO2020107268A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111770390A (en) * 2020-07-09 2020-10-13 腾讯科技(深圳)有限公司 Data processing method, device, server and storage medium
WO2022174431A1 (en) * 2021-02-20 2022-08-25 深圳市大疆创新科技有限公司 Image transmission method, mobile platform, device, and computer readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010026677A1 (en) * 1998-11-20 2001-10-04 General Instrument Corporation Methods and apparatus for transcoding progressive I-slice refreshed MPEG data streams to enable trick play mode features on a television appliance
WO2003015417A1 (en) * 2001-08-08 2003-02-20 Motorola Inc Video transmission system, video transmission unit and method of communicating video data
US20040080669A1 (en) * 2002-01-18 2004-04-29 Takeshi Nagai Picture encoding method and apparatus and picture decoding method and apparatus
CN1964492A (en) * 2006-11-28 2007-05-16 北京中星微电子有限公司 A video coding method and video coding system
CN101064849A (en) * 2006-04-29 2007-10-31 鲁海宁 Dynamic image coding method, apparatus and computer readable record medium
CN102075756A (en) * 2011-01-27 2011-05-25 北京视博云科技有限公司 Video multiframe prediction encoding and decoding method and device
CN106231319A (en) * 2016-07-14 2016-12-14 观止云(北京)信息技术有限公司 A kind of method alignd frame by frame based on software and hardware combining
CN108702510A (en) * 2017-10-31 2018-10-23 深圳市大疆创新科技有限公司 A kind of coding method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101383964B (en) * 2007-09-07 2010-12-15 华为技术有限公司 Compressed video stream editing decoding method, device and system
CN102595199A (en) * 2011-01-11 2012-07-18 中兴通讯股份有限公司 Streaming media packet packaging and transmitting method, and streaming media processing device
US9398293B2 (en) * 2013-01-07 2016-07-19 Qualcomm Incorporated Gradual decoding refresh with temporal scalability support in video coding

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010026677A1 (en) * 1998-11-20 2001-10-04 General Instrument Corporation Methods and apparatus for transcoding progressive I-slice refreshed MPEG data streams to enable trick play mode features on a television appliance
WO2003015417A1 (en) * 2001-08-08 2003-02-20 Motorola Inc Video transmission system, video transmission unit and method of communicating video data
US20040080669A1 (en) * 2002-01-18 2004-04-29 Takeshi Nagai Picture encoding method and apparatus and picture decoding method and apparatus
CN101064849A (en) * 2006-04-29 2007-10-31 鲁海宁 Dynamic image coding method, apparatus and computer readable record medium
CN1964492A (en) * 2006-11-28 2007-05-16 北京中星微电子有限公司 A video coding method and video coding system
CN102075756A (en) * 2011-01-27 2011-05-25 北京视博云科技有限公司 Video multiframe prediction encoding and decoding method and device
CN106231319A (en) * 2016-07-14 2016-12-14 观止云(北京)信息技术有限公司 A kind of method alignd frame by frame based on software and hardware combining
CN108702510A (en) * 2017-10-31 2018-10-23 深圳市大疆创新科技有限公司 A kind of coding method and device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111770390A (en) * 2020-07-09 2020-10-13 腾讯科技(深圳)有限公司 Data processing method, device, server and storage medium
CN111770390B (en) * 2020-07-09 2024-02-09 腾讯科技(深圳)有限公司 Data processing method, device, server and storage medium
WO2022174431A1 (en) * 2021-02-20 2022-08-25 深圳市大疆创新科技有限公司 Image transmission method, mobile platform, device, and computer readable storage medium

Also Published As

Publication number Publication date
WO2020107268A1 (en) 2020-06-04

Similar Documents

Publication Publication Date Title
US11936884B2 (en) Coded-block-flag coding and derivation
TWI606722B (en) Method, system, and computer-readable media for reducing latency in video encoding and decoding
KR102028527B1 (en) Image decoding method and apparatus using same
CN101523914B (en) Method and apparatus for encoding and decoding multi view image
WO2018103568A1 (en) Methods of encoding and decoding cloud desktop content, device, and system
KR20140085492A (en) Signaling of state information for a decoded picture buffer and reference picture lists
CN103843341A (en) Decoders and methods thereof for managing pictures in video decoding process
KR101959319B1 (en) Video data encoding and decoding methods and apparatuses
WO2019128668A1 (en) Method and apparatus for processing video bitstream, network device, and readable storage medium
US20220150497A1 (en) Coding of information about transform kernel set
CN113348666B (en) Method and system for decoding an encoded video stream
CN111279694A (en) GDR code stream encoding method, terminal device and machine readable storage medium
WO2016161678A1 (en) Method, device, and processing system for video encoding and decoding
US9648336B2 (en) Encoding apparatus and method
US9344720B2 (en) Entropy coding techniques and protocol to support parallel processing with low latency
WO2014051745A1 (en) Entropy coding techniques and protocol to support parallel processing with low latency
CN110731083A (en) Coding block bitstream structure and syntax in video coding systems and methods
CN114501070B (en) Encoding and decoding method, processing method and system for video conference synchronous extra information
CN109905715B (en) Code stream conversion method and system for inserting SEI data
WO2021057676A1 (en) Video coding method and apparatus, video decoding method and apparatus, electronic device and readable storage medium
CN106534137B (en) Media stream transmission method and device
CN112449188B (en) Video decoding method, video encoding device, video encoding medium, and electronic apparatus
JP2016519519A (en) Video signal processing method and apparatus
CN112449185B (en) Video decoding method, video encoding device, video encoding medium, and electronic apparatus
EP3989566A1 (en) Motion information list construction method in video encoding and decoding, device, and apparatus

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
AD01 Patent right deemed abandoned
AD01 Patent right deemed abandoned

Effective date of abandoning: 20230404