CN117055880B - Document transcoding method, device and storage medium based on containerized deployment - Google Patents

Document transcoding method, device and storage medium based on containerized deployment Download PDF

Info

Publication number
CN117055880B
CN117055880B CN202311066245.XA CN202311066245A CN117055880B CN 117055880 B CN117055880 B CN 117055880B CN 202311066245 A CN202311066245 A CN 202311066245A CN 117055880 B CN117055880 B CN 117055880B
Authority
CN
China
Prior art keywords
transcoding
host
docker container
server
tool software
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
CN202311066245.XA
Other languages
Chinese (zh)
Other versions
CN117055880A (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.)
Guangdong Baolun Electronics Co ltd
Original Assignee
Guangdong Baolun Electronics 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 Guangdong Baolun Electronics Co ltd filed Critical Guangdong Baolun Electronics Co ltd
Priority to CN202311066245.XA priority Critical patent/CN117055880B/en
Publication of CN117055880A publication Critical patent/CN117055880A/en
Application granted granted Critical
Publication of CN117055880B publication Critical patent/CN117055880B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/116Details of conversion of file system types or formats
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a document transcoding method, a device and a storage medium based on containerized deployment, wherein the method comprises the following steps: when the transcoding tool software is required to be installed, installing and deploying a first Docker container in a first host, and installing the transcoding tool software and the transcoding service into the first Docker container; the transcoding service is an application program for calling transcoding tool software to transcode the document; when the first Docker container is operated, controlling the first Docker container to access the network of the first host machine, and establishing communication with a server of the first host machine; and controlling the first Docker container to perform document transcoding through the transcoding service and the transcoding tool software, and displaying an application program running in the first Docker container to a graphical display interface of a server of the first host machine so as to improve the universality and suitability of the transcoding service and the transcoding tool software to different Li nux systems.

Description

Document transcoding method, device and storage medium based on containerized deployment
Technical Field
The present invention relates to the field of computer information processing technologies, and in particular, to a method and apparatus for transcoding documents based on containerized deployment, and a storage medium.
Background
Existing document transcoding techniques directly install transcoding service and transcoding tool software, such as wps, office series software and related office software, on a conventional Linux system, and when a client uses the transcoding service, the client calls the transcoding tool software to transcode a document.
However, the existing Linux systems are numerous, and conventional transcoding service and transcoding tool software cannot necessarily be installed on a variety of Linux systems and run smoothly. Often, the transcoding service and the transcoding tool software are not compatible with the Linux system, or the problem of messy codes in the transcoding process occurs. Different Linux systems have libraries with different versions, each Linux system needs to be compiled respectively, and conventional transcoding service and transcoding tool software are very difficult to adapt to various systems, have poor compatibility and have low use efficiency.
Disclosure of Invention
The invention provides a document transcoding method, a device and a storage medium based on containerized deployment, which are used for improving the universality and suitability of transcoding service and transcoding tool software to different Linux systems.
The invention provides a document transcoding method based on containerized deployment, which comprises the following steps: when the transcoding tool software is required to be installed, installing and deploying a first Docker container in a first host, and installing the transcoding tool software and the transcoding service into the first Docker container; the transcoding service is an application program for calling transcoding tool software to transcode the document; when the first Docker container is operated, controlling the first Docker container to access the network of the first host machine, and establishing communication with a server of the first host machine; and controlling the first Docker container to perform document transcoding through the transcoding service and the transcoding tool software, and displaying an application program running in the first Docker container to a graphical display interface of a server of the first host.
In the application, the transcoding service and the transcoding tool software are deployed in a container mode, the transcoding service and the transcoding tool software are called by the container deployed in the device to transcode the document, and the corresponding graphical interfaces of the transcoding service and the transcoding tool software are displayed through the graphical display interface of the device. The application uses the graphic interface of the host machine, and does not install graphic interface support in the container, thereby improving the working performance of the container. Through containerized deployment, the transcoding service and the transcoding tool software can be deployed on various systems through containers, so that the universality and the suitability of the transcoding service and the transcoding tool software for different Linux systems are improved.
Further, the transcoding tool software and the transcoding service are installed in the first Docker container, specifically:
Writing a construction file of a first Docker container according to the transcoding service and the transcoding tool software; constructing the construction file into a first mirror image by using a Docker construction command; the first mirror is used to run the first Docker container.
Further, when the second host needs to install the transcoding service and the transcoding tool software, the first mirror image of the first host is copied and deployed into the server of the second host, and the second mirror image in the server of the second host is operated.
Further, the first Docker container is controlled to perform document transcoding through the transcoding service and the transcoding tool software, specifically:
and acquiring a target document, and operating a transcoding service so that the transcoding service calls transcoding tool software to transcode the target document.
Further, displaying the application program running in the first Docker container to a graphical display interface of a server of the first host, specifically:
controlling a first host to authorize a first Docker container to access a server of the first host through a local host; the server of the first host is provided with a graphical display interface;
Setting the environment variable of the graphic display interface as the IP address of a first host and the display port number of the server of the first host, and operating the graphic display interface of the server of the first host to display the transcoding service operated in the first Docker container.
Correspondingly, the invention also provides a document transcoding device based on containerized deployment, which comprises: an installation module and an operation module;
The installation module is used for installing and deploying a first Docker container in a first host when the transcoding tool software needs to be installed, and installing the transcoding tool software and the transcoding service into the first Docker container; the transcoding service is an application program for calling transcoding tool software to transcode the document;
The operation module is used for controlling the first Docker container to access the network of the first host machine and establishing communication with a server of the first host machine when the first Docker container is operated; and controlling the first Docker container to call the transcoding service and the transcoding tool software to perform file transcoding, and displaying an application program running in the first Docker container to a graphical display interface of a server of the first host.
The installation module includes: a construction unit and a configuration unit;
The construction unit is used for compiling a construction file of the first Docker container according to the transcoding service and the transcoding tool software; constructing the construction file into a first mirror image by using a Docker construction command; the first mirror is used for running the first Docker container;
The configuration unit is used for copying and deploying the first mirror image of the first host machine to the server of the second host machine when the second host machine needs to install the transcoding service and the transcoding tool software, and running the second mirror image in the server of the second host machine.
The operation module comprises: a transcoding unit and a display unit;
the transcoding unit is used for acquiring a target document and running a transcoding service so that the transcoding service calls transcoding tool software to transcode the target document;
The display unit is used for controlling the first host to authorize the first Docker container to access a server of the first host through the local host; the server of the first host is provided with a graphical display interface;
Setting the environment variable of the graphic display interface as the IP address of a first host and the display port number of the server of the first host, and operating the graphic display interface of the server of the first host to display the transcoding service operated in the first Docker container.
In the application, the transcoding service and the transcoding tool software are arranged in a container mode through the installation module, the running module calls the transcoding service and the transcoding tool software through the container arranged in the equipment to perform document transcoding, and corresponding graphical interfaces of the transcoding service and the transcoding tool software are displayed through the graphical display interface of the equipment. The application uses the graphic interface of the host machine, and does not install graphic interface support in the container, thereby improving the working performance of the container. Through containerized deployment, the transcoding service and the transcoding tool software can be deployed on various systems through containers, so that the universality and the suitability of the transcoding service and the transcoding tool software for different Linux systems are improved.
Accordingly, the present invention also provides a computer-readable storage medium including a stored computer program; the computer program controls the equipment of the computer readable storage medium to execute the document transcoding method based on containerization deployment according to the invention when running.
Drawings
FIG. 1 is a flow diagram of one embodiment of a method for transcoding documents based on a containerized deployment provided by the present invention;
FIG. 2 is a schematic diagram of one embodiment of a document transcoding device based on a containerized deployment, provided by the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Example 1
Referring to fig. 1, a document transcoding method based on containerized deployment according to an embodiment of the present invention includes steps S101 to S102:
Step S101: when the transcoding tool software is required to be installed, installing and deploying a first Docker container in a first host, and installing the transcoding tool software and the transcoding service into the first Docker container; the transcoding service is an application program for calling transcoding tool software to transcode the document;
further, the transcoding tool software and the transcoding service are installed in the first Docker container, specifically:
Writing a construction file of a first Docker container according to the transcoding service and the transcoding tool software; constructing the construction file into a first mirror image by using a Docker construction command; the first mirror is used to run the first Docker container.
Further, when the second host needs to install the transcoding service and the transcoding tool software, the first mirror image of the first host is copied and deployed into the server of the second host, and the second mirror image in the server of the second host is operated.
In this embodiment, the transcoding tool software includes office software such as wps and office software; the transcoding tool software is installed on the linux system. The transcoding service is an autonomously developed program of the paperless system and is used for calling the transcoding tool software to transcode the document.
Step S102: when the first Docker container is operated, controlling the first Docker container to access the network of the first host machine, and establishing communication with a server of the first host machine; and controlling the first Docker container to perform document transcoding through the transcoding service and the transcoding tool software, and displaying an application program running in the first Docker container to a graphical display interface of a server of the first host.
Further, the first Docker container is controlled to perform document transcoding through the transcoding service and the transcoding tool software, specifically:
and acquiring a target document, and operating a transcoding service so that the transcoding service calls transcoding tool software to transcode the target document.
Further, displaying the application program running in the first Docker container to a graphical display interface of a server of the first host, specifically:
controlling a first host to authorize a first Docker container to access a server of the first host through a local host; the server of the first host is provided with a graphical display interface;
Setting the environment variable of the graphic display interface as the IP address of a first host and the display port number of the server of the first host, and operating the graphic display interface of the server of the first host to display the transcoding service operated in the first Docker container.
In this embodiment, for example, in the existing paperless system, the transcoding service and the transcoding tool software must be installed, if the transcoding tool uses WPS Office, it is required that WPS Office provide a dynamic link library named "wpapapi. So" and use this dynamic link library to call the API of WPS Office to transcode the word file into pdf file. The transcoding service program obtains the header file provided by WPS Office, and uses the dynamic link library to call the interface of the WPS so as to use WPSApplication class and Document class provided by WPS Office to perform Document operation and conversion.
In this embodiment, any linux system may run the first Docker container, without recompilation, and without solving the dependency on the dynamic link library. In addition, when the transcoding tool software is called in the Docker container to perform file transcoding, the corresponding graphical interface support of the transcoding tool software can only run, and the graphical interface of the host is used for displaying the corresponding graphical interface of the transcoding tool software by using the X11 forwarding technology.
As an example, an operation command is set at the host: docker run-itd- -net=host-e DISPLAY= $ DISPLA mirror name/bin/flash, specifically:
The container is run using the Docker run command. When running the Docker container, a-net=host parameter is added to allow the container to access the host's network so that the application in the container can communicate with the host's X11 server. The host needs to use xhost commands to authorize the container to access the X11 server, specifically: executing xhost +local the Docker command adds a permission rule to the X11 server, allowing a user named Docker, i.e., the container, to access the X11 server via the local host. The-e DISPLAY parameter command is used to set DISPLAY environment variables to the IP address of the host and the X11 server DISPLAY port number. For example, -eDISPLAY=192.168.1.100:0. The application in the container will then be displayed using the host's X11 server display interface.
In this embodiment, how to run the graphical interface program without the graphical interface in the container is not normally run because there is only a command line inside the container. The graphical interface of the host is shared into the container for use at this time, and the step is to solve the problem of sharing the graphical interface. As to why the use of a Docker container can solve the problems of a variety of systems, it is believed that a very detailed parsing has been done in reply 1. Just like a sandbox, any system can be run, and the program inside the sandbox can not run in the host machine, but in the sandbox, so long as the problem that the transcoding program and the transcoding tool can run successfully in the sandbox is solved, the sandbox can be directly run in any l i nux system.
The implementation of the embodiment of the invention has the following effects:
According to the method, the transcoding service and the transcoding tool software are subjected to containerization deployment, the transcoding service and the transcoding tool software are called through a container deployed in the equipment to perform document transcoding, and corresponding graphical interfaces of the transcoding service and the transcoding tool software are displayed through a graphical display interface of the equipment. The application uses the graphic interface of the host machine, and does not install graphic interface support in the container, thereby improving the working performance of the container. Through containerized deployment, the transcoding service and the transcoding tool software can be deployed on various systems through containers to improve the versatility and suitability of the transcoding service and the transcoding tool software to different Li nux systems.
Example two
Referring to fig. 2, a document transcoding device based on containerized deployment according to an embodiment of the present invention includes: an installation module 201 and a run module 202;
The installation module 201 is configured to install and deploy a first Docker container in a first host when the transcoding tool software needs to be installed, and install the transcoding tool software and the transcoding service into the first Docker container; the transcoding service is an application program for calling transcoding tool software to transcode the document;
The operation module 202 is configured to control, when the first Docker container is operated, the first Docker container to access a network of the first host, and establish communication with a server of the first host; and controlling the first Docker container to call the transcoding service and the transcoding tool software to perform file transcoding, and displaying an application program running in the first Docker container to a graphical display interface of a server of the first host.
The mounting module 201 includes: a construction unit and a configuration unit;
The construction unit is used for compiling a construction file of the first Docker container according to the transcoding service and the transcoding tool software; constructing the construction file into a first mirror image by using a Docker construction command; the first mirror is used for running the first Docker container;
The configuration unit is used for copying and deploying the first mirror image of the first host machine to the server of the second host machine when the second host machine needs to install the transcoding service and the transcoding tool software, and running the second mirror image in the server of the second host machine.
The run module 202 includes: a transcoding unit and a display unit;
the transcoding unit is used for acquiring a target document and running a transcoding service so that the transcoding service calls transcoding tool software to transcode the target document;
The display unit is used for controlling the first host to authorize the first Docker container to access a server of the first host through the local host; the server of the first host is provided with a graphical display interface;
Setting the environment variable of the graphic display interface as the IP address of a first host and the display port number of the server of the first host, and operating the graphic display interface of the server of the first host to display the transcoding service operated in the first Docker container.
The document transcoding device based on containerized deployment can implement the document transcoding method based on containerized deployment in the method embodiment. The options in the method embodiments described above are also applicable to this embodiment and will not be described in detail here. The rest of the embodiments of the present application may refer to the content of the above method embodiments, and in this embodiment, no further description is given.
The implementation of the embodiment of the invention has the following effects:
According to the application, the transcoding service and the transcoding tool software are subjected to containerization deployment through the installation module, the operation module invokes the transcoding service and the transcoding tool software to perform document transcoding through a container deployed in the device, and corresponding graphical interfaces of the transcoding service and the transcoding tool software are displayed through a graphical display interface of the device. The application uses the graphic interface of the host machine, and does not install graphic interface support in the container, thereby improving the working performance of the container. Through containerized deployment, the transcoding service and the transcoding tool software can be deployed on various systems through containers, so that the universality and the suitability of the transcoding service and the transcoding tool software for different Linux systems are improved.
Example III
Correspondingly, the invention further provides a computer readable storage medium, which comprises a stored computer program, wherein the computer program controls equipment where the computer readable storage medium is located to execute the document transcoding method based on the containerization deployment according to any one of the embodiments.
The computer program may be divided into one or more modules/units, which are stored in the memory and executed by the processor to accomplish the present invention, for example. The one or more modules/units may be a series of computer program instruction segments capable of performing the specified functions, which instruction segments are used for describing the execution of the computer program in the terminal device.
The terminal equipment can be computing equipment such as a desktop computer, a notebook computer, a palm computer, a cloud server and the like. The terminal device may include, but is not limited to, a processor, a memory.
The Processor may be a central processing unit (Central Processing Unit, CPU), other general purpose Processor, digital signal Processor (DIGITAL SIGNAL Processor, DSP), application SPECIFIC INTEGRATED Circuit (ASIC), field-Programmable gate array (Field-Programmable GATE ARRAY, FPGA) or other Programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, which is a control center of the terminal device, and which connects various parts of the entire terminal device using various interfaces and lines.
The memory may be used to store the computer program and/or the module, and the processor may implement various functions of the terminal device by running or executing the computer program and/or the module stored in the memory and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the mobile terminal, etc. In addition, the memory may include high-speed random access memory, and may also include non-volatile memory, such as a hard disk, memory, plug-in hard disk, smart memory card (SMART MEDIA CARD, SMC), secure Digital (SD) card, flash memory card (FLASH CARD), at least one disk storage device, flash memory device, or other volatile solid-state storage device.
Wherein the terminal device integrated modules/units may be stored in a computer readable storage medium if implemented in the form of software functional units and sold or used as stand alone products. Based on such understanding, the present invention may implement all or part of the flow of the method of the above embodiment, or may be implemented by a computer program to instruct related hardware, where the computer program may be stored in a computer readable storage medium, and when the computer program is executed by a processor, the computer program may implement the steps of each of the method embodiments described above. Wherein the computer program comprises computer program code which may be in source code form, object code form, executable file or some intermediate form etc. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, a software distribution medium, and so forth.
The foregoing embodiments have been provided for the purpose of illustrating the general principles of the present invention, and are not to be construed as limiting the scope of the invention. It should be noted that any modifications, equivalent substitutions, improvements, etc. made by those skilled in the art without departing from the spirit and principles of the present invention are intended to be included in the scope of the present invention.

