CN117055880A - 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
CN117055880A
CN117055880A CN202311066245.XA CN202311066245A CN117055880A CN 117055880 A CN117055880 A CN 117055880A CN 202311066245 A CN202311066245 A CN 202311066245A CN 117055880 A CN117055880 A CN 117055880A
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.)
Granted
Application number
CN202311066245.XA
Other languages
Chinese (zh)
Other versions
CN117055880B (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 application 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 for different Li nux systems.

Description

Document transcoding method, device and storage medium based on containerized deployment
Technical Field
The present application 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 application 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 application 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 application 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 application 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 application 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 application;
FIG. 2 is a schematic diagram of one embodiment of a document transcoding device based on a containerized deployment, provided by the present application.
Detailed Description
The following description of the embodiments of the present application 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 application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Example 1
Referring to fig. 1, a document transcoding method based on containerized deployment according to an embodiment of the present application 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 the WPS Office, and uses the dynamic link library to call the interface of the WPS so as to use the WPSAapplication class and the Document class provided by the WPS Office to operate and convert the Document.
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 the xhest command to authorize the container to access the X11 server, specifically: executing the xhest+local Docker command adds a permission rule to the X11 server that allows 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 in the sandbox can not run in the host machine, but run 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 system of i nux.
The implementation of the embodiment of the application 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 universality and suitability of the transcoding service and the transcoding tool software for 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 application 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 application 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 application 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 application, 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 processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), field programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, 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 Media Card (SMC), secure Digital (SD) Card, flash 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 application 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 application, and are not to be construed as limiting the scope of the application. 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 application are intended to be included in the scope of the present application.

Claims (9)

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;
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.
2. The method for transcoding documents based on containerized deployment of claim 1, wherein said installing said transcoding tool software and transcoding service into said first Docker container is 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.
3. The method for transcoding documents based on containerized deployment of claim 2, further comprising:
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.
4. The method for transcoding documents based on containerized deployment of claim 1, wherein the controlling the first Docker container to transcode documents by the transcoding service and the transcoding tool software comprises:
and acquiring a target document, and operating a transcoding service so that the transcoding service calls transcoding tool software to transcode the target document.
5. The method for transcoding documents based on containerized deployment of claim 4, wherein the displaying the application running in the first Docker container to the graphical display interface of the server of the first host is 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.
6. 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 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.
7. The containerized deployment-based document transcoding apparatus of claim 6, wherein the installation module comprises: 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.
8. The containerized deployment-based document transcoding apparatus of claim 6, wherein the execution 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.
9. 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 in 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 to 5.
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 true CN117055880A (en) 2023-11-14
CN117055880B 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 (17)

* 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
US20150244757A1 (en) * 2012-11-27 2015-08-27 Tencent Technology (Shenzhen) Company Limited Transcoding Method and System, and Distributed File Apparatus
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
US20200258545A1 (en) * 2019-02-07 2020-08-13 Moxtra, Inc. Recording presentations using layered keyframes
US20210048995A1 (en) * 2019-08-15 2021-02-18 Microstrategy Incorporated Conversion and restoration of computer environments to container-based implementations
US20210157973A1 (en) * 2019-11-22 2021-05-27 International Business Machines Corporation Adding custom content to an existing documentation suite
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

Patent Citations (17)

* 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
US20150244757A1 (en) * 2012-11-27 2015-08-27 Tencent Technology (Shenzhen) Company Limited Transcoding Method and System, and Distributed File Apparatus
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
US20200258545A1 (en) * 2019-02-07 2020-08-13 Moxtra, Inc. Recording presentations using layered keyframes
US20210048995A1 (en) * 2019-08-15 2021-02-18 Microstrategy Incorporated Conversion and restoration of computer environments to container-based implementations
CN110704156A (en) * 2019-08-16 2020-01-17 北京奇艺世纪科技有限公司 Docker mirror image construction method and device
US20210157973A1 (en) * 2019-11-22 2021-05-27 International Business Machines Corporation Adding custom content to an existing documentation suite
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 (6)

* Cited by examiner, † Cited by third party
Title
周立宏: "微服务技术支撑媒体云内容生产实践", 《广播与电视技术》, 15 August 2022 (2022-08-15), pages 47 - 52 *
学习是一种能力: "Docker 部署在线文件转换服务--Libre Office Online", pages 1 - 5, Retrieved from the Internet <URL:《 https://blog.csdn.net/AMimiDou_212/article/details/105766141》> *
李杰: "基于Docker的在线评测系统的设计与实现", 《中国优秀硕士学位论文全文数据库 (社会科学Ⅱ辑)》, pages 127 - 261 *
水木: "Docker容器图形化界面显示", pages 1 - 5, Retrieved from the Internet <URL:《https://mp.weixin.qq.com/s/7btzSqDGxNanRfBnU-6ZIQ》> *
王祺朝: "基于SRS的高并发直播系统的研究与实现", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》, 15 July 2023 (2023-07-15), pages 136 - 415 *
胡鸿超: "基于CoreOS+Docker架构的视频转码处理应用方案", 《军民两用技术与产品》, pages 64 *

Also Published As

Publication number Publication date
CN117055880B (en) 2024-05-03

Similar Documents

Publication Publication Date Title
CN112416524A (en) Implementation method and device of cross-platform CI/CD (compact disc/compact disc) based on docker and kubernets offline
CN111625293B (en) Terminal dual system based on linux kernel and hardware access management method thereof
CN111475227B (en) Business plug-in loading implementation method and device and terminal equipment
CN103885833A (en) Method and system for managing resources
CN105302563A (en) Plug-in method and system for mobile application service
CN113127361B (en) Application development method and device, electronic equipment and storage medium
EP2842044A1 (en) Platform runtime abstraction
CN115421740A (en) Deployment method and device of cloud native application
CN114860272A (en) Operating system installation method, computing device and storage medium
CN115525396A (en) Application management method and device based on cloud protogenesis
CN112214250B (en) Application program component loading method and device
CN117055880B (en) Document transcoding method, device and storage medium based on containerized deployment
JP5420622B2 (en) program
CN110795209B (en) Control method and device
US11071151B2 (en) Methods and apparatuses for connecting a wireless access point through an application in a user equipment
CN111142972B (en) Method, apparatus, system, and medium for extending functions of application program
CN112269570B (en) Security code development method and device, computing device and medium
CN110661852B (en) Service processing method and device in cloud environment
CN111309380A (en) Service instance configuration method, device and system
CN112882698A (en) Development environment generation method and device, computer storage medium and electronic device
CN114281443B (en) Cloud desktop system and method
CN114500564B (en) Client hardware adaptation method of cloud desktop system
CN114465765B (en) Client security management system and method of cloud desktop system
CN115604101B (en) System management method and related equipment
KR100509753B1 (en) Interface method between desktop computer and portable terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant