WO2022156168A1 - 一种分布式视频合成方法与装置 - Google Patents

一种分布式视频合成方法与装置 Download PDF

Info

Publication number
WO2022156168A1
WO2022156168A1 PCT/CN2021/107129 CN2021107129W WO2022156168A1 WO 2022156168 A1 WO2022156168 A1 WO 2022156168A1 CN 2021107129 W CN2021107129 W CN 2021107129W WO 2022156168 A1 WO2022156168 A1 WO 2022156168A1
Authority
WO
WIPO (PCT)
Prior art keywords
video
task
micro
sorting
server
Prior art date
Application number
PCT/CN2021/107129
Other languages
English (en)
French (fr)
Inventor
戴持维
魏博
Original Assignee
深圳市前海手绘科技文化有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳市前海手绘科技文化有限公司 filed Critical 深圳市前海手绘科技文化有限公司
Publication of WO2022156168A1 publication Critical patent/WO2022156168A1/zh

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/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/234Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/234Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs
    • H04N21/23424Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving splicing one content stream with another content stream, e.g. for inserting or substituting an advertisement
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/222Studio circuitry; Studio devices; Studio equipment
    • H04N5/262Studio circuits, e.g. for mixing, switching-over, change of character of image, other special effects ; Cameras specially adapted for the electronic generation of special effects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/222Studio circuitry; Studio devices; Studio equipment
    • H04N5/262Studio circuits, e.g. for mixing, switching-over, change of character of image, other special effects ; Cameras specially adapted for the electronic generation of special effects
    • H04N5/265Mixing

Definitions

  • the invention belongs to the technical field of video synthesis, and in particular relates to a distributed video synthesis method and device.
  • the current video synthesis method basically uses a synthesis script to synthesize scene pages one by one on a single server.
  • a single process loads all the resource materials in the draft at one time, then a single process takes frame-by-frame screenshots, synthesizes the video, and then dubs the video; although there are segmented synthesis schemes optimized for resource loading, they are all based on a single server.
  • Synchronous synthesis cannot fundamentally solve the shortcomings of a single video synthesis process on a single machine occupying a large amount of memory, video playback is easy to get stuck, and video synthesis tasks cannot be subdivided.
  • the present invention provides a distributed video synthesis method, comprising the steps of:
  • the present invention provides a distributed video synthesis device, comprising:
  • the video export module sends out video export instructions, and allocates scene pages to multiple microtasks according to the scene page type
  • the synthesis module sends out synthesis instructions, and performs synthesis processing on scene pages in different micro-tasks at the same time to generate video clips;
  • the sorting module issues sorting instructions, sorts the video clips, and combines the video clips in order to generate a composite video.
  • the above-mentioned numbers are divided into different microtasks, so that each microtask has a designated serial number.
  • each microtask only contains information about the scene page in the specified draft.
  • the scene pages are arranged in ascending order of sequence numbers according to the types of the scene pages of the micro-task.
  • the scene pages in different micro-tasks are firstly sorted and then synthesized at the same time to generate video clips, and multiple servers are started to work at the same time. Simultaneous processing of the synthesis of micro-tasks is realized, which saves the time of video synthesis.
  • a sorting instruction is issued to sort the video clips, and finally a composite video is generated.
  • This method greatly saves the time of video synthesis, improves the efficiency of video synthesis, and solves the shortcomings of a single video synthesis process on a single machine occupying a large amount of memory, video playback is easy to get stuck, and video synthesis tasks cannot be subdivided.
  • the step of issuing a video export instruction, and allocating scene pages to a plurality of micro-tasks according to the scene page types includes:
  • the present invention provides a distributed video synthesis device, wherein the video export module includes:
  • Numbering unit creating different numbers and assigning different numbers to different microtasks
  • Identifying unit identifying the number of micro-tasks, and sorting micro-tasks according to the number
  • the audio adding unit adds audio to the audio micro-task for separate storage.
  • sorting the microtasks according to the number will generate a microtask queue.
  • the audio microtask needs to be added to the queue corresponding to the audio microtask.
  • the corresponding video clip is saved to the specified path.
  • the invention realizes the simultaneous processing of the synthesis of the micro-tasks, saves the time of video synthesis, and simultaneously inserts the audio micro-tasks into the queue of the micro-tasks.
  • the sorting and simultaneous synthesis of microtasks are realized, and the audio microtasks are added to the video microtasks to provide the basis for the final generation process.
  • the time of video synthesis is saved, the efficiency of video synthesis is improved, and the disadvantages of large memory usage in the video synthesis process, video playback easily stuck, and inability to subdivide video synthesis tasks are reduced.
  • the steps of issuing a composition instruction to perform composition processing on scene pages in different microtasks at the same time to generate video clips and storing them in a specified path include:
  • microtask synthesis is terminated.
  • the present invention provides a distributed video synthesis device, wherein the synthesis module includes:
  • the generating unit after synthesizing, generates video clips
  • the judgment unit judges that the micro-task is the last task, and terminates the micro-task synthesis.
  • the invention synthesizes the scene pages in the micro-tasks by searching for the micro-tasks; after the synthesis is completed, a video clip is generated; judging that the micro-task is the last task, the micro-task combination is terminated to realize the synthesis of the scene pages in the micro-tasks , and how to judge that the composition of the scene page has been completed.
  • the time of video synthesis is saved, the efficiency of video synthesis is improved, and the disadvantages of large memory usage in the video synthesis process, video playback easily stuck, and inability to subdivide video synthesis tasks are reduced.
  • the steps of issuing a sorting instruction to sort the video clips, and combining the video clips in order to generate a composite video include:
  • the video clips in the microtask are spliced to generate a composite video
  • the present invention provides a distributed video synthesis device, wherein the sorting module includes:
  • the sorting unit splices the video clips in the micro-task to generate a composite video
  • the audio processing unit obtains the audio in the audio micro-task, and performs dubbing processing on the synthesized video to generate the final draft video;
  • the invention realizes the splicing of video clips, splicing the video clips in the micro-task according to the sorting instruction to generate a composite video; obtains the audio in the audio micro-task, and performs dubbing processing on the composite video to generate a final draft video; Export final video.
  • the splicing of video clips is realized, and the export of video clips is finally completed.
  • the time of video synthesis is saved, the efficiency of video synthesis is improved, and the disadvantages of large memory usage in the video synthesis process, video playback easily stuck, and inability to subdivide video synthesis tasks are reduced.
  • the step of issuing a synthesis instruction to perform synthesis processing on the scene pages in different microtasks at the same time to generate video clips includes:
  • a server corresponding to the number of micro-tasks is selected based on the running state of the server, and the selected server performs synthesis processing on the scene pages in the micro-task in parallel to generate different video clips.
  • it also includes:
  • micro-tasks are distributed to different servers for processing based on the task sorting result and the server sorting result.
  • the task sorting result is a descending sorting
  • the server sorting result is ascending sorting
  • Distributing the micro-tasks to different servers for processing based on the task sorting results and the server sorting results includes:
  • it also includes:
  • the microtask is sent to other servers for processing.
  • the synthesis module includes:
  • an obtaining unit used to obtain the running status of multiple servers in advance
  • the synthesizing unit is configured to select servers corresponding to the number of microtasks based on the running state of the servers, and the selected servers perform synthesizing processing on the scene pages in the microtasks in parallel to generate different video segments.
  • the task sorting unit is used to obtain the data volume of each microtask, and sorts the microtasks according to the data volume to obtain the task sorting result;
  • the server sorting unit is used to obtain the running status of each server, and sort the server according to the cache information and/or CPU information in the running status of the server to obtain the server sorting result;
  • a distribution unit configured to distribute the micro-tasks to different servers for processing based on the task sorting result and the server sorting result.
  • the task sorting result is descending sorting
  • the server sorting result is ascending sorting
  • the distribution unit is further configured to perform the following steps, including:
  • a computing unit configured to calculate the processing duration of each microtask at the corresponding server based on the corresponding result
  • the sending unit is configured to send the microtask to other servers for processing when the processing duration of any one server on the microtask exceeds the corresponding processing duration.
  • An electronic device includes a memory and a processor, and the memory stores a computer program, wherein the computer program is executed in the processor to implement any of the above methods.
  • a storage medium stores a computer program, and the computer program can be executed in a processor to implement any one of the above methods.
  • the invention creates a distributed video synthesis method and device.
  • the video draft data is divided into a plurality of micro-tasks with sequential numbers according to scene pages and stored in the video synthesis micro-task queue.
  • the server obtains the micro-tasks and performs concurrent synthesis at the same time.
  • video splicing and dubbing are performed.
  • Such an implementation can effectively reduce the frame problem of large draft video, and can reduce the video synthesis time exponentially.
  • FIG. 1 is a flowchart of a distributed video synthesis method provided by an embodiment
  • FIG. 2 is an architecture diagram of a distributed video synthesis apparatus provided by an embodiment
  • FIG. 3 is a flowchart of issuing a video export instruction provided by an embodiment, and assigning a scene page to a plurality of microtasks according to the scene page type;
  • FIG. 4 is a frame diagram of a video export module provided by an embodiment
  • FIG. 5 is a flowchart of issuing a synthesis instruction provided by an embodiment, and performing synthesis processing on scene pages in different microtasks at the same time to generate video clips;
  • FIG. 6 is a frame diagram of a synthesis module provided by an embodiment
  • FIG. 7 is a flowchart of issuing a sorting instruction, sorting video clips, and stitching the video clips to generate a composite video provided by an embodiment
  • FIG. 8 is a frame diagram of a sorting module provided by an embodiment.
  • the term “storage medium” may be various media that can store computer programs, such as ROM, RAM, magnetic disk or optical disk.
  • the term "processor” can be CPLD (Complex Programmable Logic Device: Complex Programmable Logic Device), FPGA (Field-Programmable Gate Array: Field Programmable Gate Array), MCU (Microcontroller Unit: Micro Control Unit), PLC (Programmable Logic) Controller: programmable logic controller) and CPU (Central Processing Unit: central processing unit) and other chips or circuits with data processing functions.
  • electronic device may be any device with data processing and storage functions, and may generally include both stationary and mobile terminals. Fixed terminals such as desktops, etc. Mobile terminals such as mobile phones, PADs and mobile robots. In addition, the technical features involved in the different embodiments of the present invention described later can be combined with each other as long as there is no conflict with each other.
  • the present invention provides a method for recording video material of an animation video platform, which is characterized in that it includes the steps:
  • S3 issue a sorting instruction, sort the video clips, and combine the video clips to generate a composite video.
  • Embodiment 2 is a diagrammatic representation of Embodiment 1:
  • the present invention provides a device for recording video material of an animation video platform, including:
  • the video export module 1 issues a video export command, and allocates the scene pages to multiple micro-tasks according to the scene page type;
  • Synthesis module 2 issue a synthesis instruction, and perform synthesis processing on scene pages in different micro-tasks at the same time to generate video clips;
  • the sorting module 3 issues a sorting instruction, sorts the video clips, and combines the video clips in order to generate a composite video.
  • step S1 and step S2 are creatively combined into an integral technical means.
  • S1 is used to issue a video export instruction, and the scene pages are allocated to multiple micro-tasks according to the type of the scene page.
  • S2 issues a synthesis instruction. Synthesize the scene pages in different micro-tasks within time to generate video clips and store them in the designated path. The two cooperate with each other.
  • S1 is the foundation and preparation of S2.
  • S1 allocates the scene pages required by S2 to In the specific micro-task, it provides the basis for the synthesis processing in S2, which is convenient for the progress of S2. If S1 is missing, S2 cannot proceed normally. There is an inherent logical and temporal relationship between S1 and S2, which are two inseparable steps.
  • step S2 and step S3 are creatively combined into an integral technical means that cannot be separated, which saves time for video synthesis and improves the efficiency of video synthesis.
  • step S1, step S2, and step S3 are creatively combined into an integral technical means that cannot be separated.
  • step S1 includes:
  • Embodiment 4 is a diagrammatic representation of Embodiment 4:
  • the generating and reading module 1 includes:
  • Numbering unit 11 creating different numbers and assigning different numbers to different microtasks
  • the identification unit 12 identifies the serial number of the micro-task, and sorts the micro-task according to the serial number;
  • the audio adding unit 13 adds audio to the audio micro-task for separate storage.
  • Embodiment 5 is a diagrammatic representation of Embodiment 5:
  • step S2 includes:
  • Embodiment 6 is a diagrammatic representation of Embodiment 6
  • the synthesis module 2 includes:
  • the search unit 21 searches for micro-tasks, and synthesizes the scene pages in the micro-tasks;
  • the generating unit 22 after synthesizing, generates video clips
  • the judging unit 23 judges that the micro-task is the last task, and terminates the micro-task synthesis.
  • Embodiment 7 is a diagrammatic representation of Embodiment 7:
  • step S3 includes:
  • Embodiment 8 is a diagrammatic representation of Embodiment 8
  • the calling module 3 includes:
  • the sorting unit 31 splices the video clips in the micro-task to generate a composite video
  • the audio processing unit 32 obtains the audio in the audio micro-task, and performs dubbing processing on the synthesized video to generate the final draft video;
  • the export final video unit 33 exports the final video.
  • Embodiment 9 is a diagrammatic representation of Embodiment 9:
  • the steps of issuing a synthesis instruction and synthesizing the scene pages in different micro-tasks at the same time to generate video clips include:
  • the running status of the server includes CPU usage, cache usage, and so on.
  • a server corresponding to the number of micro-tasks is selected based on the running state of the server, and the selected server performs synthesis processing on the scene pages in the micro-task in parallel to generate different video clips.
  • the present invention will select a server with corresponding data. For example, a draft may be divided into 5 microtasks. At this time, 5 servers are required to process the 5 microtasks respectively. .
  • the selection of the number of servers is achieved through the above steps.
  • the present invention also includes:
  • the micro-tasks are distributed to different servers for processing based on the task sorting result and the server sorting result.
  • the present invention distributes different micro-tasks according to the current running status of different servers, so that each server processes the most suitable micro-tasks at the current moment, and improves the efficiency of the entire distributed system when the draft is exported.
  • the task sorting result is a descending sorting. At this time, the micro-tasks with more data volume will be ranked higher in the sorting results.
  • the sorting result of the server is in ascending order.
  • the current occupancy rate of the server's cache and CPU occupancy rate will be obtained.
  • Distributing the micro-tasks to different servers for processing based on the task sorting results and the server sorting results includes:
  • the invention will process the micro-tasks with large amount of data by the server with low CPU and cache occupancy rate, so that each server can process the data of the corresponding magnitude, ensure the stability of the distributed system, and improve the efficiency of data processing .
  • the present invention further includes: calculating the processing time of each microtask at the corresponding server based on the corresponding result.
  • the server processes each microtask, it will have a corresponding processing time, which is the longest time when the server processes the corresponding task.
  • the microtask When the processing time of any one server on the microtask exceeds the corresponding processing time, the microtask is sent to other servers for processing.
  • the server processes the micro-task, various unexpected situations may occur and the data cannot be processed normally. Therefore, the present invention will send the micro-task to other servers when the processing time of the micro-task by the server exceeds the calculated processing time. Avoid the steps of the entire composite video from being unable to proceed normally because a certain server cannot handle it normally.
  • the synthesis module of the present invention includes:
  • the obtaining unit is used to obtain the running status of multiple servers in advance.
  • the running status of the server includes CPU usage, cache usage, and so on.
  • the synthesizing unit is configured to select servers corresponding to the number of microtasks based on the running state of the servers, and the selected servers perform synthesizing processing on the scene pages in the microtasks in parallel to generate different video segments.
  • the present invention will select a server with corresponding data. For example, a draft may be divided into 5 microtasks. At this time, 5 servers are required to process the 5 microtasks respectively. .
  • the selection of the number of servers is achieved through the above steps.
  • the present invention also includes:
  • the task sorting unit is used to obtain the data volume of each microtask, and sorts the microtasks according to the data volume to obtain the task sorting result. This makes the arrangement of multiple microtasks more regular, which is convenient for subsequent processing.
  • the server sorting unit is used to obtain the running status of each server, and sort the server according to the cache information and/or CPU information in the running status of the server to obtain the server sorting result. This makes the arrangement of multiple servers more regular, which is convenient for subsequent processing.
  • a distribution unit configured to distribute the micro-tasks to different servers for processing based on the task sorting result and the server sorting result.
  • the present invention distributes different micro-tasks according to the current running status of different servers, so that each server processes the most suitable micro-tasks at the current moment, and improves the efficiency of the entire distributed system in exporting drafts.
  • the task sorting result is a descending sorting. At this time, the micro-tasks with more data volume will be ranked higher in the sorting results.
  • the sorting result of the server is in ascending order.
  • the current occupancy rate of the server's cache and CPU occupancy rate will be obtained.
  • the distribution unit is further configured to perform the following steps, including:
  • the invention will process the micro-tasks with large amount of data by the server with low CPU and cache occupancy rate, so that each server can process the data of the corresponding magnitude, ensure the stability of the distributed system, and improve the efficiency of data processing .
  • the present invention further includes: a calculation unit, configured to calculate the processing time of each microtask at the corresponding server based on the corresponding result.
  • a calculation unit configured to calculate the processing time of each microtask at the corresponding server based on the corresponding result.
  • the sending unit is configured to send the microtask to other servers for processing when the processing duration of any one server on the microtask exceeds the corresponding processing duration.
  • the server processes the micro-task, various unexpected situations may occur and the data cannot be processed normally. Therefore, the present invention will send the micro-task to other servers when the processing time of the micro-task by the server exceeds the calculated processing time. Avoid the steps of the entire composite video from being unable to proceed normally because a certain server cannot handle it normally.
  • An electronic device includes a memory and a processor, wherein the memory stores a computer program, wherein the computer program is executed in the processor to implement any of the above methods.
  • a storage medium stores a computer program, and the computer program can be executed in a processor to implement any one of the above methods.

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Television Signal Processing For Recording (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)

Abstract

本申请提供了一种分布式视频合成方法、装置、电子设备和存储介质。方法包括:发出视频导出指令,根据场景页类型将所述场景页分配到多个微任务中;发出合成指令,同一时间内对不同的所述微任务中的所述场景页进行合成处理,以生成视频片段;发出排序指令,对所述视频片段进行排序,并将所述视频片段进行拼合以生成合成视频。该种方式极大地节约了视频合成的时间,提高了视频合成的效率,解决了单台机器上单个视频合成进程内存占用大、视频播放容易卡住、视频合成任务无法细分的缺点。

Description

一种分布式视频合成方法与装置 技术领域
本发明属于视频合成技术领域,尤其涉及一种分布式视频合成方法与装置。
背景技术
目前的视频合成方法,基本上都是由合成脚本在单台服务器上逐个场景页进行合成。由单个进程一次性加载草稿中所有资源素材,然后由单个进程进行逐帧截图并合成视频,再对视频进行配音;虽然有针对资源加载优化的分段合成方案,但是都基于单台服务器进行线性同步合成,无法从根本上解决单台机器上单个视频合成进程内存占用大、视频播放容易卡住、视频合成任务无法细分的缺点。
发明内容
为解决上述技术问题,本发明提供一种分布式视频合成方法,包括步骤:
发出视频导出指令,根据场景页类型将场景页分配到多个微任务中;
发出合成指令,同一时间内对不同的微任务中的场景页进行合成处理,以生成视频片段;
发出排序指令,对视频片段进行排序,并将视频片段进行拼合以生成合成视频。
对应的,本发明提供一种分布式视频合成装置,包括:
视频导出模块,发出视频导出指令,根据场景页类型将场景页分配到多个微任务中;
合成模块,发出合成指令,同一时间内对不同的微任务中的场景页进行合成处理,以生成视频片段;
排序模块,发出排序指令,对视频片段进行排序,按照顺序将视频片段进行拼合以生成合成视频。
具体的,发出视频导出指令过程中,为本次任务生成一个全局的编号。
进一步的,在将场景页分配到多个微任务过程中,将上述的编号拆分给不同的微任务,以使每个微任务都有指定的序号。
具体的,每个微任务只包含指定草稿中该场景页的信息。
具体的,每个微任务分配序号过程中,按照微任务的场景页中的类型,将场景页按照序号由小到大的顺序进行排列。
本发明通过在同一时间内对不同的微任务中的场景页首先进行了排序处理,然后进行合成处理,以生成视频片段,通过同时启动多个服务器进行工作,在实现对微任务的排序后,实现了对微任务的合成的同时处理,节约了视频合成的时间。同时,在视频合成之后,发出排序指令,对视频片段进行排序处理,最终生成合成视频。该种方式极大地节约了视频合成的时间,提高了视频合成的效率,解决了单台机器上单个视频合成进程内存占用大、视频播放容易卡住、视频合成任务无法细分的缺点。
在其中一个实施例中,发出视频导出指令,根据场景页类型将场景页分配到多个微任务中的步骤包括:
创建不同编号,并将不同编号分配给不同的微任务;
识别微任务的编号,根据编号对微任务进行排序;
将音频添加到音频微任务中,进行单独存储。
对应的,本发明提供一种分布式视频合成装置,其中的视频导出模块包括:
编号单元,创建不同编号,并将不同编号分配给不同的微任务;
识别单元,识别微任务的编号,根据编号对微任务进行排序;
音频添加单元,将音频添加到音频微任务中,进行单独存储。
具体的,根据编号对微任务进行排序,会生成一个微任务队列。
进一步的,需要将音频微任务添加到音频微任务对应的队列中。
具体的,每一个微任务合成结束后,将对应的视频片段保存到指定的路径。
本发明通过对微任务的排序后,实现了对微任务的合成的同时处理,节约了视频合成的时间,同时将音频微任务也插入到微任务的队列中。实现了对微任务的排序和同时合成,并且将音频微任务添加到视频微任务中,为最终的生成过程提供基础。节约了视频合成的时间,提高了视频合成的效率,降低了视频合成进程内存占用大、视频播放容易卡住、视频合成任务无法细分的缺点。
在其中一个实施例中,发出合成指令,同一时间内对不同的微任务中的场景页进行合成处理,以生成视频片段,并存储到指定路径的步骤包括:
查找微任务,对微任务中的场景页进行合成;
合成完毕后,生成视频片段;
判断微任务中是最后一个任务,则终止微任务合成。
对应的,本发明提供一种分布式视频合成装置,其中的合成模块包括:
查找单元,查找微任务,对微任务中的场景页进行合成;
生成单元,合成完毕后,生成视频片段;
判断单元,判断微任务中是最后一个任务,则终止微任务合成。
本发明通过查找微任务,对微任务中的场景页进行合成;合成完毕后,生成视频片段;判断微任务中是最后一个任务,则终止微任务 合实现了对微任务中的场景页的合成,以及如何去判断场景页的合成已经完成。节约了视频合成的时间,提高了视频合成的效率,降低了视频合成进程内存占用大、视频播放容易卡住、视频合成任务无法细分的缺点。
在其中一个实施例中,发出排序指令,对视频片段进行排序,按照顺序将视频片段进行拼合以生成合成视频的步骤包括:
根据排序指令,对微任务中的视频片段进行拼接,以生成合成视频;
获取音频微任务中的音频,对合成视频进行配音处理,以生成终稿视频;
导出终稿视频。
对应的,本发明提供一种分布式视频合成装置,其中的排序模块包括:
排序单元,根据排序指令,对微任务中的视频片段进行拼接,以生成合成视频;
音频处理单元,获取音频微任务中的音频,对合成视频进行配音处理,以生成终稿视频;
导出终稿视频单元,导出终稿视频。
本发明实现了对视频片段的拼合,根据排序指令,对微任务中的视频片段进行拼接,以生成合成视频;获取音频微任务中的音频,对合成视频进行配音处理,以生成终稿视频;导出终稿视频。实现了对视频片段的拼接,最终完成了对视频片段的导出。节约了视频合成的时间,提高了视频合成的效率,降低了视频合成进程内存占用大、视频播放容易卡住、视频合成任务无法细分的缺点。
在其中一个实施例中,发出合成指令,同一时间内对不同的所述 微任务中的所述场景页进行合成处理,以生成视频片段的步骤包括:
预先获取多个服务器的运行状态;
基于服务器的运行状态选取与所述微任务数量对应的服务器,被选定的服务器并行对所述微任务中的所述场景页进行合成处理,以生成不同的视频片段。
在其中一个实施例中,还包括:
获取每个微任务的数据量,根据数据量多微任务进行排序得到任务排序结果;
获取每个服务器的运行状态,根据服务器的运行状态中的缓存信息和\或CPU信息进行排序得到服务器排序结果;
基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理。
在其中一个实施例中,其中,所述任务排序结果为降序排序;
其中,所述服务器排序结果为升序排序;
基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理包括:
将任务排序结果中的排名与服务器排序结果中的排名相对应得到微任务和服务器的对应结果,根据所述对应结果进行微任务的分发处理。
在其中一个实施例中,还包括:
基于所述对应结果计算每个微任务在相对应服务器处的处理时长;
当任意一个服务器对微任务的处理时长超过相对应的处理时长时将该微任务发送至其他服务器处理。
对应的,所述合成模块包括:
获取单元,用于预先获取多个服务器的运行状态;
合成单元,用于基于服务器的运行状态选取与所述微任务数量对应的服务器,被选定的服务器并行对所述微任务中的所述场景页进行合成处理,以生成不同的视频片段。
对应的,还包括:
任务排序单元,用于获取每个微任务的数据量,根据数据量多微任务进行排序得到任务排序结果;
服务器排序单元,用于获取每个服务器的运行状态,根据服务器的运行状态中的缓存信息和\或CPU信息进行排序得到服务器排序结果;
分发单元,用于基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理。
对应的,其中,所述任务排序结果为降序排序;
其中,所述服务器排序结果为升序排序;
所述分发单元还用于执行以下步骤,包括:
将任务排序结果中的排名与服务器排序结果中的排名相对应得到微任务和服务器的对应结果,根据所述对应结果进行微任务的分发处理。
对应的,还包括:
计算单元,用于基于所述对应结果计算每个微任务在相对应服务器处的处理时长;
发送单元,用于当任意一个服务器对微任务的处理时长超过相对应的处理时长时将该微任务发送至其他服务器处理。
一种电子设备,包括存储器和处理器,存储器存储计算机程序,其特征在于,计算机程序在处理器中执行可实现上述任一种方法。
一种存储介质,存储计算机程序,计算机程序在处理器中执行可实现上述任意一种方法。
本发明创造了一种分布式的视频合成方法和装置,在视频合成任务添加的开始即将视频草稿数据按场景页分隔成多个有序号的微任务存入视频合成微任务队列,同时由不同的服务器获取微任务在同一时间内进行并发合成,待该合成任务的最后一个微任务合成后,进行视频拼接并配音。这样的实现可以有效的降低大草稿视频卡帧问题,并且可以成倍的降低视频合成时间。
附图说明
图1为一实施例提供的分布式视频合成方法的流程图;
图2为一实施例提供的一种分布式视频合成装置的架构图;
图3为一实施例提供的发出视频导出指令,根据场景页类型将场景页分配到多个微任务中的流程图;
图4为一实施例提供的视频导出模块的框架图;
图5为一实施例提供的发出合成指令,同一时间内对不同的微任务中的场景页进行合成处理,以生成视频片段的流程图;
图6为一实施例提供的合成模块的框架图;
图7为一实施例提供的发出排序指令,对视频片段进行排序,并将视频片段进行拼合以生成合成视频的流程图;
图8为一实施例提供的排序模块的框架图。
具体实施方式
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,在本发明的描述中,除非另有明确的规定和限定,术语“存储介质”可以是ROM、RAM、磁碟或者光盘等各种可以存储计算机程序的介质。术 语“处理器”可以是CPLD(Complex Programmable Logic Device:复杂可编程逻辑器件)、FPGA(Field-Programmable Gate Array:现场可编程门阵列)、MCU(Microcontroller Unit:微控制单元)、PLC(Programmable Logic Controller:可编程逻辑控制器)以及CPU(Central Processing Unit:中央处理器)等具备数据处理功能的芯片或电路。术语“电子设备”可以是具有数据处理功能和存储功能的任何设备,通常可以包括固定终端和移动终端。固定终端如台式机等。移动终端如手机、PAD以及移动机器人等。此外,后续所描述的本发明不同实施方式中所涉及的技术特征只要彼此之间未构成冲突就可以相互结合。
下面,本发明提出部分优选实施例以教导本领域技术人员实现。
实施例一:
参见图1,本发明提供一种动画视频平台视频素材记录方法,其特征在于,包括步骤:
S1、发出视频导出指令,根据场景页类型将场景页分配到多个微任务中;
S2、发出合成指令,同一时间内对不同的微任务中的场景页进行合成处理,以生成视频片段;
S3、发出排序指令,对视频片段进行排序,并将视频片段进行拼合以生成合成视频。
实施例二:
参见图2,对应的,本发明提供一种动画视频平台视频素材记录的装置,包括:
视频导出模块1,发出视频导出指令,根据场景页类型将场景页分配到多个微任务中;
合成模块2,发出合成指令,同一时间内对不同的微任务中的场景页进行合成处理,以生成视频片段;
排序模块3,发出排序指令,对视频片段进行排序,按照顺序将视频片段进行拼合以生成合成视频。
需要说明的是,步骤S1和步骤S2创造性地组合为不可分割的整体技术手段,S1用于发出视频导出指令,根据场景页类型将场景页分配到多个微任务中,S2发出合成指令,同一时间内对不同的微任务中的场景页进行合成处理,以生成视频片段,并存储到指定路径,二者相互配合,S1是S2的基础和准备工作,S1将S2所需要的场景页分配到具体的微任务中,为S2中的合成处理提供基础,便于S2的进行。如果缺少了S1,则S2无法正常进行,S1和S2之间有内在的逻辑和时间关系,是彼此不可分割的两个步骤。
还需要说明的是,步骤S2和步骤S3创造性地组合为不可分割的整体技术手段,节约了视频合成的时间,提高了视频合成的效率。
还需要说明的是,步骤S1、步骤S2、步骤S3创造性地组合为不可分割的整体技术手段,通过在同一时间内对不同的微任务中的场景页首先进行了排序处理,然后进行合成处理,以生成视频片段,通过同时启动多个服务器进行工作,在实现对微任务的排序后,实现了对微任务的合成的同时处理,节约了视频合成的时间。。
实施例三:
参见图3,具体的,步骤S1包括:
S11、创建不同编号,并将不同编号分配给不同的微任务;
S12、识别微任务的编号,根据编号对微任务进行排序;
S13、将音频添加到音频微任务中,进行单独存储。
实施例四:
参见图4,对应的,生成读取模块1包括:
编号单元11,创建不同编号,并将不同编号分配给不同的微任务;
识别单元12,识别微任务的编号,根据编号对微任务进行排序;
音频添加单元13,将音频添加到音频微任务中,进行单独存储。
实施例五:
参见图5,具体的,步骤S2包括:
S21、查找微任务,对微任务中的场景页进行合成;
S22、合成完毕后,生成视频片段;
S23、判断微任务中是最后一个任务,则终止微任务合成。
实施例六:
参见图6,对应的,合成模块2包括:
查找单元21,查找微任务,对微任务中的场景页进行合成;
生成单元22,合成完毕后,生成视频片段;
判断单元23,判断微任务中是最后一个任务,则终止微任务合成。
实施例七:
参见图7,具体的,步骤S3包括:
S31、根据排序指令,对所述微任务中的所述视频片段进行排列,然后拼接以生成所述合成视频;
S32、获取音频微任务中的音频,对所述合成视频进行配音处理,以生成终稿视频;
S33、导出所述终稿视频。
实施例八:
参见图8,对应的,调取模块3包括:
排序单元31,根据排序指令,对微任务中的视频片段进行拼接,以生成合成视频;
音频处理单元32,获取音频微任务中的音频,对合成视频进行配音处理,以生成终稿视频;
导出终稿视频单元33,导出终稿视频。
实施例九:
本发明在发出合成指令,同一时间内对不同的所述微任务中的所述场景页进行合成处理,以生成视频片段的步骤中包括:
预先获取多个服务器的运行状态。服务器的运行状态包括CPU占有率、缓存使用率等等。
基于服务器的运行状态选取与所述微任务数量对应的服务器,被选定的服务器并行对所述微任务中的所述场景页进行合成处理,以生成不同的视频片段。本发明在选择分布式服务器对微任务进行处理的过程中,会选择相应数据的服务器,例如说一个草稿可能分为了5个微任务,则此时需要5个服务器分别对5个微任务进行处理。通过以上步骤实现服务器数量的选取。
本发明还包括:
获取每个微任务的数据量,根据数据量多微任务进行排序得到任务排序结果。使得多个微任务的排列方式更加的有规律,方便后续处理。
获取每个服务器的运行状态,根据服务器的运行状态中的缓存信息和\或CPU信息进行排序得到服务器排序结果。使得多个服务器的排列方式更加的有规律,方便后续处理。
基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理。本发明会针对不同的服务器当前的运行状态 分发不同的微任务,使得每个服务器处理当前时刻最适宜的微任务,提高了整个分布式系统对草稿进行导出时的效率。
在一些实施方式中,其中,所述任务排序结果为降序排序。此时数据量越多的微任务其排序结果越是靠前。
其中,所述服务器排序结果为升序排序。对服务器排序时,会获取服务器的缓存的当前占有率,CPU的占有率,占有率越低则其排序结果越是靠前,占有率低则代表其处理能力高,所以其适宜对应数据量大的微任务。
基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理包括:
将任务排序结果中的排名与服务器排序结果中的排名相对应得到微任务和服务器的对应结果,根据所述对应结果进行微任务的分发处理。本发明会将CPU和缓存占有率低的服务器对数据量大的微任务进行处理,使得每个服务器能够处理与其相应量级的数据,保障了分布式系统的稳定性,提高了数据处理的效率。
本发明还包括:基于所述对应结果计算每个微任务在相对应服务器处的处理时长。在服务器对每个微任务进行处理时,会具有相应的处理时长,该处理时长为服务器处理相应任务时的最长时长。
当任意一个服务器对微任务的处理时长超过相对应的处理时长时将该微任务发送至其他服务器处理。在服务器对微任务进行处理时,可能会出现各种意外情况而导致数据无法正常处理,所以本发明会在服务器对微任务处理的时长超过计算的处理时长时将该微任务发送至其他服务器,避免因为出现某一个服务器无法正常处理时而导致整个合成视频的步骤无法正常进行。
实施例十
本发明所述合成模块包括:
获取单元,用于预先获取多个服务器的运行状态。服务器的运行状态包括CPU占有率、缓存使用率等等。
合成单元,用于基于服务器的运行状态选取与所述微任务数量对应的服务器,被选定的服务器并行对所述微任务中的所述场景页进行合成处理,以生成不同的视频片段。本发明在选择分布式服务器对微任务进行处理的过程中,会选择相应数据的服务器,例如说一个草稿可能分为了5个微任务,则此时需要5个服务器分别对5个微任务进行处理。通过以上步骤实现服务器数量的选取。
本发明还包括:
任务排序单元,用于获取每个微任务的数据量,根据数据量多微任务进行排序得到任务排序结果。使得多个微任务的排列方式更加的有规律,方便后续处理。
服务器排序单元,用于获取每个服务器的运行状态,根据服务器的运行状态中的缓存信息和\或CPU信息进行排序得到服务器排序结果。使得多个服务器的排列方式更加的有规律,方便后续处理。
分发单元,用于基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理。本发明会针对不同的服务器当前的运行状态分发不同的微任务,使得每个服务器处理当前时刻最适宜的微任务,提高了整个分布式系统对草稿进行导出时的效率。
在一些实施方式中,其中,所述任务排序结果为降序排序。此时数据量越多的微任务其排序结果越是靠前。
其中,所述服务器排序结果为升序排序。对服务器排序时,会获取服务器的缓存的当前占有率,CPU的占有率,占有率越低则其排序结果越是靠前,占有率低则代表其处理能力高,所以其适宜对应数 据量大的微任务。
所述分发单元还用于执行以下步骤,包括:
将任务排序结果中的排名与服务器排序结果中的排名相对应得到微任务和服务器的对应结果,根据所述对应结果进行微任务的分发处理。本发明会将CPU和缓存占有率低的服务器对数据量大的微任务进行处理,使得每个服务器能够处理与其相应量级的数据,保障了分布式系统的稳定性,提高了数据处理的效率。
本发明还包括:计算单元,用于基于所述对应结果计算每个微任务在相对应服务器处的处理时长。在服务器对每个微任务进行处理时,会具有相应的处理时长,该处理时长为服务器处理相应任务时的最长时长。
发送单元,用于当任意一个服务器对微任务的处理时长超过相对应的处理时长时将该微任务发送至其他服务器处理。在服务器对微任务进行处理时,可能会出现各种意外情况而导致数据无法正常处理,所以本发明会在服务器对微任务处理的时长超过计算的处理时长时将该微任务发送至其他服务器,避免因为出现某一个服务器无法正常处理时而导致整个合成视频的步骤无法正常进行。
一种电子设备,包括存储器和处理器,存储器存储计算机程序,其特征在于,计算机程序在处理器中执行可实现上述任一种方法。
一种存储介质,存储计算机程序,计算机程序在处理器中执行可实现上述任意一种方法。
以上仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。

Claims (18)

  1. 一种分布式视频合成方法,其特征在于,包括步骤:
    发出视频导出指令,根据场景页类型将所述场景页分配到多个微任务中;
    发出合成指令,同一时间内对不同的所述微任务中的所述场景页进行合成处理,以生成视频片段;
    发出排序指令,对所述视频片段进行排序,并将所述视频片段进行拼合以生成合成视频。
  2. 如权利要求1所述的方法,其特征在于,所述的发出视频导出指令,根据场景页类型将所述场景页分配到多个微任务中的步骤包括:
    创建不同编号,并将所述不同编号分配给不同的所述微任务;
    识别所述微任务的所述编号,根据所述编号对所述微任务进行排序;
    将音频添加到音频微任务中,进行单独存储。
  3. 如权利要求1所述的方法,其特征在于,所述的发出合成指令,同一时间内对不同的所述微任务中的所述场景页进行合成处理,以生成视频片段的步骤包括:
    查找所述微任务,对所述微任务中的场景页进行合成;
    所述合成完毕后,生成所述视频片段;
    判断所述微任务中是最后一个任务,则终止所述微任务的合成。
  4. 如权利要求1所述的方法,其特征在于,所述的发出排序指令,对所述视频片段进行排序,并将所述视频片段进行拼合以生成合成视频的步骤包括:
    根据排序指令,对所述微任务中的所述视频片段进行排列,然后拼接以生成所述合成视频;
    获取音频微任务中的音频,对所述合成视频进行配音处理,以生成终稿视频;
    导出所述终稿视频。
  5. 一种分布式视频合成的装置,其特征在于,包括:
    视频导出模块,发出视频导出指令,根据场景页类型将所述场景页分配到多个微任务中;
    合成模块,发出合成指令,同一时间内对不同的所述微任务中的所述场景页进行合成处理,以生成视频片段;
    排序模块,发出排序指令,对所述视频片段进行排序,按照顺序将所述视频片段进行拼合以生成合成视频。
  6. 如权利要求5所述的装置,其特征在于,所述视频导出模块包括:
    编号单元,创建不同编号,并将所述不同编号分配给不同的所述微任务;
    识别单元,识别所述微任务的所述编号,根据所述编号对所述微任务进行排序;
    音频添加单元,将音频添加到音频微任务中,进行单独存储。
  7. 如权利要求5所述的装置,其特征在于,所述合成模块包括:
    查找单元,查找所述微任务,对所述微任务中的所述场景页进行合成;
    生成单元,所述合成完毕后,生成所述视频片段;
    判断单元,判断所述微任务中是最后一个任务,则终止所述微任务合成。
  8. 如权利要求5所述的装置,其特征在于,所述的排序模块包括:
    排序单元,根据排序指令,对所述微任务中的所述视频片段进行 拼接,以生成所述合成视频;
    音频处理单元,获取音频微任务中的音频,对所述合成视频进行配音处理,以生成终稿视频;
    导出终稿视频单元,导出所述终稿视频。
  9. 如权利要求1所述的方法,其特征在于,
    发出合成指令,同一时间内对不同的所述微任务中的所述场景页进行合成处理,以生成视频片段的步骤包括:
    预先获取多个服务器的运行状态;
    基于服务器的运行状态选取与所述微任务数量对应的服务器,被选定的服务器并行对所述微任务中的所述场景页进行合成处理,以生成不同的视频片段。
  10. 如权利要求9所述的方法,其特征在于,还包括:
    获取每个微任务的数据量,根据数据量多微任务进行排序得到任务排序结果;
    获取每个服务器的运行状态,根据服务器的运行状态中的缓存信息和\或CPU信息进行排序得到服务器排序结果;
    基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理。
  11. 如权利要求10所述的方法,其特征在于,
    其中,所述任务排序结果为降序排序;
    其中,所述服务器排序结果为升序排序;
    基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理包括:
    将任务排序结果中的排名与服务器排序结果中的排名相对应得到微任务和服务器的对应结果,根据所述对应结果进行微任务的分发 处理。
  12. 如权利要求11所述的方法,其特征在于,还包括:
    基于所述对应结果计算每个微任务在相对应服务器处的处理时长;
    当任意一个服务器对微任务的处理时长超过相对应的处理时长时将该微任务发送至其他服务器处理。
  13. 如权利要求5所述的装置,其特征在于,
    所述合成模块包括:
    获取单元,用于预先获取多个服务器的运行状态;
    合成单元,用于基于服务器的运行状态选取与所述微任务数量对应的服务器,被选定的服务器并行对所述微任务中的所述场景页进行合成处理,以生成不同的视频片段。
  14. 如权利要求13所述的装置,其特征在于,还包括:
    任务排序单元,用于获取每个微任务的数据量,根据数据量多微任务进行排序得到任务排序结果;
    服务器排序单元,用于获取每个服务器的运行状态,根据服务器的运行状态中的缓存信息和\或CPU信息进行排序得到服务器排序结果;
    分发单元,用于基于所述任务排序结果和服务器排序结果对所述微任务进行分发至不同的服务器处理。
  15. 如权利要求14所述的装置,其特征在于,
    其中,所述任务排序结果为降序排序;
    其中,所述服务器排序结果为升序排序;
    所述分发单元还用于执行以下步骤,包括:
    将任务排序结果中的排名与服务器排序结果中的排名相对应得 到微任务和服务器的对应结果,根据所述对应结果进行微任务的分发处理。
  16. 如权利要求15所述的装置,其特征在于,还包括:
    计算单元,用于基于所述对应结果计算每个微任务在相对应服务器处的处理时长;
    发送单元,用于当任意一个服务器对微任务的处理时长超过相对应的处理时长时将该微任务发送至其他服务器处理。
  17. 一种电子设备,包括存储器和处理器,所述存储器存储计算机程序,其特征在于,所述计算机程序在所述处理器中执行可实现权利要求1-4、9-12中任一种方法。
  18. 一种存储介质,存储计算机程序,其特征在于,所述计算机程序在处理器中执行可实现权利要求1-4、9-12中任一种方法。