Claims (3)

1. A method for transcoding documents based on containerized deployment, comprising:
When the transcoding tool software is required to be installed, installing and deploying a first Docker container in a first host, and installing the transcoding tool software and the transcoding service into the first Docker container; the transcoding service is an application program for calling transcoding tool software to transcode the document;
installing the transcoding tool software and the transcoding service into the first Docker container, specifically:
Writing a construction file of a first Docker container according to the transcoding service and the transcoding tool software; constructing the construction file into a first mirror image by using a Docker construction command; the first mirror is used for running the first Docker container;
When a second host needs to install transcoding service and transcoding tool software, copying and deploying a first mirror image of a first host into a server of the second host, and running a second mirror image in the server of the second host;
when the first Docker container is operated, controlling the first Docker container to access the network of the first host machine, and establishing communication with a server of the first host machine; controlling the first Docker container to perform document transcoding through the transcoding service and the transcoding tool software, and displaying an application program running in the first Docker container to a graphical display interface of a server of the first host;
the method comprises the steps that the first Docker container is controlled to carry out document transcoding through the transcoding service and the transcoding tool software, and specifically comprises the following steps:
Acquiring a target document, and operating a transcoding service so that the transcoding service calls transcoding tool software to transcode the target document;
The displaying the application program running in the first Docker container to the graphical display interface of the server of the first host specifically includes:
controlling a first host to authorize a first Docker container to access a server of the first host through a local host; the server of the first host is provided with a graphical display interface;
Setting the environment variable of the graphic display interface as the IP address of a first host and the display port number of the server of the first host, and operating the graphic display interface of the server of the first host to display the transcoding service operated in the first Docker container.
2. A document transcoding apparatus based on containerized deployment, comprising: an installation module and an operation module;
The installation module is used for installing and deploying a first Docker container in a first host when the transcoding tool software needs to be installed, and installing the transcoding tool software and the transcoding service into the first Docker container; the transcoding service is an application program for calling transcoding tool software to transcode the document;
The mounting module includes: a construction unit and a configuration unit;
The construction unit is used for compiling a construction file of the first Docker container according to the transcoding service and the transcoding tool software; constructing the construction file into a first mirror image by using a Docker construction command; the first mirror is used for running the first Docker container;
The configuration unit is used for copying and deploying a first mirror image of a first host machine to a server of a second host machine and running a second mirror image in the server of the second host machine when the second host machine needs to install transcoding service and transcoding tool software;
the operation module is used for controlling the first Docker container to access the network of the first host machine and establishing communication with a server of the first host machine when the first Docker container is operated; controlling the first Docker container to call the transcoding service and the transcoding tool software to perform file transcoding, and displaying an application program running in the first Docker container to a graphical display interface of a server of the first host;
the operation module comprises: a transcoding unit and a display unit;
the transcoding unit is used for acquiring a target document and running a transcoding service so that the transcoding service calls transcoding tool software to transcode the target document;
The display unit is used for controlling the first host to authorize the first Docker container to access a server of the first host through the local host; the server of the first host is provided with a graphical display interface;
Setting the environment variable of the graphic display interface as the IP address of a first host and the display port number of the server of the first host, and operating the graphic display interface of the server of the first host to display the transcoding service operated in the first Docker container.
3. A computer readable storage medium, wherein the computer readable storage medium comprises a stored computer program; wherein the computer program, when run, controls a device on which the computer readable storage medium resides to perform a method of document transcoding based on a containerized deployment as claimed in any one of claims 1.
CN202311066245.XA 2023-08-22 2023-08-22 Document transcoding method, device and storage medium based on containerized deployment Active CN117055880B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311066245.XA CN117055880B (en) 2023-08-22 2023-08-22 Document transcoding method, device and storage medium based on containerized deployment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311066245.XA CN117055880B (en) 2023-08-22 2023-08-22 Document transcoding method, device and storage medium based on containerized deployment

