CN111475245B - Dynamic picture display method and device, electronic equipment and computer storage medium - Google Patents

Dynamic picture display method and device, electronic equipment and computer storage medium Download PDF

Info

Publication number
CN111475245B
CN111475245B CN202010270155.2A CN202010270155A CN111475245B CN 111475245 B CN111475245 B CN 111475245B CN 202010270155 A CN202010270155 A CN 202010270155A CN 111475245 B CN111475245 B CN 111475245B
Authority
CN
China
Prior art keywords
display mode
video
terminal equipment
displayed
dynamic
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.)
Active
Application number
CN202010270155.2A
Other languages
Chinese (zh)
Other versions
CN111475245A (en
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202010270155.2A priority Critical patent/CN111475245B/en
Publication of CN111475245A publication Critical patent/CN111475245A/en
Application granted granted Critical
Publication of CN111475245B publication Critical patent/CN111475245B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The embodiment of the application relates to the technical field of computers and discloses a dynamic picture display method, a dynamic picture display device, electronic equipment and a computer storage medium, wherein the dynamic picture display method comprises the following steps: acquiring a display request of a dynamic picture of terminal equipment; then, acquiring the number of the dynamic pictures to be displayed, the equipment performance of the terminal equipment and the network performance of the terminal equipment; then, determining a display mode of the dynamic pictures to be displayed according to the number of the dynamic pictures, the equipment performance of the terminal equipment and the network performance of the terminal equipment, wherein the display mode comprises any one of a video display mode and a GIF (graphic interchange format) display mode; and then, sending the network storage address of the dynamic picture to be displayed to the terminal equipment according to the display mode, so that the terminal equipment loads and displays the dynamic picture to be displayed according to the network storage address. Therefore, the display modes are dynamically switched according to actual scenes without being limited to single display modes.

Description

Dynamic picture display method and device, electronic equipment and computer storage medium
Technical Field
The embodiment of the application relates to the technical field of computers, in particular to a dynamic picture display method and device, electronic equipment and a computer storage medium.
Background
With the development of internet technology, more and more users prefer to publish dynamic pictures on a network platform. A dynamic picture can be composed of a plurality of image frames, and the image frames can be played in sequence, so that the effect of showing a simple animation to a user is achieved. Generally, the dynamic pictures can be embedded in the web page for playing, so as to achieve the effect of dynamic display.
In a specific implementation process, the inventors of the present application find that: although the display modes of the currently commonly used dynamic pictures are many, such as a GIF (Graphics Interchange Format, image Interchange Format) display mode, etc., the GIF display mode has certain defects, for example, when the GIF display mode is used, because the GIF file volume is often large, the GIF loading of some clients is slow, the server occupies a large bandwidth, and other problems. Therefore, a more flexible display method of moving pictures is needed.
Disclosure of Invention
The purpose of the embodiments of the present application is to solve at least one of the above technical drawbacks, and to provide the following technical solutions:
in one aspect, a method for displaying a moving picture is provided, including:
acquiring a display request of a dynamic picture of terminal equipment;
acquiring the number of dynamic pictures to be displayed, the equipment performance of terminal equipment and the network performance of the terminal equipment;
determining a display mode of the dynamic pictures to be displayed according to the number of the dynamic pictures, the equipment performance of the terminal equipment and the network performance of the terminal equipment, wherein the display mode comprises any one of a video display mode and a GIF (graphic interchange format) display mode;
and sending the network storage address of the dynamic picture to be displayed to the terminal equipment according to the display mode, so that the terminal equipment loads the dynamic picture to be displayed according to the network storage address and displays the dynamic picture.
In one aspect, there is provided a moving picture display device including:
the first acquisition module is used for acquiring a display request of a dynamic picture of the terminal equipment;
the second acquisition module is used for acquiring the number of the dynamic pictures to be displayed, the equipment performance of the terminal equipment and the network performance of the terminal equipment;
the determining module is used for determining the display mode of the dynamic pictures to be displayed according to the number of the dynamic pictures, the equipment performance of the terminal equipment and the network performance of the terminal equipment, wherein the display mode comprises any one of a video display mode and a GIF (graphic interchange format) display mode;
and the sending module is used for sending the network storage address of the dynamic picture to be displayed to the terminal equipment according to the display mode so that the terminal equipment loads and displays the dynamic picture to be displayed according to the network storage address.
In one aspect, an electronic device is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the method for displaying a moving picture is implemented.
In one aspect, a computer-readable storage medium is provided, on which a computer program is stored, which when executed by a processor implements the above-described moving picture display method.
The dynamic picture display method provided by the embodiment of the application can intelligently switch the display modes of the dynamic pictures according to the number of the dynamic pictures to be displayed, the equipment performance of the terminal equipment, the network performance of the terminal equipment and other factors, thereby providing a complete intelligent switching scheme of the GIF display mode and the video display mode, enabling the display modes to be dynamically switched according to actual scenes without being limited to a single display mode, fully utilizing the advantages of the two display modes and avoiding the defects of the two display modes. When the video display mode is switched, the dynamic picture file in the video format is usually small, so that the waiting loading time of the dynamic picture can be effectively reduced, and the user experience is effectively improved; when the display mode is switched to the GIF display mode, the negative influence on the performance of the terminal equipment can be effectively reduced because the dynamic picture file in the GIF format occupies a lower CPU.
Additional aspects and advantages of embodiments of the present application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the present application.
Drawings
The foregoing and/or additional aspects and advantages of embodiments of the present application will become apparent and more readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a schematic flowchart of a method for displaying a dynamic picture according to an embodiment of the present application;
FIG. 2 is a schematic diagram illustrating a display process of a motion picture according to an embodiment of the present application;
FIG. 3 is a schematic diagram illustrating a display effect of a dynamic picture according to an embodiment of the present application;
FIG. 4 is a schematic diagram illustrating an effect of conversion efficiency of a dynamic image according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a basic structure of a motion picture display device according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present application.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the embodiments of the present application more clear, the embodiments of the present application will be further described in detail with reference to the accompanying drawings.
The embodiment of the application provides a dynamic picture display method, a dynamic picture display device, an electronic device and a computer storage medium, and aims to solve the technical problems in the prior art.
The following describes in detail the technical solutions of the embodiments of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
One embodiment of the present application provides a dynamic picture display method, which is performed by a server, where the server may be an independent physical server, a physical server cluster, or a virtual server.
As shown in fig. 1, the method includes:
step S110, acquiring a display request of the dynamic picture; step S120: acquiring the number of dynamic pictures to be displayed, the equipment performance of terminal equipment and the network performance of the terminal equipment; step S130, determining the display mode of the dynamic pictures to be displayed according to the number of the dynamic pictures, the equipment performance of the terminal equipment and the network performance of the terminal equipment, wherein the display mode comprises any one of a video display mode and a GIF (graphic interchange format) display mode; step S140, sending the network storage address of the dynamic picture to be displayed to the terminal device according to the display mode, so that the terminal device loads and displays the dynamic picture to be displayed according to the network storage address.
Specifically, when a user browses a web page through a browser application or a browser client in a terminal device (e.g., a smart phone, an iPad, a notebook computer, etc.), if a dynamic picture exists in the web page, the terminal device displays the dynamic picture in the web page. In the process of browsing a dynamic picture in a webpage by a user, a browser application program or a browser client in terminal equipment is required to send a display request of the dynamic picture to a server, and correspondingly, the server can acquire the display request of the dynamic picture of the terminal equipment.
Similarly, in the process that the user views the dynamic picture through the picture client or the picture application program in the terminal device, the user also needs to send a display request of the dynamic picture to the server through the terminal device, and correspondingly, the server obtains the display request of the dynamic picture of the terminal device.
Specifically, after the server acquires the display request of the dynamic picture, in order to enable the terminal device to better display the corresponding dynamic picture, the number of the dynamic pictures to be displayed, the device performance of the terminal device, the network performance of the terminal device, and the like need to be determined first, so as to provide a precondition for subsequently determining the display mode of the dynamic picture. The server can obtain information such as the equipment performance and the network performance of the terminal equipment through a plug-in built in the terminal equipment. For example, when a user browses a web page including a moving picture through a browser client in the terminal device 1, and the server obtains a display request of the moving picture, the number of the moving pictures to be displayed may be obtained according to the display request, and the device performance of the terminal device 1 and the network performance of the terminal device 1 may be obtained through a plug-in (for example, the plug-in 1) built in the terminal device 1. For another example, when the user views a moving picture through a picture client in the terminal device 2, the server may determine the number of the moving pictures to be displayed according to the display request when acquiring the display request of the moving picture, and the server may acquire the device performance of the terminal device 2 and the network performance of the terminal device 2 through a plug-in (e.g., plug-in 2) built in the picture client.
Specifically, the GIF display mode and the video display mode have respective advantages and disadvantages, for example, although the video display mode has a high requirement on the performance of the terminal device, the requirement on the network is low because the file of the moving picture in the video display mode is generally small, and for example, although the GIF display mode has a low requirement on the performance of the terminal device, the requirement on the network is high because the file of the moving picture in the GIF display mode is generally large. Based on this, after the server acquires the number of the dynamic pictures to be displayed, the device performance of the terminal device, and the network performance of the terminal device, it is necessary to reasonably determine the display mode for the dynamic pictures to be displayed according to the number of the dynamic pictures to be displayed, the device performance of the terminal device, and the network performance of the terminal device.
Specifically, if the server determines that the display mode of the dynamic picture to be displayed is the video display mode according to the number of the dynamic pictures, the device performance of the terminal device, and the network performance of the terminal device, the network storage address of the dynamic picture to be displayed may be sent to the terminal device according to the video display mode, so that the terminal device loads and displays the dynamic picture to be displayed according to the network storage address, that is, the terminal device may display the dynamic picture to be displayed in the video display mode. If the server determines that the display mode of the dynamic picture to be displayed is the GIF display mode according to the number of the dynamic pictures, the equipment performance of the terminal equipment and the network performance of the terminal equipment, the server can send the network storage address of the dynamic picture to be displayed to the terminal equipment according to the GIF display mode, so that the terminal equipment loads and displays the dynamic picture to be displayed according to the network storage address, namely, the terminal equipment can display the dynamic picture to be displayed in the GIF display mode.
The dynamic picture display method provided by the embodiment of the application can intelligently switch the display modes of the dynamic pictures according to the number of the dynamic pictures to be displayed, the equipment performance of the terminal equipment, the network performance of the terminal equipment and other factors, thereby providing a complete intelligent switching scheme of the GIF display mode and the video display mode, enabling the display modes to be dynamically switched according to actual scenes without being limited to a single display mode, fully utilizing the advantages of the two display modes and avoiding the defects of the two display modes. When the video display mode is switched, the dynamic picture file in the video format is usually small, so that the waiting loading time of the dynamic picture can be effectively reduced, and the user experience is effectively improved; when the display mode is switched to the GIF display mode, the negative influence on the performance of the terminal equipment can be effectively reduced because the dynamic picture file in the GIF format occupies a lower CPU.
In a possible implementation manner, in the process of determining the display manner of the dynamic pictures to be displayed according to the number of the dynamic pictures to be displayed, the device performance of the terminal device and the network performance of the terminal device, when the device performance is determined to meet a first preset condition, if the number of the dynamic pictures is determined to be less than or equal to a preset threshold value, the display manner is determined to be a video display manner, and if the number of the dynamic pictures is determined to be greater than the preset threshold value, the display manner is determined to be a GIF display manner; when the equipment performance of the terminal equipment is determined not to meet the first preset condition, if the number of the dynamic pictures is determined to be smaller than or equal to the preset threshold, the display mode is determined to be a video display mode or a GIF display mode according to the network performance of the terminal equipment, and if the number of the dynamic pictures is determined to be larger than the preset threshold, the display mode is determined to be the GIF display mode.
Specifically, since the GIF display mode and the video display mode have respective advantages and disadvantages, as shown in table 1 below
TABLE 1 GIF mode and video mode comparison table
Dynamic picture display mode CPU occupation File size Memory usage Electric quantity occupation
GIF display mode Is low in Big (a) Is low in Is low in
Video display mode Height of Small Is low in Height of
As can be seen from table 1, although the video display mode has a high requirement on the performance of the terminal device and high power consumption, the files of the moving pictures in the video display mode are usually small, and thus the requirement on the network is low; although the GIF display mode has a low performance requirement on the terminal device and low power consumption, the GIF display mode generally has a large file size of moving pictures, and thus has a high requirement on the network. In other words, the GIF display mode and the video display mode are respectively adapted to different scenes.
Specifically, whether the display mode of the current dynamic picture to be displayed is the GIF display mode or the video display mode may be determined according to the number of the dynamic pictures to be displayed, the device performance of the terminal device, and the network performance of the terminal device.
Specifically, the device performance of the terminal device may be determined according to a CPU model, a CPU maximum host frequency, a RAM (Random Access Memory), and the like of the terminal device. Taking the terminal device as a smart phone as an example, specifically describing whether the device performance of the terminal device meets a first predetermined condition:
in one example, for example, when the CPU model of the smartphone belongs to a preset first level range, it may be determined that the device performance of the smartphone meets a first predetermined condition, where the CPU model in the first level range is a CPU with extremely high processing performance, and when the device performance of the smartphone meets the first predetermined condition, the smartphone performance is better. For another example, when the CPU model of the smartphone belongs to a preset second level range, it may be determined that the device performance of the smartphone satisfies the first predetermined condition, where the CPU model in the second level range is a CPU with a stronger processing performance. For another example, when the CPU model of the smartphone does not belong to the preset first-level range and second-level range, that is, the CPU model of the smartphone belongs to another level range (for example, a third-level range) other than the preset first-level range and second-level range, it may be determined that the device performance of the smartphone does not satisfy the first predetermined condition, where the CPU model in the third-level range is a CPU with poor processing performance, and when the device performance of the smartphone does not satisfy the first predetermined condition, it is determined that the mobile performance of the smartphone is poor.
In yet another example, it may be determined that the device performance of the smartphone satisfies the first predetermined condition, such as when the CPU model of the smartphone belongs to a first hierarchy range or a second hierarchy range that is set in advance, and the RAM of the smartphone is greater than or equal to a predetermined value (e.g., 6 GB). For another example, when the CPU model of the smartphone does not belong to the preset first level range or second level range, or the RAM of the smartphone is smaller than a predetermined value (e.g., 6GB), it may be determined that the device performance of the smartphone does not satisfy the first predetermined condition, for example, the RAM of the smartphone is 4GB, and it may be determined that the smartphone does not satisfy the first predetermined condition.
In another example, it may be determined that the device performance of the smartphone satisfies the first predetermined condition, for example, when the CPU model of the smartphone belongs to a preset first level range or a preset second level range, the RAM of the smartphone is greater than or equal to a predetermined value (e.g., 6GB), and the maximum dominant frequency of the CPU of the smartphone is greater than or equal to a predetermined dominant frequency (e.g., 2.2GHz, 2.8GHz, and the like). For example, when the CPU model of the smart phone does not belong to a preset first-level range or second-level range, or the RAM of the smart phone is smaller than a predetermined value (e.g., 6GB), or the maximum dominant frequency of the CPU of the smart phone is smaller than a predetermined dominant frequency (e.g., 2.2GHz, 2.8GHz, etc.), it may be determined that the device performance of the smart phone does not satisfy a first predetermined condition, for example, when the maximum dominant frequency of the CPU of the smart phone is smaller than or equal to 1.8GHz (or 2.1GHz), and the RAM of the smart phone is smaller than 4GB, it may be determined that the device performance of the smart phone does not satisfy the first predetermined condition.
Specifically, after determining whether the device performance of the terminal device meets the first predetermined condition, the number of the dynamic pictures to be displayed needs to be further determined, so that a reasonable display mode is more accurately determined by combining the device performance of the terminal device and the number of the dynamic pictures to be displayed.
In one scenario, when it is determined that the device performance of the terminal device satisfies the first predetermined condition and it is determined that the number of the dynamic pictures to be displayed is less than or equal to a preset threshold (e.g., 1, 2, etc.), the display mode may be directly determined as the video display mode regardless of the current network performance of the terminal device, that is, the video display mode is adopted regardless of the current network condition. When it is determined that the device performance of the terminal device meets the first predetermined condition and the number of the dynamic pictures to be displayed is greater than a preset threshold (for example, 1, 2, etc.), the display mode may be directly determined as the GIF display mode without considering the current network performance of the terminal device, that is, the GIF display mode is adopted regardless of the current network condition.
In another scenario, when it is determined that the device performance of the terminal device does not satisfy the first predetermined condition and it is determined that the number of the dynamic pictures to be displayed is less than or equal to a preset threshold (for example, 1, 2, or the like), it is required to determine whether the display mode of the dynamic pictures to be displayed is the video display mode or the GIF display mode according to the network performance of the terminal device. When it is determined that the device performance of the terminal device does not satisfy the first predetermined condition and it is determined that the number of the dynamic pictures to be displayed is greater than a preset threshold (for example, 1, 2, etc.), the display mode may be directly determined as the GIF display mode regardless of the current network performance of the terminal device, that is, the GIF display mode is adopted regardless of the current network condition.
Specifically, the network performance of the terminal device may be monitored in real time through a corresponding plug-in or a tool carried by the terminal device, for example, when it is monitored that the network of the terminal device is frequently disconnected, for example, the network is disconnected 5 times in 1 hour, and the network is disconnected 15 times in 2 hours, it may be determined that the network performance of the terminal device is poor and does not meet a predetermined network condition; for another example, when the network speed of the terminal device is monitored to be slow, for example, 50bits per second (50 bits per second), 90bits per second (90 bits per second), it can be determined that the network performance of the terminal device is poor and does not meet the predetermined network condition; for another example, when the network status of the terminal device is monitored to be good, for example, the network is hardly disconnected (e.g., network is disconnected 1 time in 2 hours, network is disconnected 2 times in 5 hours, etc.), and the network speed is fast (e.g., 100Kbits/S, 1Mbits/S, etc.), it may be determined that the network performance of the terminal device meets the predetermined network condition.
Specifically, when it is determined that the device performance of the terminal device does not satisfy the first predetermined condition and the number of the dynamic pictures to be displayed is less than or equal to a preset threshold (for example, 1, 2, or the like), if the network performance satisfies the predetermined network condition, it may be determined that the current network performance of the terminal device is better, the display mode of the dynamic pictures to be displayed may be the GIF display mode, and if the network performance does not satisfy the predetermined network condition, it may be determined that the current network performance of the terminal device is worse, and the display mode of the dynamic pictures to be displayed may be the video display mode.
It can be seen from the above description that no matter the device performance of the terminal device is good or poor, and no matter the current network performance of the terminal device is good or poor, when the number of the dynamic pictures to be displayed is greater than the preset threshold value, the GIF display mode is adopted.
Specifically, when the server determines that the display mode of the dynamic picture to be displayed is the video display mode, the server may determine the definition of the dynamic picture to be displayed according to the current network performance of the terminal device, and send the video network storage address of the dynamic picture to be displayed with the definition to the terminal device according to the video display mode, so that the terminal device loads the dynamic picture to be displayed with the definition according to the video network storage address and displays the dynamic picture to be displayed with the definition. For example, when the current network performance of the terminal device meets a predetermined network condition, that is, the current network performance of the terminal device is better, it may be determined that the definition of the dynamic picture to be displayed is higher, and at this time, the video network storage address of the dynamic picture to be displayed with higher definition may be sent to the terminal device, so that the terminal device displays the dynamic picture to be displayed with higher definition; for another example, when the current network performance of the terminal device does not satisfy the predetermined network condition, that is, the current network performance of the terminal device is poor, it may be determined that the definition of the dynamic picture to be displayed is low, and at this time, the video network storage address of the dynamic picture to be displayed with low definition may be sent to the terminal device, so that the terminal device displays the dynamic picture to be displayed with low definition.
In a possible implementation manner, in the process of sending the network storage address of the dynamic picture to be displayed to the terminal device according to the display manner, when the display manner is the video display manner, the video network storage address of the dynamic picture to be displayed is determined, and the video network storage address is sent to the terminal device.
Specifically, when the server determines that the display mode of the dynamic picture to be displayed is the video display mode, the server may send the video network storage address of the dynamic picture to be displayed to the terminal device, so that the terminal device loads and displays the dynamic picture to be displayed according to the video network storage address. Correspondingly, after the terminal device determines that the display mode of the dynamic picture to be displayed is the video display mode, in order to accurately display the dynamic picture to be displayed, the terminal device needs to first determine a video network storage address (i.e., a video link address) of the dynamic picture to be displayed, so as to download or load the corresponding dynamic picture to be displayed according to the video network storage address, and further display the dynamic picture to be displayed. If the number of the motion pictures to be displayed is 2, that is, there are 2 motion pictures to be displayed, which are respectively the motion pictures of fig. 1 and 2, the terminal device needs to determine the video link addresses respectively corresponding to the motion pictures of fig. 1 and 2, for example, the video link address of the motion picture 1 is the address a, the video link address of the motion picture 2 is the address B, then the motion picture 1 is loaded according to the address a, the motion picture 2 is loaded according to the address B, and then the motion pictures 1 and 2 are displayed.
Specifically, in the process of sending the video network storage address to the terminal device, video identification information may be sent to the terminal device, so that the terminal device obtains the video network storage address according to the video identification information, where the video identification information is generated in advance according to a dynamic picture to be displayed, and equivalently, the video network storage address is sent to the terminal device by sending the video identification information to the terminal device.
Specifically, after sending the video identification information to the terminal device, an obtaining request for obtaining a video network storage address sent by the terminal device according to the video identification information may also be received, and a corresponding video network storage address is returned for the obtaining request, where the obtaining request is generated after the terminal device determines that the locally stored video network storage address corresponding to the terminal device has failed according to the video identification information, or the obtaining request is generated after the terminal device determines that the locally non-stored video network storage address corresponding to the terminal device does not store according to the video identification information.
In practical applications, in order to prevent the video link address from being stolen, the server may not directly send the video link address of the moving picture to be displayed to the terminal device, but send video identification information (denoted as video VID) of the moving picture to be displayed to the terminal device, so that the terminal device obtains the real video link address according to the video VID, and loads and displays the moving picture to be displayed. The server prestores the corresponding relation between the video VID and the video link address.
Specifically, the video identification information of the dynamic picture to be displayed is generated in advance by the server according to the dynamic picture to be displayed. Generally, when a moving picture (for example, a GIF picture) is uploaded to a picture database of a server, the moving picture passes through a content center of the server, the content center converts the moving picture into a video and generates video identification information (i.e., video VID) of the moving picture, and at the same time, generates a GIF link address of the moving picture, and then stores the moving picture, the GIF link address of the moving picture, and the video VID of the moving picture into the picture database.
Specifically, the video VID of the moving picture to be displayed is fixed and invariable, and the video link address of the moving picture to be displayed is of a validity period, that is, the video link address is not fixed and invariable but dynamically changes. In one example, assuming an expiration period of 10 days, then: the video link address is address C1, i.e., one-to-one correspondence between video VID and address C1, during the first 10 days, the video link address changes to address C2 during the second 10 days, at which time one-to-one correspondence between video VID and address C2, and so on, during the nth 10 days, the video link address changes to address CN, at which time one-to-one correspondence between video VID and address CN occurs.
Specifically, after receiving the video identification information of the dynamic picture to be displayed, the terminal device determines the video network storage address of the dynamic picture to be displayed, that is, determines the real video link address of the dynamic picture to be displayed according to the video identification information. In the process of determining the video network storage address of the dynamic picture to be displayed according to the video identification information, if the video network storage address corresponding to the video network storage address is determined to be stored locally according to the video identification information and the video network storage address is determined not to be invalid (namely the video network storage address is in the validity period), the video network storage address is acquired locally; if the local storage of the video network storage address corresponding to the video network storage address is determined according to the video identification information, and the video network storage address is determined to be invalid (namely the video network storage address is not in the validity period), sending an acquisition request for acquiring the video network storage address to the server according to the video identification information, and receiving the video network storage address returned by the server aiming at the acquisition request; if the video network storage address corresponding to the video network storage address is not stored locally according to the video identification information, sending an acquisition request for acquiring the video network storage address to the server according to the video identification information, and receiving the video network storage address returned by the server according to the acquisition request.
Specifically, in the process of sending the network storage address of the dynamic picture to be displayed to the terminal device according to the display mode, when the display mode is the GIF display mode, the GIF network storage address of the dynamic picture to be displayed may be determined, and the GIF network storage address may be sent to the terminal device.
Specifically, when the server determines that the display mode of the dynamic picture to be displayed is the GIF display mode, the GIF network storage address of the dynamic picture to be displayed may be sent to the terminal device, so that the terminal device loads and displays the dynamic picture to be displayed according to the GIF network storage address. Correspondingly, after the terminal device determines that the display mode of the dynamic picture to be displayed is the GIF display mode, in order to accurately display the dynamic picture to be displayed, the terminal device needs to determine the GIF network storage address (i.e., GIF link address) of the dynamic picture to be displayed first, so as to download or load the corresponding dynamic picture to be displayed according to the GIF network storage address, and further display the dynamic picture to be displayed. If the number of the dynamic pictures to be displayed is 3, that is, there are 3 dynamic pictures to be displayed, which are respectively the dynamic picture 1, the dynamic picture 2, and the dynamic picture 3, the terminal device needs to determine the GIF link addresses respectively corresponding to the dynamic pictures 1, the dynamic picture 2, and the dynamic picture 3, for example, the GIF link address of the dynamic picture 1 is the address G1, the GIF link address of the dynamic picture 2 is the address G2, and the GIF link address of the dynamic picture 3 is the address G3, and then, the dynamic picture 1 is loaded according to the address G1, the dynamic picture 2 is loaded according to the address G2, and the dynamic picture 3 is loaded according to the address G3; next, fig. 1, 2, and 3 are displayed.
Specifically, fig. 2 shows a display processing procedure of a moving picture, and in fig. 2, step S201: a content center of the server receives the uploaded dynamic picture; step S202: the server converts the dynamic picture into a video through a content center, generates video identification information (namely video VID) of the dynamic picture, and simultaneously generates a GIF network storage address of the dynamic picture; step S203: and generating the GIF link address of the dynamic picture through the content center, and storing the dynamic picture, the GIF link address of the dynamic picture and the video VID of the dynamic picture into a picture database together.
Specifically, in fig. 2, step S204: when a client of the terminal equipment receives a dynamic picture viewing request of a user, sending a corresponding acquisition request to a server so as to acquire a video network storage address and a GIF network storage address of the dynamic picture requested by the acquisition request; step S205, in order to prevent the video network storage address from being stolen, the server does not send the video network storage address of the content center to the client, but sends the video VID and the GIF network storage address of the dynamic picture to the client; step S206: the client receives the GIF network storage address returned by the server and sends the GIF network storage address to the universal video motion picture assembly of the client; step S207: the client determines a video network storage address according to the video VID; step S208: and sending the video network storage address to a universal video motion picture assembly of the client, wherein the universal video motion picture assembly can support a GIF video mode, a common GIF mode, a video player mode, multi-channel chain changing, multi-strategy capability playing control and the like.
Through the method shown in the embodiment of the application, the beneficial effects mainly comprise the following aspects:
1. a complete set of intelligent switching scheme of the GIF display mode and the video display mode is designed, the display mode of the dynamic picture can be intelligently switched according to factors such as the performance of terminal equipment, the network condition and the like, the advantages of the GIF display mode and the video display mode are fully utilized, and the defects of the GIF display mode and the video display mode are avoided. The embodiment of the application is not limited to singly adopting a display mode, but dynamically switching the display mode according to the actual scene. When the video display mode is switched, the time for a user to wait for loading can be reduced due to the small video format, so that good user experience is obtained; when the display mode is switched to the GIF display mode, the negative influence on the performance can be reduced because the CPU occupation of the GIF is low, namely the advantages of the GIF and the video are combined. In addition, for the user, the final display of the GIF display mode and the video display mode is dynamic pictures, and the user does not know the GIF display mode or the video display mode, so that the display mode is imperceptible to the user, and the ideal unification is achieved on the performance of the terminal equipment and the user experience.
2. The video display mode is used for replacing the GIF display mode, so that the user experience can be greatly improved when the network condition is poor, and the second-opening level is basically achieved. Based on the method of the embodiment of the present application, statistical analysis is performed on the large disk data to obtain an optimized effect graph, as shown in fig. 3, the file size of the dynamic picture is reduced by about 62%, the second opening rate (the ratio of the open dynamic picture in 1 second) is increased from 50% to 90%, and the user waiting time is reduced by about 75%.
3. Not only the technical index is obviously improved, but also the service index is greatly improved. Through the ABtest (grouping test), the method of the embodiment of the application is found to be capable of effectively pulling the increase of the service index, and the effective exposure of the dynamic picture is increased by about 5.62%, as shown in FIG. 4, so that the conversion efficiency of the dynamic picture is greatly improved.
Fig. 5 is a schematic structural diagram of a motion picture display device according to another embodiment of the present application, and as shown in fig. 5, the device 500 may include a first obtaining module 501, a second obtaining module 502, a determining module 503, and a sending module 504, where:
a first obtaining module 501, configured to obtain a display request of a dynamic picture;
a second obtaining module 502, configured to obtain the number of dynamic pictures to be displayed, device performance of the terminal device, and network performance of the terminal device;
a determining module 503, configured to determine a display mode of the dynamic picture to be displayed according to the number of the dynamic pictures, the device performance of the terminal device, and the network performance of the terminal device, where the display mode includes any one of a video display mode and a GIF display mode;
the sending module 504 is configured to send the network storage address of the dynamic picture to be displayed to the terminal device according to the display mode, so that the terminal device loads the dynamic picture to be displayed according to the network storage address and displays the dynamic picture.
In one possible implementation, the second determining module is configured to perform any one of:
when the performance of the equipment is determined to meet a first preset condition, if the number of the terminal equipment is determined to be smaller than or equal to a preset threshold, determining that the display mode is a video display mode, and if the number of the dynamic pictures is determined to be larger than the preset threshold, determining that the display mode is a GIF display mode;
when the equipment performance of the terminal equipment is determined not to meet the first preset condition, if the number of the dynamic pictures is determined to be smaller than or equal to the preset threshold, the display mode is determined to be a video display mode or a GIF display mode according to the network performance of the terminal equipment, and if the number of the dynamic pictures is determined to be larger than the preset threshold, the display mode is determined to be the GIF display mode.
In a possible implementation manner, when determining, according to the network performance of the terminal device, that the display mode of the to-be-displayed dynamic picture is the video display mode or the GIF display mode, the second determining module is specifically configured to:
when the network performance of the terminal equipment is determined to meet the preset network condition, determining that the display mode is a GIF display mode;
and when the network performance of the terminal equipment is determined not to meet the preset network condition, determining that the display mode is a video display mode.
In a possible implementation manner, the sending module is configured to determine a video network storage address of a dynamic picture to be displayed when the display manner is a video display manner, and send the video network storage address to the terminal device; and when the display mode is the GIF display mode, determining the GIF network storage address of the dynamic picture to be displayed, and sending the GIF network storage address to the terminal equipment.
In a possible implementation manner, when the display manner is a video display manner, the sending module is configured to determine the definition of the dynamic picture to be displayed according to the network performance of the terminal device, and send the video network storage address of the dynamic picture to be displayed with the definition to the terminal device according to the video display manner.
In a possible implementation manner, when sending the video network storage address to the terminal device, the sending module is specifically configured to send video identification information to the terminal device, so that the terminal device obtains the video network storage address according to the video identification information, where the video identification information is generated in advance according to a dynamic picture to be displayed.
In one possible implementation, the apparatus further includes a receiving module;
the receiving module is used for receiving an acquisition request for acquiring a video network storage address sent by the terminal equipment according to the video identification information and returning a corresponding video network storage address according to the acquisition request;
the acquisition request is generated after the terminal equipment determines that the video network storage address corresponding to the local storage is invalid according to the video identification information, or the acquisition request is generated after the terminal equipment determines that the video network storage address corresponding to the local storage is not stored locally according to the video identification information.
The device provided by the embodiment of the application can intelligently switch the display modes of the dynamic pictures according to the number of the dynamic pictures to be displayed, the equipment performance of the terminal equipment, the network performance of the terminal equipment and other factors, thereby providing a complete intelligent switching scheme of the GIF display mode and the video display mode, dynamically switching according to actual scenes without being limited to a single display mode, fully utilizing the advantages of the two display modes and avoiding the defects of the two display modes. When the video display mode is switched, the dynamic picture file in the video format is usually small, so that the waiting loading time of the dynamic picture can be effectively reduced, and the user experience is effectively improved; when the display mode is switched to the GIF display mode, the negative influence on the performance of the terminal equipment can be effectively reduced because the dynamic picture file in the GIF format occupies a lower CPU.
It should be noted that the present embodiment is an apparatus embodiment corresponding to the method embodiment described above, and the present embodiment can be implemented in cooperation with the method embodiment described above. The related technical details mentioned in the above method embodiments are still valid in this embodiment, and are not described herein again in order to reduce repetition. Accordingly, the related-art details mentioned in the present embodiment can also be applied to the above-described method item embodiments.
Another embodiment of the present application provides an electronic device, as shown in fig. 6, an electronic device 600 shown in fig. 6 includes: a processor 601 and a memory 603. The processor 601 is coupled to the memory 603, such as via a bus 602. Further, the electronic device 600 may also include a transceiver 604. It should be noted that the transceiver 604 is not limited to one in practical applications, and the structure of the electronic device 600 is not limited to the embodiment of the present application.
The processor 601 is applied to the embodiment of the present application, and is configured to implement the functions of the first obtaining module, the second obtaining module, the determining module, and the sending module shown in fig. 5. The transceiver 604 includes a receiver and a transmitter.
The processor 601 may be a CPU, general purpose processor, DSP, ASIC, FPGA or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 601 may also be a combination of computing functions, e.g., comprising one or more microprocessors, DSPs and microprocessors, and the like.
Bus 602 may include a path that transfers information between the above components. The bus 602 may be a PCI bus or an EISA bus, etc. The bus 602 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 6, but this is not intended to represent only one bus or type of bus.
Memory 603 may be, but is not limited to, ROM or other types of static storage devices that can store static information and instructions, RAM or other types of dynamic storage devices that can store information and instructions, EEPROM, CD-ROM or other optical disk storage, optical disk storage (including compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
The memory 603 is used for storing application program codes for executing the scheme of the application, and the processor 601 controls the execution. The processor 601 is configured to execute the application program code stored in the memory 603 to implement the actions of the motion picture display device provided by the embodiment shown in fig. 5.
The electronic device provided by the embodiment of the application comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein when the processor executes the program, the electronic device can realize that: acquiring a display request of a dynamic picture; then, acquiring the number of the dynamic pictures to be displayed, the equipment performance of the terminal equipment and the network performance of the terminal equipment; then, determining the display mode of the dynamic pictures to be displayed according to the number of the dynamic pictures, the equipment performance of the terminal equipment and the network performance of the terminal equipment, wherein the display mode comprises any one of a video display mode and a GIF (graphic interchange format) display mode; and then, sending the network storage address of the dynamic picture to be displayed to the terminal equipment according to the display mode, so that the terminal equipment loads and displays the dynamic picture to be displayed according to the network storage address.
The embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the method shown in the above embodiment. Wherein: the display modes of the dynamic pictures can be intelligently switched according to the number of the dynamic pictures to be displayed, the equipment performance of the terminal equipment, the network performance of the terminal equipment and other factors, so that a complete intelligent switching scheme of the GIF display mode and the video display mode is provided, the display modes are dynamically switched according to actual scenes without being limited to a single display mode, the advantages of the two display modes are fully utilized, and the defects of the two display modes are avoided. When the video display mode is switched, the dynamic picture file in the video format is usually small, so that the waiting loading time of the dynamic picture can be effectively reduced, and the user experience is effectively improved; when the display mode is switched to the GIF display mode, the negative influence on the performance of the terminal equipment can be effectively reduced because the dynamic picture file in the GIF format occupies a lower CPU.
The computer-readable storage medium provided by the embodiment of the application is suitable for any embodiment of the method.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present application, and it should be noted that, for those skilled in the art, several modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations should also be regarded as the protection scope of the present application.

Claims (10)

1. A method for displaying a moving picture, comprising:
acquiring a display request of a dynamic picture of terminal equipment;
acquiring the number of dynamic pictures to be displayed, the equipment performance of the terminal equipment and the network performance of the terminal equipment;
determining a display mode of the dynamic pictures to be displayed according to the number of the dynamic pictures, the equipment performance of the terminal equipment and the network performance of the terminal equipment, wherein the display mode comprises any one of a video display mode and a GIF (graphic interchange format) display mode; the equipment performance requirement corresponding to the video display mode is higher than the equipment performance requirement corresponding to the GIF display mode, and the network performance requirement corresponding to the video display mode is lower than the network performance requirement corresponding to the GIF display mode;
and sending the network storage address of the dynamic picture to be displayed to the terminal equipment according to the display mode, so that the terminal equipment loads and displays the dynamic picture to be displayed according to the network storage address.
2. The method according to claim 1, wherein determining the display mode of the to-be-displayed dynamic picture according to the number of the dynamic pictures, the device performance of the terminal device, and the network performance of the terminal device comprises any one of:
when the equipment performance of the terminal equipment is determined to meet a first preset condition, if the number of the dynamic pictures is determined to be smaller than or equal to a preset threshold value, determining that the display mode is a video display mode, and if the number of the dynamic pictures is determined to be larger than the preset threshold value, determining that the display mode is a GIF display mode;
when the equipment performance of the terminal equipment is determined not to meet a first preset condition, if the number of the dynamic pictures is determined to be smaller than or equal to the preset threshold, the display mode is determined to be a video display mode or a GIF display mode according to the network performance of the terminal equipment, and if the number of the dynamic pictures is determined to be larger than the preset threshold, the display mode is determined to be the GIF display mode.
3. The method according to claim 2, wherein the determining, according to the network performance of the terminal device, that the display mode of the to-be-displayed moving picture is a video display mode or a GIF display mode includes:
when the network performance of the terminal equipment is determined to meet the preset network condition, determining that the display mode is a GIF display mode;
and when the network performance of the terminal equipment is determined not to meet the preset network condition, determining that the display mode is a video display mode.
4. The method according to claim 1, wherein the sending the network storage address of the dynamic picture to be displayed to the terminal device according to the display mode comprises:
when the display mode is a video display mode, determining a video network storage address of the dynamic picture to be displayed, and sending the video network storage address to the terminal equipment;
and when the display mode is a GIF display mode, determining the GIF network storage address of the dynamic picture to be displayed, and sending the GIF network storage address to the terminal equipment.
5. The method according to any one of claims 1 to 4, wherein when the display mode is a video display mode, sending the network storage address of the dynamic picture to be displayed to the terminal device according to the display mode comprises:
and determining the definition of the dynamic picture to be displayed according to the network performance of the terminal equipment, and sending the video network storage address of the dynamic picture to be displayed with the definition to the terminal equipment according to the video display mode.
6. The method of claim 4, wherein sending the video network storage address to the terminal device comprises:
and sending video identification information to the terminal equipment so that the terminal equipment acquires the video network storage address according to the video identification information, wherein the video identification information is generated in advance according to the dynamic picture to be displayed.
7. The method of claim 6, further comprising, after sending video identification information to the terminal device:
receiving an acquisition request for acquiring the video network storage address sent by the terminal equipment according to the video identification information, and returning a corresponding video network storage address according to the acquisition request;
the acquisition request is generated after the terminal equipment determines that the video network storage address corresponding to the local storage is invalid according to the video identification information, or the acquisition request is generated after the terminal equipment determines that the video network storage address corresponding to the local storage is not stored locally according to the video identification information.
8. A moving picture display device, comprising:
the first acquisition module is used for acquiring a display request of a dynamic picture of the terminal equipment;
the second acquisition module is used for acquiring the number of the dynamic pictures to be displayed, the equipment performance of the terminal equipment and the network performance of the terminal equipment;
the determining module is used for determining the display mode of the dynamic pictures to be displayed according to the number of the dynamic pictures, the equipment performance of the terminal equipment and the network performance of the terminal equipment, wherein the display mode comprises any one of a video display mode and a GIF (graphic interchange format) display mode; the equipment performance requirement corresponding to the video display mode is higher than the equipment performance requirement corresponding to the GIF display mode, and the network performance requirement corresponding to the video display mode is lower than the network performance requirement corresponding to the GIF display mode;
and the sending module is used for sending the network storage address of the dynamic picture to be displayed to the terminal equipment according to the display mode so that the terminal equipment loads and displays the dynamic picture to be displayed according to the network storage address.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1-7 when executing the program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 7.
CN202010270155.2A 2020-04-08 2020-04-08 Dynamic picture display method and device, electronic equipment and computer storage medium Active CN111475245B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010270155.2A CN111475245B (en) 2020-04-08 2020-04-08 Dynamic picture display method and device, electronic equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010270155.2A CN111475245B (en) 2020-04-08 2020-04-08 Dynamic picture display method and device, electronic equipment and computer storage medium

Publications (2)

Publication Number Publication Date
CN111475245A CN111475245A (en) 2020-07-31
CN111475245B true CN111475245B (en) 2021-06-25

Family

ID=71750059

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010270155.2A Active CN111475245B (en) 2020-04-08 2020-04-08 Dynamic picture display method and device, electronic equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN111475245B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113486939A (en) * 2021-06-30 2021-10-08 平安证券股份有限公司 Method, device, terminal and storage medium for processing pictures
CN115002097A (en) * 2022-04-25 2022-09-02 青岛海尔科技有限公司 Application image display method and device, storage medium and electronic device

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104537111B (en) * 2015-01-19 2018-09-04 小米通讯技术有限公司 The loading method and device of Web page picture
CN105681715B (en) * 2016-03-03 2019-11-15 腾讯科技(深圳)有限公司 A kind of audio/video processing method and device
CN105825801B (en) * 2016-03-21 2021-02-19 联想(北京)有限公司 Display control method and electronic equipment
CN106101766A (en) * 2016-07-11 2016-11-09 乐视控股(北京)有限公司 The control method for playing back of a kind of video ads, device and electronic equipment
CN107038219B (en) * 2017-03-17 2019-03-15 武汉斗鱼网络科技有限公司 The method and device of GIF animation is loaded in iOS
CN106991162B (en) * 2017-03-22 2020-07-28 未来电视有限公司 Method for realizing animation effect on webpage for saving network resources
CN109672776B (en) * 2017-10-16 2021-07-09 华为技术有限公司 Method and terminal for displaying dynamic image
CN108132820B (en) * 2017-11-14 2021-07-13 阿里巴巴(中国)有限公司 Dynamic picture display method, device and equipment
CN109101303A (en) * 2018-07-04 2018-12-28 杭州涂鸦信息技术有限公司 Intelligent picture lazyness loading method
CN109040802A (en) * 2018-09-03 2018-12-18 青岛海信传媒网络技术有限公司 A kind of method and device that media resource obtains
CN110177308A (en) * 2019-04-15 2019-08-27 广州虎牙信息科技有限公司 Mobile terminal and its audio-video frame losing method in record screen, computer storage medium

Also Published As

Publication number Publication date
CN111475245A (en) 2020-07-31

Similar Documents

Publication Publication Date Title
US10834430B2 (en) Picture data encoding method and apparatus and picture data decoding method and apparatus
US20230036405A1 (en) Video encoding and decoding for cloud gaming
CN105205014A (en) Data storage method and device
US20170192819A1 (en) Method and electronic device for resource allocation
CN110392306B (en) Data processing method and equipment
CN111475245B (en) Dynamic picture display method and device, electronic equipment and computer storage medium
CN112203034B (en) Frame rate control method and device and electronic equipment
CN113473148B (en) Computing system for video coding and video coding method
US20190114989A1 (en) Systems and methods for image optimization
CN105487640A (en) Image pre-loading and caching method of Android watch
CN104679581A (en) Method and device for running program in background
CN114071047A (en) Frame rate control method and related device
CN109509139B (en) Vertex data processing method, device and equipment
CN111651700A (en) Message display method and device, electronic equipment and storage medium
CN116721007B (en) Task control method, system and device, electronic equipment and storage medium
CN104572771A (en) Method and device for displaying processing state
US11134180B2 (en) Detection method for static image of a video and terminal, and computer-readable storage medium
CN102508888B (en) File compression storage and indexing method for improving map access efficiency
CN108712556B (en) Frame rate adjusting method and device, terminal equipment and storage medium
CN105654540A (en) Method and apparatus for data display in 3D scene
US20220239920A1 (en) Video processing method, related apparatus, storage medium, and program product
CN116955271A (en) Method and device for storing data copy, electronic equipment and storage medium
KR20200108348A (en) Data transfer
CN116059631A (en) Object rendering method, device, electronic equipment and computer readable storage medium
CN113384893A (en) Data processing method and device and computer readable storage medium

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
GR01 Patent grant
GR01 Patent grant