PCT/CN2021/107129 2021-01-19 2021-07-19 一种分布式视频合成方法与装置 WO2022156168A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110071489.1A CN112738558A (zh) 2021-01-19 2021-01-19 一种分布式视频合成方法与装置
CN202110071489.1 2021-01-19

Publications (1)

Publication Number Publication Date
WO2022156168A1 true WO2022156168A1 (zh) 2022-07-28

Family

ID=75592526

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/107129 WO2022156168A1 (zh) 2021-01-19 2021-07-19 一种分布式视频合成方法与装置

Country Status (2)

Country Link
CN (1) CN112738558A (zh)
WO (1) WO2022156168A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112738558A (zh) * 2021-01-19 2021-04-30 深圳市前海手绘科技文化有限公司 一种分布式视频合成方法与装置
CN113301409B (zh) * 2021-05-21 2023-01-10 北京大米科技有限公司 视频合成方法、装置、电子设备和可读存储介质
CN114501137B (zh) * 2022-01-25 2024-04-09 中铁七局集团第三工程有限公司 一种亲情耦合沉浸式安全教培视频模板系统

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2629513A1 (en) * 2012-02-14 2013-08-21 Alcatel Lucent Method and arrangement for generating a composed threaded video
CN105611404A (zh) * 2015-12-31 2016-05-25 北京东方云图科技有限公司 一种根据视频应用场景自动调节音频音量的方法及装置
CN107333176A (zh) * 2017-08-14 2017-11-07 北京百思科技有限公司 一种分布式视频渲染的方法及系统
CN109600628A (zh) * 2018-12-21 2019-04-09 广州酷狗计算机科技有限公司 视频制作方法、装置、计算机设备及存储介质
CN111711861A (zh) * 2020-05-15 2020-09-25 北京奇艺世纪科技有限公司 视频处理方法、装置、电子设备及可读存储介质
CN112738558A (zh) * 2021-01-19 2021-04-30 深圳市前海手绘科技文化有限公司 一种分布式视频合成方法与装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104506935A (zh) * 2014-12-31 2015-04-08 成都东方盛行电子有限责任公司 一种基于分片技术的音视频文件合成方法
EP3185571A1 (en) * 2015-12-22 2017-06-28 Thomson Licensing Hierarchical scene segmentation metadata transmission for content enhancement
CN110096367A (zh) * 2019-05-14 2019-08-06 宁夏融媒科技有限公司 一种基于多gpu的全景实时视频流处理方法
CN112132931B (zh) * 2020-09-29 2023-12-19 新华智云科技有限公司 一种模板化视频合成的处理方法、装置及系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2629513A1 (en) * 2012-02-14 2013-08-21 Alcatel Lucent Method and arrangement for generating a composed threaded video
CN105611404A (zh) * 2015-12-31 2016-05-25 北京东方云图科技有限公司 一种根据视频应用场景自动调节音频音量的方法及装置
CN107333176A (zh) * 2017-08-14 2017-11-07 北京百思科技有限公司 一种分布式视频渲染的方法及系统
CN109600628A (zh) * 2018-12-21 2019-04-09 广州酷狗计算机科技有限公司 视频制作方法、装置、计算机设备及存储介质
CN111711861A (zh) * 2020-05-15 2020-09-25 北京奇艺世纪科技有限公司 视频处理方法、装置、电子设备及可读存储介质
CN112738558A (zh) * 2021-01-19 2021-04-30 深圳市前海手绘科技文化有限公司 一种分布式视频合成方法与装置