Publications (2)

Publication Number Publication Date
CN117055880A CN117055880A (en) 2023-11-14
CN117055880B true CN117055880B (en) 2024-05-03

Family

ID=88656944

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311066245.XA Active CN117055880B (en) 2023-08-22 2023-08-22 Document transcoding method, device and storage medium based on containerized deployment

Country Status (1)

Country Link
CN (1) CN117055880B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017112520A1 (en) * 2015-12-22 2017-06-29 Skreens Entertainment Technologies, Inc. Video display system
CN109002504A (en) * 2018-06-29 2018-12-14 安徽四创电子股份有限公司 A kind of document code-transferring method based on Docker mirror image
CN109324819A (en) * 2018-09-28 2019-02-12 中国平安财产保险股份有限公司 Code server dispositions method, device, server apparatus and storage medium
CN110704156A (en) * 2019-08-16 2020-01-17 北京奇艺世纪科技有限公司 Docker mirror image construction method and device
CN110851143A (en) * 2018-08-21 2020-02-28 阿里巴巴集团控股有限公司 Source code deployment method, device, equipment and storage medium
CN111506390A (en) * 2020-03-31 2020-08-07 新浪网技术(中国)有限公司 Video transcoding scheduling method and system based on containerization deployment
CN113515922A (en) * 2021-09-09 2021-10-19 杭州天谷信息科技有限公司 Document processing method, system, device and interaction device
CN113873279A (en) * 2021-09-27 2021-12-31 广州中工水务信息科技有限公司 Video data decoding method, system and storage medium
WO2022127420A1 (en) * 2020-12-18 2022-06-23 中兴通讯股份有限公司 Service choreography and deployment method and system, network device, and storage medium
CN114722781A (en) * 2022-03-28 2022-07-08 慧之安信息技术股份有限公司 Method and device for converting streaming document into OFD document
EP4075269A1 (en) * 2021-02-20 2022-10-19 Beijing Baidu Netcom Science Technology Co., Ltd. File processing method and apparatus, electronic device, and storage medium
CN115562690A (en) * 2022-12-05 2023-01-03 杭州未名信科科技有限公司 Algorithm service processing method, device and medium based on Docker container

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100175057A1 (en) * 2009-01-06 2010-07-08 David Simons Associating advertisements and game data in a flash-based gaming environment
CN103838779B (en) * 2012-11-27 2019-02-05 深圳市腾讯计算机系统有限公司 It is multiplexed the cloud code-transferring method and system, distributed document device of idle computing resources
US11437072B2 (en) * 2019-02-07 2022-09-06 Moxtra, Inc. Recording presentations using layered keyframes
US11288053B2 (en) * 2019-08-15 2022-03-29 Microstrategy Incorporated Conversion and restoration of computer environments to container-based implementations
US11222164B2 (en) * 2019-11-22 2022-01-11 International Business Machines Corporation Adding custom content to an existing documentation suite

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017112520A1 (en) * 2015-12-22 2017-06-29 Skreens Entertainment Technologies, Inc. Video display system
CN109002504A (en) * 2018-06-29 2018-12-14 安徽四创电子股份有限公司 A kind of document code-transferring method based on Docker mirror image
CN110851143A (en) * 2018-08-21 2020-02-28 阿里巴巴集团控股有限公司 Source code deployment method, device, equipment and storage medium
CN109324819A (en) * 2018-09-28 2019-02-12 中国平安财产保险股份有限公司 Code server dispositions method, device, server apparatus and storage medium
CN110704156A (en) * 2019-08-16 2020-01-17 北京奇艺世纪科技有限公司 Docker mirror image construction method and device
CN111506390A (en) * 2020-03-31 2020-08-07 新浪网技术(中国)有限公司 Video transcoding scheduling method and system based on containerization deployment
WO2022127420A1 (en) * 2020-12-18 2022-06-23 中兴通讯股份有限公司 Service choreography and deployment method and system, network device, and storage medium
EP4075269A1 (en) * 2021-02-20 2022-10-19 Beijing Baidu Netcom Science Technology Co., Ltd. File processing method and apparatus, electronic device, and storage medium
CN113515922A (en) * 2021-09-09 2021-10-19 杭州天谷信息科技有限公司 Document processing method, system, device and interaction device
CN113873279A (en) * 2021-09-27 2021-12-31 广州中工水务信息科技有限公司 Video data decoding method, system and storage medium
CN114722781A (en) * 2022-03-28 2022-07-08 慧之安信息技术股份有限公司 Method and device for converting streaming document into OFD document
CN115562690A (en) * 2022-12-05 2023-01-03 杭州未名信科科技有限公司 Algorithm service processing method, device and medium based on Docker container

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
基于CoreOS+Docker架构的视频转码处理应用方案;胡鸿超;《军民两用技术与产品》;64 *
基于Docker的在线评测系统的设计与实现;李杰;《中国优秀硕士学位论文全文数据库 (社会科学Ⅱ辑)》;H127-261 *
基于SRS的高并发直播系统的研究与实现;王祺朝;《中国优秀硕士学位论文全文数据库 (信息科技辑)》;20230715;I136-415 *
微服务技术支撑媒体云内容生产实践;周立宏;《广播与电视技术》;20220815;47-52 *

