CN112511897A - Video cover setting method, device, equipment and storage medium - Google Patents

Video cover setting method, device, equipment and storage medium Download PDF

Info

Publication number
CN112511897A
CN112511897A CN202011157368.0A CN202011157368A CN112511897A CN 112511897 A CN112511897 A CN 112511897A CN 202011157368 A CN202011157368 A CN 202011157368A CN 112511897 A CN112511897 A CN 112511897A
Authority
CN
China
Prior art keywords
video data
target
video
target video
ffmpeg
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
CN202011157368.0A
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.)
Changsha Youheng Network Technology Co Ltd
Original Assignee
Changsha Youheng Network 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 Changsha Youheng Network Technology Co Ltd filed Critical Changsha Youheng Network Technology Co Ltd
Priority to CN202011157368.0A priority Critical patent/CN112511897A/en
Publication of CN112511897A publication Critical patent/CN112511897A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/44Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs
    • H04N21/4402Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display
    • H04N21/440218Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display by transcoding between formats or standards, e.g. from MPEG-2 to MPEG-4
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/442Monitoring of processes or resources, e.g. detecting the failure of a recording device, monitoring the downstream bandwidth, the number of times a movie has been viewed, the storage space available from the internal hard disk
    • H04N21/44213Monitoring of end-user related data
    • H04N21/44222Analytics of user selections, e.g. selection of programs or purchase activity
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/472End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content
    • H04N21/47205End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content for manipulating displayed content, e.g. interacting with MPEG-4 objects, editing locally
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/472End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content
    • H04N21/47217End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content for controlling playback functions for recorded or on-demand content, e.g. using progress bars, mode or play-point indicators or bookmarks

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Social Psychology (AREA)
  • Human Computer Interaction (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention provides a method, a device, equipment and a storage medium for setting a video cover, wherein the method comprises the following steps: obtaining an FFmpeg, and compiling the FFmpeg to obtain a WebAssembly library; acquiring target video data uploaded by a user; calling a video decoding function interface in the FFmpeg after compiling through JS to decode the target video data; acquiring a target video frame in the decoded video data; setting the target video frame as a cover description image of the target video data. By adopting the invention, the browser can successfully decode the video data with different formats by calling the video decoding function interface in the compiled FFmpeg through the JS. And then, a cover description image can be extracted through the decoded video data, so that the cover description image of the video data can be normally set.

Description

Video cover setting method, device, equipment and storage medium
Technical Field
The present invention relates to the field of video processing technologies, and in particular, to a method, an apparatus, a device, and a storage medium for setting a video cover.
Background
Along with the development of science and technology, people's entertainment life is more and more rich and colorful. People can register own individual account in a video website and then upload some video data in the individual account to be provided for vast net friends to watch. In order to describe the main content of the video data, a certain video frame in the video data is generally extracted as a cover description image of the video, and the cover description image is displayed in a video list.
The uploaded video data is generally encoded video data, and in order to successfully extract a cover description image from the video data, the video data should be decoded, and then a certain video frame is extracted from the decoded video data as the cover description image of the video. Because the browser has limitation on decoding the video data, the browser cannot decode video formats other than some popular video formats, including MP4(moving picture experts group4, a multifunctional player integrating audio, video, picture browsing, electronic book, radio, etc.), WebM (proposed by Google, which is an open, free media file format), h.264 (the tenth part of MPEG-4, which is a highly compressed digital video codec standard proposed by a joint video group formed by the joint of ITU-T video coding experts group and ISO/IEC moving picture experts group), VP8 (a real-time library of VP8 coding published by Google), and the like.
If the browser fails to successfully decode the video data, the browser fails to successfully extract the cover page description image from the video data, which may result in failure to set the cover page description image of the video data.
Disclosure of Invention
The embodiment of the invention provides a video cover setting method, a video cover setting device, video cover setting equipment and a storage medium, which are used for ensuring that a cover description image of video data can be normally set.
In a first aspect, an embodiment of the present invention provides a method for setting a video cover, where the method includes:
acquiring an open-source computer program FFmpeg, and compiling the FFmpeg to obtain a WebAssembly library;
acquiring target video data uploaded by a user;
calling a video decoding function interface in the compiled FFmpeg through a high-level programming language JS to decode the target video data;
acquiring a target video frame in the decoded video data;
setting the target video frame as a cover description image of the target video data.
Optionally, the acquiring a target video frame in the decoded video data includes:
and determining the first video frame in the decoded video data as a target video frame.
Optionally, the acquiring a target video frame in the decoded video data includes:
displaying a video playing time axis corresponding to the decoded video data;
detecting a target time point selected by a user on the video playing time axis;
determining a preview image corresponding to the target time point in the decoded video data;
displaying the preview image;
and if the selection operation of the user on the preview image is detected, determining the preview image as a target video frame.
Optionally, the decoding the target video data by using a JS to call a video decoding function interface in the compiled FFmpeg includes:
and calling a video decoding function interface in the FFmpeg after compiling through JS to decode a target video frame in the target video data.
In a second aspect, an embodiment of the present invention provides a video cover setting apparatus, including:
the system comprises an acquisition module, a database module and a database module, wherein the acquisition module is used for acquiring an open-source computer program FFmpeg and compiling the FFmpeg to obtain a WebAssembly library; acquiring target video data uploaded by a user;
the decoding module is used for calling a video decoding function interface in the FFmpeg after compiling through a high-level programming language JS to decode the target video data;
the acquisition module is used for acquiring a target video frame in the decoded video data;
and the setting module is used for setting the target video frame as a cover description image of the target video data.
Optionally, the obtaining module is configured to:
and determining the first video frame in the decoded video data as a target video frame.
Optionally, the obtaining module is configured to:
displaying a video playing time axis corresponding to the decoded video data;
detecting a target time point selected by a user on the video playing time axis;
determining a preview image corresponding to the target time point in the decoded video data;
displaying the preview image;
and if the selection operation of the user on the preview image is detected, determining the preview image as a target video frame.
Optionally, the decoding module is configured to:
and calling a video decoding function interface in the FFmpeg after compiling through JS to decode a target video frame in the target video data.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a processor and a memory, where the memory stores executable codes, and when the executable codes are executed by the processor, the processor is enabled to implement at least the video cover setting method in the first aspect.
In a fourth aspect, embodiments of the present invention provide a non-transitory machine-readable storage medium having stored thereon executable code, which when executed by a processor of an electronic device, causes the processor to implement at least the video cover setting method of the first aspect.
By adopting the method and the device, the FFmpeg is compiled into the WebAssembly library, so that the compiled FFmpeg can run in a browser and can provide video coding and decoding capabilities in the browser, and the browser can successfully decode video data with different formats by calling a video decoding function interface in the compiled FFmpeg through JS. And then, a cover description image can be extracted through the decoded video data, so that the cover description image of the video data can be normally set.
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 are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a video cover setting method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a video cover setting apparatus according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the examples of the present invention and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise, and "a plurality" typically includes at least two.
The words "if", as used herein, may be interpreted as "at … …" or "at … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrases "if determined" or "if detected (a stated condition or event)" may be interpreted as "when determined" or "in response to a determination" or "when detected (a stated condition or event)" or "in response to a detection (a stated condition or event)", depending on the context.
In addition, the sequence of steps in each method embodiment described below is only an example and is not strictly limited.
Fig. 1 is a flowchart of a video cover setting method according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
101. and obtaining an open source computer program FFmpeg, and compiling the FFmpeg to obtain a WebAssembly library.
102. And acquiring target video data uploaded by a user.
103. And calling a video decoding function interface in the compiled FFmpeg through the high-level programming language JS to decode the target video data.
104. And acquiring a target video frame in the decoded video data.
105. The target video frame is set as a cover description image of the target video data.
The FFmpeg is a set of open source computer programs that can be used to record, convert digital audio, video and convert digital audio, video into streams. It provides a complete solution for recording, converting and streaming audio and video. The method comprises a very advanced audio/video coding and decoding library libavcodec, and in order to ensure high portability and coding and decoding quality, a lot of codes in the libavcodec are developed from a zero base. FFmpeg was developed under the Linux platform, but it can also be compiled to run in other operating system environments as well, which may include Windows, Mac OS X, etc.
The WebAssembly library is a brand new format which is portable, small in size, fast to load and compatible with Web. The WebAssembly library can be the compiled target of any programming language, so that the application program can run in a browser or other agent. The WebAssembly library can be called by JavaScript to enter a JavaScript context, and can also call the functions of a browser like WebAPI.
It is understood that FFmpeg cannot run in a browser, but FFmpeg provides many video codec functions that can decode many video data. After the FFmpeg is compiled, the FFmpeg is converted into a WebAssembly library which can run in a browser, so that the compiled FFmpeg can run in the browser and can also provide video coding and decoding capabilities in the browser.
People can register own individual account in a video website and then upload some video data in the individual account to be provided for vast net friends to watch. In order to describe the main content of the target video data conveniently, after the target video data is uploaded, the browser can extract a certain video frame in the target video data as a cover page description image of the target video data, and the cover page description image is displayed in a video playlist of the personal account.
After the browser receives target video data uploaded by a user, a video decoding function interface in the FFmpeg after compiling can be called through JavaScript, and the target video data is decoded through the video decoding function interface.
It is understood that the entire target video data may be decoded, so that all video frames can be decoded, and in order to save the amount of computation, optionally, the target video frame in the target video data may also be decoded by using the video decoding function interface in the FFmpeg after the JS call is compiled. Because only the target video frame is needed to be used when the cover description image is set, only the target video frame in the target video data can be decoded.
Two ways of obtaining a target video frame are described below.
Alternatively, the process of acquiring the target video frame in the decoded video data may be implemented as: and determining the first video frame in the decoded video data as a target video frame.
In practical applications, the first video frame in the decoded video data may be used as the target video frame.
Alternatively, the process of acquiring the target video frame in the decoded video data may be implemented as: displaying a video playing time axis corresponding to the decoded video data; detecting a target time point selected by a user on a video playing time axis; determining a preview image corresponding to a target time point in the decoded video data; displaying the preview image; and if the selection operation of the user on the preview image is detected, determining the preview image as the target video frame.
In practical applications, it is assumed that the decoded video data is a video clip with a playing time of 60 minutes, and a video playing time axis corresponding to the video clip with the playing time of 60 minutes can be generated. A draggable control can be arranged on the video playing time axis, and a user can drag the control to select a target time point. After detecting a target time point selected by a user on a video playing time axis, a preview image corresponding to the target time point in the decoded video data can be determined. For example, if the user selects a 35 minute 28 second preview image of the preview video segment by dragging the control, the 35 minute 28 second preview image can be captured and then presented. It is to be understood that if the user is satisfied with the preview image, and the preview image is considered to be in accordance with the core theme of the target video data, the preview image may be determined to be set as the target video frame by a selection operation on the preview image.
By adopting the method and the device, the FFmpeg is compiled into the WebAssembly library, so that the compiled FFmpeg can run in a browser and can provide video coding and decoding capabilities in the browser, and the browser can successfully decode video data with different formats by calling a video decoding function interface in the compiled FFmpeg through JS. And then, a cover description image can be extracted through the decoded video data, so that the cover description image of the video data can be normally set.
The video cover setting apparatus of one or more embodiments of the present invention will be described in detail below. Those skilled in the art will appreciate that these video cover setting devices can be constructed using commercially available hardware components configured by the steps taught in the present solution.
Fig. 2 is a schematic structural diagram of a video cover setting apparatus according to an embodiment of the present invention, as shown in fig. 2, the apparatus includes:
the acquisition module 21 is used for acquiring an open-source computer program FFmpeg, and compiling the FFmpeg to obtain a WebAssembly library; acquiring target video data uploaded by a user;
the decoding module 22 is configured to call a video decoding function interface in the compiled FFmpeg through the high-level programming language JS to decode the target video data;
the obtaining module 21 is configured to obtain a target video frame in the decoded video data;
a setting module 23, configured to set the target video frame as a cover description image of the target video data.
Optionally, the obtaining module 21 is configured to:
and determining the first video frame in the decoded video data as a target video frame.
Optionally, the obtaining module 21 is configured to:
displaying a video playing time axis corresponding to the decoded video data;
detecting a target time point selected by a user on the video playing time axis;
determining a preview image corresponding to the target time point in the decoded video data;
displaying the preview image;
and if the selection operation of the user on the preview image is detected, determining the preview image as a target video frame.
Optionally, the decoding module 22 is configured to:
and calling a video decoding function interface in the FFmpeg after compiling through JS to decode a target video frame in the target video data.
The apparatus shown in fig. 2 can execute the video cover setting method provided in the foregoing embodiment shown in fig. 1, and the detailed execution process and technical effects are described in the foregoing embodiment and will not be described again here.
In one possible design, the structure of the video cover setting apparatus shown in fig. 2 may be implemented as an electronic device, as shown in fig. 3, which may include: a processor 91, and a memory 92. Wherein the memory 92 has stored thereon executable code, which when executed by the processor 91, causes the processor 91 to at least implement the video cover setting method as provided in the foregoing embodiment shown in fig. 1.
Optionally, the electronic device may further include a communication interface 93 for communicating with other devices.
In addition, an embodiment of the present invention provides a non-transitory machine-readable storage medium having stored thereon executable code, which, when executed by a processor of an electronic device, causes the processor to implement at least the video cover setting method provided in the foregoing embodiment shown in fig. 1.
The above-described apparatus embodiments are merely illustrative, wherein the units described as separate components may or may not be physically separate. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by adding a necessary general hardware platform, and of course, can also be implemented by a combination of hardware and software. With this understanding in mind, the above-described aspects and portions of the present technology which contribute substantially or in part to the prior art may be embodied in the form of a computer program product, which may be embodied on one or more computer-usable storage media having computer-usable program code embodied therein, including without limitation disk storage, CD-ROM, optical storage, and the like.
The video cover setting method provided by the embodiment of the present invention may be executed by a certain program/software, the program/software may be provided by a network side, the electronic device mentioned in the foregoing embodiment may download the program/software into a local nonvolatile storage medium, and when it needs to execute the video cover setting method, the program/software is read into a memory by a CPU, and then the CPU executes the program/software to implement the video cover setting method provided in the foregoing embodiment, and an execution process may refer to the illustration in fig. 1.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for video cover setting, comprising:
acquiring an open-source computer program FFmpeg, and compiling the FFmpeg to obtain a WebAssembly library;
acquiring target video data uploaded by a user;
calling a video decoding function interface in the compiled FFmpeg through a high-level programming language JS to decode the target video data;
acquiring a target video frame in the decoded video data;
setting the target video frame as a cover description image of the target video data.
2. The method of claim 1, wherein obtaining the target video frame in the decoded video data comprises:
and determining the first video frame in the decoded video data as a target video frame.
3. The method of claim 1, wherein obtaining the target video frame in the decoded video data comprises:
displaying a video playing time axis corresponding to the decoded video data;
detecting a target time point selected by a user on the video playing time axis;
determining a preview image corresponding to the target time point in the decoded video data;
displaying the preview image;
and if the selection operation of the user on the preview image is detected, determining the preview image as a target video frame.
4. The method of claim 1, wherein decoding the target video data by the video decoding function interface in the compiled FFmpeg via the JS call comprises:
and calling a video decoding function interface in the FFmpeg after compiling through JS to decode a target video frame in the target video data.
5. A video cover setting device, comprising:
the system comprises an acquisition module, a database module and a database module, wherein the acquisition module is used for acquiring an open-source computer program FFmpeg and compiling the FFmpeg to obtain a WebAssembly library; acquiring target video data uploaded by a user;
the decoding module is used for calling a video decoding function interface in the FFmpeg after compiling through a high-level programming language JS to decode the target video data;
the acquisition module is used for acquiring a target video frame in the decoded video data;
and the setting module is used for setting the target video frame as a cover description image of the target video data.
6. The apparatus of claim 5, wherein the obtaining module is configured to:
and determining the first video frame in the decoded video data as a target video frame.
7. The apparatus of claim 5, wherein the obtaining module is configured to:
displaying a video playing time axis corresponding to the decoded video data;
detecting a target time point selected by a user on the video playing time axis;
determining a preview image corresponding to the target time point in the decoded video data;
displaying the preview image;
and if the selection operation of the user on the preview image is detected, determining the preview image as a target video frame.
8. The apparatus of claim 5, wherein the decoding module is configured to:
and calling a video decoding function interface in the FFmpeg after compiling through JS to decode a target video frame in the target video data.
9. An electronic device, comprising: a memory, a processor; wherein the memory has stored thereon executable code which, when executed by the processor, causes the processor to perform the video cover setting method of any of claims 1-4.
10. A non-transitory machine-readable storage medium having stored thereon executable code, which when executed by a processor of an electronic device, causes the processor to perform the video cover setting method of any one of claims 1-4.
CN202011157368.0A 2020-10-26 2020-10-26 Video cover setting method, device, equipment and storage medium Pending CN112511897A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011157368.0A CN112511897A (en) 2020-10-26 2020-10-26 Video cover setting method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011157368.0A CN112511897A (en) 2020-10-26 2020-10-26 Video cover setting method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112511897A true CN112511897A (en) 2021-03-16

Family

ID=74955945

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011157368.0A Pending CN112511897A (en) 2020-10-26 2020-10-26 Video cover setting method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112511897A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113301422A (en) * 2021-05-24 2021-08-24 腾讯音乐娱乐科技(深圳)有限公司 Method, terminal and storage medium for acquiring video cover
CN113596469A (en) * 2021-06-23 2021-11-02 天津津航计算技术研究所 Soft-hard combined and high-efficiency transmission video decoding method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110198479A (en) * 2019-05-24 2019-09-03 浪潮软件集团有限公司 A kind of browser audio/video decoding playback method based on webassembly
CN111083167A (en) * 2019-12-31 2020-04-28 深圳市思博慧数据科技有限公司 Cross-browser H.265 video playing method
CN111554328A (en) * 2020-03-31 2020-08-18 北京奇艺世纪科技有限公司 Multimedia editing method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110198479A (en) * 2019-05-24 2019-09-03 浪潮软件集团有限公司 A kind of browser audio/video decoding playback method based on webassembly
CN111083167A (en) * 2019-12-31 2020-04-28 深圳市思博慧数据科技有限公司 Cross-browser H.265 video playing method
CN111554328A (en) * 2020-03-31 2020-08-18 北京奇艺世纪科技有限公司 Multimedia editing method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
知乎: "《有哪些效果拔群的 WebAssembly 应用?》", 《知乎》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113301422A (en) * 2021-05-24 2021-08-24 腾讯音乐娱乐科技(深圳)有限公司 Method, terminal and storage medium for acquiring video cover
CN113596469A (en) * 2021-06-23 2021-11-02 天津津航计算技术研究所 Soft-hard combined and high-efficiency transmission video decoding method

Similar Documents

Publication Publication Date Title
CN111436004B (en) Video playing method, device and equipment and computer readable storage medium
US10271105B2 (en) Method for playing video, client, and computer storage medium
CN111436005B (en) Method and apparatus for displaying image
KR101916874B1 (en) Apparatus, method for auto generating a title of video contents, and computer readable recording medium
CN112511897A (en) Video cover setting method, device, equipment and storage medium
CN113965751B (en) Screen content coding method, device, equipment and storage medium
CN109672902A (en) A kind of video takes out frame method, device, electronic equipment and storage medium
CN103369128A (en) Image reproduction apparatus and method for simultaneously displaying multiple moving-image thumbnails
CN112418058A (en) Video processing method and device
CN110225404A (en) Video broadcasting method, terminal and computer readable storage medium
CN104065977A (en) Audio/video file processing method and device
CN112911343A (en) Multi-channel video playing method and device, electronic equipment and storage medium
CN114040243A (en) Live broadcast room video playing method and device
CN113873316B (en) Live broadcasting room video playing method and device
US20140129729A1 (en) Method and system for remote altering static video content in real time
CN107493478B (en) Method and device for setting coding frame rate
CN116567351B (en) Video processing method, device, equipment and medium
CN113170228B (en) Audio processing for extracting disjoint segments of variable length from audiovisual content
CN114173154B (en) Video processing method and system
KR100909669B1 (en) How to Play Flash-based Video Content in Web Browsers of Mobile and Embedded Devices
KR100892433B1 (en) System and Method for relaying motion pictures using mobile communication device
CN112804579A (en) Video playing method and device, computer equipment and readable storage medium
CN115550710A (en) Data processing method and device, terminal equipment and storage medium
CN112434234B (en) Frame extraction method and system based on browser
CN111050179B (en) Video transcoding method and device

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210316

RJ01 Rejection of invention patent application after publication