Also Published As

Publication number Publication date
CN112738558A (zh) 2021-04-30

Similar Documents

Publication Publication Date Title
WO2022156168A1 (zh) 一种分布式视频合成方法与装置
KR100482895B1 (ko) 멀티미디어애플리케이션정보저장방법,물리적기록캐리어,및플렛폼시스템
CN105808323A (zh) 一种虚拟机创建方法及系统
CN105869048A (zh) 一种数据处理方法及系统
CN106600521A (zh) 一种图像处理方法及终端设备
CN107506145B (zh) 一种物理存储调度方法及云主机创建方法
CN110507986B (zh) 动画信息的处理方法和装置
CN108427602B (zh) 一种分布式计算任务的协同调度方法及装置
CN115834654B (zh) 一种基于多重映射的数据高效传输方法
CN114968566A (zh) 一种面向共享式gpu集群下的容器调度方法及装置
US9852765B2 (en) Graphical user interface, process, program, storage medium and computer system for arranging music
CN102841822B (zh) 对jobTracker主机进行宕机保护的方法和系统
WO2022083223A1 (zh) 一种动画视频导出的优化方法和装置
CN116301644B (zh) 基于多硬盘协调的数据存储方法、系统、终端及介质
CN101377792B (zh) 绑定管理装置和方法
US20100049747A1 (en) Apparatus and method for storing log in a thread oriented logging system
CN115167785B (zh) 基于标签的网盘文件管理方法、装置、网盘及存储介质
CN112711629B (zh) 数据及关联数据导入导出方法、装置、设备及存储介质
CN110275771A (zh) 一种业务处理方法、物联网计费基础设施系统及存储介质
CN101446908A (zh) 一种基于多cpu平台提高特技处理效率的方法
CN110377601B (zh) 一种基于B树数据结构的MapReduce计算过程优化方法
CN117520332A (zh) 一种大数据处理系统及相关方法
Ding et al. Implement the grid workflow scheduling for data intensive applications with csf4
JP2003114677A (ja) 情報処理装置及び情報処理方法、並びに記憶媒体
JP2000235551A (ja) データベース並列検索制御方法および記録媒体

Legal Events

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

Ref document number: 21920549

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 02-11-2023)

122 Ep: pct application non-entry in european phase

Ref document number: 21920549

Country of ref document: EP

Kind code of ref document: A1