Also Published As

Publication number Publication date
CN117055880A (en) 2023-11-14

Similar Documents

Publication Publication Date Title
CN111782232A (en) Cluster deployment method and device, terminal equipment and storage medium
CN111625293B (en) Terminal dual system based on linux kernel and hardware access management method thereof
KR20080053289A (en) Plug and play device redirection for remote systems
CN103885833A (en) Method and system for managing resources
CN109743205B (en) Cloud platform OS network management method and device and server
CN105302563A (en) Plug-in method and system for mobile application service
CN111475227A (en) Business plug-in loading implementation method and device and terminal equipment
CN113076163A (en) Card rendering method and device
CN115421740A (en) Deployment method and device of cloud native application
CN114443076A (en) Mirror image construction method, device, equipment and storage medium
CN117055880B (en) Document transcoding method, device and storage medium based on containerized deployment
JP5420622B2 (en) program
CN110795209B (en) Control method and device
JP5420623B2 (en) program
CN115525396A (en) Application management method and device based on cloud protogenesis
CN111142972B (en) Method, apparatus, system, and medium for extending functions of application program
CN114281444A (en) Arrangement method for implementing cloud desktop client
CN114726905A (en) Method, device, equipment and storage medium for accessing Tbox network to Android system
CN110661852B (en) Service processing method and device in cloud environment
CN114047933A (en) Method, device, equipment and medium for multi-open Android application
CN116107764B (en) Data processing method and system
CN114465765B (en) Client security management system and method of cloud desktop system
EP4191407A1 (en) Method and device for generating and registering ui service package and loading ui service
CN112214250B (en) Application program component loading method and device
CN117909074A (en) Node adaptation method, device and equipment for edge calculation and 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