CN110415319B - Animation production method and device based on PPT, electronic equipment and storage medium - Google Patents

Animation production method and device based on PPT, electronic equipment and storage medium Download PDF

Info

Publication number
CN110415319B
CN110415319B CN201910727563.3A CN201910727563A CN110415319B CN 110415319 B CN110415319 B CN 110415319B CN 201910727563 A CN201910727563 A CN 201910727563A CN 110415319 B CN110415319 B CN 110415319B
Authority
CN
China
Prior art keywords
page
animation
analyzing
information
analysis result
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
CN201910727563.3A
Other languages
Chinese (zh)
Other versions
CN110415319A (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.)
Shenzhen Qianhai Hand Painted Technology and Culture Co Ltd
Original Assignee
Shenzhen Qianhai Hand Painted Technology and Culture 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 Shenzhen Qianhai Hand Painted Technology and Culture Co Ltd filed Critical Shenzhen Qianhai Hand Painted Technology and Culture Co Ltd
Priority to CN201910727563.3A priority Critical patent/CN110415319B/en
Publication of CN110415319A publication Critical patent/CN110415319A/en
Application granted granted Critical
Publication of CN110415319B publication Critical patent/CN110415319B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T13/00Animation

Abstract

The invention belongs to the technical field of animation video production and animation material production, and provides an animation production method based on PPT.

Description

Animation production method and device based on PPT, electronic equipment and storage medium
Technical Field
The invention belongs to the technical field of animation video production and animation material production, and particularly relates to an animation production method and device based on PPT, electronic equipment and a storage medium.
Background
The current animation video creation and editing process is generally divided into two types, namely template modification and brand new blank creation provided by a system. Both of these two methods are very limited, the system provides templates which need to be made by designers, which requires a certain cost of manpower and time resources, and the template content is difficult to cover different requirements of different users, and the templates need to be continuously supplemented. The brand-new blank creation needs the user to design and edit animation materials, layouts and the like, and the creation time and cost of the user are high.
In summary, how to reduce the labor cost and the time cost for the designer to make the template and the user to make the video in the animation video creating and editing process is a technical problem to be solved urgently in the field of animation video creating and editing.
Disclosure of Invention
The invention provides a technical scheme for importing the existing PPT file into an animation editor, which can restore the display and animation information of a PPT page, can restore the display and animation information of elements in the PPT page, and can restore the display and animation information of PPT page elements such as characters, pictures, charts, graphs and videos, and can restore special scenes of the PPT page. Through the technical scheme, the user can efficiently utilize the existing PPT file to convert the PPT file into the animation, so that re-editing and exporting of the animation video file are performed, the animation video making cost of the user is reduced to a great extent, and the template demand is reduced to a great extent. The technical scheme includes but is not limited to the following methods, devices, electronic equipment and storage media.
The invention provides a PPT-based animation production method, which comprises the following steps:
reading each page in PPT and elements in the page;
analyzing the page information of the page to obtain a page analysis result;
analyzing the element information of the element to obtain an element analysis result;
and correspondingly matching the page analysis result and the element analysis result with animation matching data in an animation editor.
Specifically, the step of analyzing the page information of the page to obtain a page analysis result includes:
distinguishing the page information into a page type and a page animation;
analyzing the page type to obtain a page type analysis result;
and analyzing the page animation to obtain a page animation analysis result.
Specifically, the step of parsing the element information of the element to obtain an element parsing result includes:
distinguishing the element information into element types, element positions and element animations;
analyzing the element type to obtain an element type analysis result;
analyzing the element position to obtain an element position analysis result;
and analyzing the element animation to obtain an element animation analysis result.
Specifically, the step of parsing the element type to obtain an element type parsing result includes:
analyzing the image information in the element type;
scalable vector graphics are obtained from the image information.
The invention also provides an electronic device comprising a memory and a processor, the memory storing a computer program, wherein the computer program is executed in the processor and is operable to implement any of the methods described above.
The invention also provides a storage medium storing a computer program which is executed in a processor to implement any of the methods described above.
The invention also provides an animation production device based on PPT, which comprises: the PPT reading module is used for reading each page in PPT and elements in the page; the page analysis module is used for analyzing the page information of the page to obtain a page analysis result; the element analysis module is used for analyzing the element information of the element to obtain an element analysis result; and the matching module is used for correspondingly matching the page analysis result and the element analysis result with animation matching data in an animation editor.
Specifically, the page parsing module includes: the page area dividing unit is used for dividing the page information into a page type and a page animation; the page type analyzing unit is used for analyzing the page type to obtain a page type analyzing result; and the page animation analysis unit is used for analyzing the page animation to obtain a page animation analysis result.
Specifically, the element parsing module includes: the element distinguishing unit is used for distinguishing the element information into element types, element positions and element animations; the element type analyzing unit is used for analyzing the element type to obtain an element type analyzing result; the element position analyzing unit is used for analyzing the element position to obtain an element position analyzing result; and the element animation analysis unit is used for analyzing the element animation to obtain an element animation analysis result.
Specifically, the element type analysis unit comprises an image information analysis unit and a graph acquisition unit; the image information analyzing unit analyzes the image information in the element type; the graphics-acquiring unit acquires scalable vector graphics from the image information.
According to the animation production method based on the PPT, provided by the invention, each page in the PPT and the elements in the pages are read, the page information of the page is analyzed to obtain the page analysis result, the element information of the elements is analyzed to obtain the element analysis result, and the page analysis result and the element analysis result are correspondingly matched with the animation matching data in the animation editor, so that the display and animation information of the PPT page can be restored, the display and animation information of the elements in the PPT page can be restored, a user can efficiently convert the existing PPT file into an animation, re-edit and export the animation video file, the cost of producing the animation video of the user is reduced to a great extent, and the demand of templates is reduced to a great extent.
Drawings
FIG. 1 is a flow diagram of a PPT-based animation method according to an embodiment;
FIG. 2 is a flowchart illustrating step S11 of FIG. 1 according to an embodiment;
FIG. 3 is a flowchart illustrating step S12 of FIG. 1 according to an embodiment;
FIG. 4 is a flowchart illustrating the detailed process of step S121 in FIG. 2 according to an embodiment;
FIG. 5 is a block diagram of a frame of an electronic device according to an embodiment;
FIG. 6 is a block diagram of a frame of a PPT-based animation device according to an embodiment;
FIG. 7 is a block diagram of a framework of the page parsing module 11 of FIG. 6 according to an embodiment;
FIG. 8 is a block diagram of a framework for the element parsing module 12 of FIG. 6 according to an embodiment;
fig. 9 is a block diagram of a framework of the element type parsing unit 121 in fig. 8 according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that in the description of the present invention, unless otherwise explicitly specified or limited, the term "storage medium" may be various media that can store a computer program, such as ROM, RAM, a magnetic or optical disk, or the like. The term "processor" may be a chip or a circuit having a data Processing function, such as a CPLD (Complex Programmable Logic Device), an FPGA (Field-Programmable Gate Array), an MCU (Microcontroller Unit), a PLC (Programmable Logic Controller), and a CPU (Central Processing Unit). The term "electronic device" may be any device having data processing and memory functions and may generally include fixed and mobile terminals. Fixed terminals such as desktop computers and the like. Mobile terminals such as mobile phones, PADs, mobile robots, etc. Furthermore, the technical features mentioned in the different embodiments of the invention described later can be combined with each other as long as they do not conflict with each other.
In the following, the present invention proposes some preferred embodiments to teach those skilled in the art to implement.
Fig. 1 is a flowchart of a PPT-based animation method according to an embodiment, which shows a PPT-based animation method.
Referring to fig. 1, a method for PPT-based animation production includes:
step S10: reading each page in PPT and elements in the page;
step S11: analyzing page information of the page to obtain a page analysis result;
step S12: analyzing element information of the elements to obtain element analysis results;
step S13: and correspondingly matching the page analysis result and the element analysis result with animation matching data in an animation editor.
According to the animation production method based on the PPT, each page in the PPT and the elements in the page are read, the page information of the page is analyzed to obtain the page analysis result, the element information of the elements is analyzed to obtain the element analysis result, the page analysis result and the element analysis result are correspondingly matched with the animation matching data in the animation editor, so that the display and animation information of the PPT page can be restored, the display and animation information of the elements in the PPT page can be restored, a user can efficiently convert the existing PPT file into an animation, re-edit and export the animation video file, the cost of producing the animation video of the user is reduced to a great extent, and the demand of the template is reduced to a great extent.
It should be noted that PPT may include pages and elements in pages.
It should be noted that the page information may include information such as the width and height of the page, background information, and animation of the appearance and the fall-back of the page.
It should be further noted that the page information may obtain a page parsing result through parsing, for example, obtain attribute information and content source information of the page information. The specific method of the analysis can be complete analysis, namely the original content of the file is completely reserved during the analysis; the method can also be selective analysis, namely the original data composition of the file is not analyzed during analysis, and the visual part of the file can be directly analyzed, namely the rendered display form.
It should be noted that the element information may include all the elements in the page, such as characters, pictures, diagrams, videos, etc., and information about the position, size, rotation, etc. of the elements displayed in the page, and the appearance, disappearance, etc. of the elements.
It should be further noted that the element information may obtain an element parsing result through parsing, for example, attribute information and content source information of the element information are obtained. The specific method of the analysis can be complete analysis, namely, the original content of the file is completely reserved during the analysis; the method can also be selective analysis, namely the original data composition of the file is not analyzed during analysis, and the visual part of the file can be directly analyzed, namely the rendered display form.
It should be further noted that the page parsing result and the element parsing result may be correspondingly matched with animation matching data in an animation editor through correspondence and mapping.
Specifically, the static results in the page parsing result, such as the page scene page, the width and the height, and the background, may be correspondingly matched with animation matching data in the animation editor, such as the page scene page, the width and the height, and the background.
It should be noted that the following embodiments can be used to illustrate the way in which the dynamic result in the page parsing result is matched with the animation matching data in the animation editor.
For example, the appearance and the retreat animation forms of the page can be matched with the animation appearance and the retreat animation forms in the animation editor through correspondence and mapping;
as another example, additional animations (animations outside of the form of page-out and fall-back animations), such as path animations, rotation animations, etc., may be matched by correspondence and mapping to additional animations in the animation editor (animations outside of the form of page-out and fall-back animations);
as another example, a special animation form (an animation form that cannot be completely matched) may be matched by recommending an animation form by default.
Specifically, static results in the element parsing result, for example, all elements of text, pictures, diagrams, videos, etc. in the page and information of positions, sizes, rotations, etc. displayed in the page of the elements, may be correspondingly matched with animation matching data of all elements of text, pictures, diagrams, videos, etc. in the page in the animation editor and positions, sizes, rotations, etc. displayed in the page by corresponding and mapping.
It should be noted that the following embodiments can be used to illustrate the way in which the dynamic result in the element parsing result matches the animation matching data in the animation editor.
For example, the element appearance and exit animation forms can be matched with the animation appearance and exit animation forms in the animation editor through correspondence and mapping;
as another example, additional animations (animations outside of the form of element appearance and move-back animations), such as path animations, rotation animations, etc., may be matched by correspondence and mapping to additional animations in the animation editor (animations outside of the form of element appearance and move-back animations);
as another example, a special animation form (an animation form that cannot be completely matched) may be matched by recommending an animation form by default.
Fig. 2 is a detailed flowchart of step S11 in fig. 1 according to an embodiment.
Referring to fig. 1 and 2, step S11 in fig. 1 includes:
step S110: distinguishing page information into page types and page animations;
step S111: analyzing the page type to obtain a page type analysis result;
step S112: and analyzing the page animation to obtain a page animation analysis result.
It should be noted that the page type refers to information representing properties of the PPT page, such as width and height of the page, and background information. The page animation may be in the form of a page appearance and a step-back animation, or an additional animation (an animation other than the element appearance and step-back animation), or a special animation (an animation that does not match exactly).
Fig. 3 is a detailed flowchart of step S12 in fig. 1 according to an embodiment.
Referring to fig. 1 and 2, step S12 in fig. 1 includes:
step S120: distinguishing element information into element types, element positions and element animations;
step S121: analyzing the element type to obtain an element type analysis result;
step S122: analyzing the element position to obtain an element position analysis result;
step S123: and analyzing the element animation to obtain an element animation analysis result.
It should be noted that the element types refer to different elements in a page, such as characters, pictures, diagrams, and videos. Element position refers to the position of an element within a page.
The element animation may be in the form of element appearance and fade-out animations, additional animations of elements (animations other than element appearance and fade-out animations), such as element path animations, rotation animations, etc., element specific animations (animations that do not match exactly).
Fig. 4 is a detailed flowchart of step S121 in fig. 2 according to an embodiment.
Referring to fig. 1, 2 and 3, step S121 in fig. 2 includes:
step 1210: analyzing image information in the element type;
step S1211: a scalable vector graphic is acquired based on the image information.
The image information includes information such as a chart, a graph, a table, and an icon.
Scalable Vector Graphics is also known to those skilled in the art as SVG (Scalable Vector Graphics). When information such as charts, graphs, tables and icons is analyzed, elements can be rendered and drawn according to original data stored in the PPT, specific shapes and paths after drawing are recorded, SVG paths are formed according to the specific shapes and paths, and the SVG paths are stored as SVG files. The SVG file has path information, so that hand-drawing animation can be completed.
Fig. 5 is a block diagram of a frame of an electronic device according to an embodiment.
Referring to fig. 5, an electronic device 4 comprises a memory 40 and a processor 41, the memory 40 storing a computer program, the computer program being executable in the processor 41 to implement any of the methods described above.
The invention also provides a storage medium storing a computer program which is executed in a processor to implement any of the methods described above.
Fig. 6 is a frame structure diagram of an animation device based on PPT according to an embodiment, where a PPT reading module 10, a page parsing module 11, an element parsing module 12, and a matching module 13 of the animation device correspond to steps S10, S11, S12, and S13 in fig. 1.
Referring to fig. 6, a PPT-based animation device, the device comprising:
the PPT reading module 10 is used for reading each page in PPT and elements in the page;
the page analysis module 11 is configured to analyze page information of a page to obtain a page analysis result;
the element analysis module 12 is used for analyzing element information of the elements to obtain element analysis results;
and the matching module 13 is configured to perform corresponding matching on the page parsing result and the element parsing result with animation matching data in the animation editor.
According to the PPT-based animation production device provided by the embodiment, each page in the PPT and the elements in the page are read, the page information of the page is analyzed to obtain the page analysis result, the element information of the elements is analyzed to obtain the element analysis result, and the page analysis result and the element analysis result are correspondingly matched with the animation matching data in the animation editor, so that the display and animation information of the PPT page can be restored, the display and animation information of the elements in the PPT page can be restored, a user can efficiently convert the existing PPT file into an animation, re-editing and exporting the animation video file are performed, the production cost of the animation video of the user is reduced to a great extent, and the demand of templates is also reduced to a great extent.
It should be noted that PPT may include pages and elements in pages.
It should be noted that the page information may include information such as the width and height of the page, background information, and animation of the appearance and the fall-back of the page.
It should be further noted that the page information may obtain a page parsing result through parsing, for example, obtain attribute information and content source information of the page information. The specific method of the analysis can be complete analysis, namely the original content of the file is completely reserved during the analysis; the method can also be selective analysis, namely the original data composition of the file is not analyzed during analysis, and the visual part of the file can be directly analyzed, namely the rendered display form.
It should be noted that the element information may include all elements in the page, such as characters, pictures, diagrams, videos, etc., and information such as the position, size, rotation, etc., of the elements displayed in the page, and the appearance and disappearance of the elements, etc.
It should be further noted that the element information may obtain an element parsing result through parsing, for example, attribute information and content source information of the element information are obtained. The specific method of the analysis can be complete analysis, namely the original content of the file is completely reserved during the analysis; the method can also be selective analysis, namely the original data composition of the file is not analyzed during analysis, and the visual part of the file can be directly analyzed, namely the rendered display form.
It should be further noted that the page parsing result and the element parsing result may be correspondingly matched with animation matching data in an animation editor through correspondence and mapping.
Specifically, the static results in the page parsing result, for example, the page scene page, the width and the height, the background, and the like, may be correspondingly matched with animation matching data in the animation editor, such as the page scene page, the width and the height, the background, and the like, through correspondence and mapping.
It should be noted that the following embodiments can be used to illustrate the manner in which the dynamic result in the page parsing result is matched with the animation matching data in the animation editor.
For example, the appearance and the retreat animation forms of the page can be matched with the animation appearance and the retreat animation forms in the animation editor through correspondence and mapping;
as another example, additional animations (animations outside of the form of page-out and fall-back animations), such as path animations, rotation animations, etc., may be matched to the additional animations in the animation editor (animations outside of the form of page-out and fall-back animations) via correspondence and mapping;
as another example, a special animation form (an animation form that cannot be completely matched) may be matched by recommending an animation form by default.
Specifically, static results in the element parsing results, for example, all elements of characters, pictures, diagrams, videos, etc. in the page and information of positions, sizes, rotations, etc. displayed by these elements in the page, may be correspondingly matched with animation matching data of all elements of characters, pictures, diagrams, videos, etc. in the page in the animation editor and positions, sizes, rotations, etc. displayed by these elements in the page through correspondence and mapping.
It should be noted that the following embodiments can be used to illustrate the manner in which the dynamic result in the element parsing result is matched with the animation matching data in the animation editor.
For example, the element appearance and exit animation forms can be matched with the animation appearance and exit animation forms in the animation editor through correspondence and mapping;
as another example, additional animations (animations outside of the form of element appearance and move-back animations), such as path animations, rotation animations, etc., may be matched by correspondence and mapping to additional animations in the animation editor (animations outside of the form of element appearance and move-back animations);
as another example, a special animation form (an animation form that cannot be completely matched) may be matched by recommending the animation form by default.
Fig. 7 is a frame structure diagram of the page parsing module 11 in fig. 6 according to an embodiment, where a page partitioning unit 110, a page type parsing unit 111, and a page animation parsing unit 112 of the page parsing module 11 correspond to step S110, step S111, and step S112 in fig. 2.
Referring to fig. 6, 7 and 2, the page resolution module 11 includes:
a page dividing unit 110 for dividing page information into a page type and a page animation;
a page type parsing unit 111, configured to parse a page type to obtain a page type parsing result;
and the page animation parsing unit 112 is used for parsing the page animation to obtain a page animation parsing result.
It should be noted that the page type refers to information representing properties of the PPT page, such as width and height of the page, and background information. The page animation may be in the form of a page appearance and fall-back animation, or an additional animation (an animation other than the element appearance and fall-back animation), or a special animation (an animation that does not match exactly).
Fig. 8 is a frame structure diagram of the element parsing module 12 in fig. 6 according to an embodiment, where the element distinguishing unit 120, the element type parsing unit 121, the element position parsing unit 122, and the element animation parsing unit 123 of the page parsing module 12 correspond to step S120, step S121, step S122, and step S123 in fig. 3.
Referring to fig. 6, 8 and 3, the element parsing module 12 includes:
an element distinguishing unit 120 for distinguishing element information into an element type, an element position, and an element animation;
an element type analyzing unit 121, configured to analyze an element type to obtain an element type analysis result;
an element position analyzing unit 122, configured to analyze an element position to obtain an element position analysis result;
and an element animation parsing unit 123, configured to parse the element animation to obtain an element animation parsing result.
It should be noted that the element types refer to different elements in a page, such as characters, pictures, diagrams, and videos. Element position refers to the position of an element within a page.
The element animation can be in the form of element appearance and fade-out animation, additional animation of elements (animation beyond the form of element appearance and fade-out animation), such as element path animation, rotation animation, etc., element specific animation form (animation form that cannot be completely matched).
Fig. 9 is a frame structure diagram of the element type analysis unit 121 in fig. 8 according to an embodiment, where the image information analysis unit 1210 and the graphic acquisition unit 1211 in the element type analysis unit 121 correspond to step S1210 and step S1211 in fig. 4.
Referring to fig. 8, 9 and 4, the element type parsing unit 121 includes:
an image information parsing unit 1210 for parsing image information in the element type;
a graphic acquisition unit 1211 configured to acquire a scalable vector graphic according to the image information.
The image information includes information such as a chart, a graph, a table, and an icon.
Scalable Vector Graphics is also known to those skilled in the art as SVG (Scalable Vector Graphics). When information such as charts, graphs, tables and icons is analyzed, elements can be rendered and drawn according to original data stored in the PPT, specific shapes and paths after drawing are recorded, SVG paths are formed according to the specific shapes and paths, and the SVG paths are stored as SVG files. The SVG file has path information, so that hand-drawing animation can be completed.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (6)

1. A PPT-based animation production method is characterized by comprising the following steps:
reading each page in PPT and elements in the page;
analyzing the page information of the page to obtain a page analysis result;
analyzing the element information of the element to obtain an element analysis result;
correspondingly matching the page analysis result and the element analysis result with animation matching data in an animation editor;
the step of analyzing the page information of the page to obtain a page analysis result comprises the following steps:
distinguishing the page information into a page type and a page animation;
analyzing the page type to obtain a page type analysis result;
analyzing the page animation to obtain a page animation analysis result;
the step of analyzing the element information of the element to obtain an element analysis result comprises:
distinguishing the element information into element types, element positions and element animations;
analyzing the element type to obtain an element type analysis result;
analyzing the element position to obtain an element position analysis result;
and analyzing the element animation to obtain an element animation analysis result.
2. The method of claim 1, wherein the step of parsing the element type to obtain an element type parsing result comprises:
analyzing the image information in the element type;
scalable vector graphics are obtained from the image information.
3. An electronic device comprising a memory and a processor, the memory storing a computer program, wherein the computer program is executed in the processor to implement the method of any of claims 1-2.
4. A storage medium storing a computer program, characterized in that the computer program is executed in a processor to implement the method of any of claims 1-2.
5. A PPT-based animation device, comprising: the PPT reading module is used for reading each page in PPT and elements in the page; the page analysis module is used for analyzing the page information of the page to obtain a page analysis result; the element analysis module is used for analyzing the element information of the element to obtain an element analysis result; the matching module is used for correspondingly matching the page analysis result and the element analysis result with animation matching data in an animation editor;
the page parsing module comprises: the page area dividing unit is used for dividing the page information into a page type and a page animation; the page type analyzing unit is used for analyzing the page type to obtain a page type analyzing result; the page animation analyzing unit is used for analyzing the page animation to obtain a page animation analyzing result;
the element parsing module includes: the element distinguishing unit is used for distinguishing the element information into element types, element positions and element animations; the element type analyzing unit is used for analyzing the element type to obtain an element type analyzing result; the element position analyzing unit is used for analyzing the element position to obtain an element position analyzing result; and the element animation analysis unit is used for analyzing the element animation to obtain an element animation analysis result.
6. The apparatus of claim 5, wherein the element type parsing unit includes an image information parsing unit and a graphic acquisition unit; the image information analyzing unit analyzes the image information in the element type; the graphics-acquiring unit acquires scalable vector graphics from the image information.
CN201910727563.3A 2019-08-07 2019-08-07 Animation production method and device based on PPT, electronic equipment and storage medium Active CN110415319B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910727563.3A CN110415319B (en) 2019-08-07 2019-08-07 Animation production method and device based on PPT, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910727563.3A CN110415319B (en) 2019-08-07 2019-08-07 Animation production method and device based on PPT, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110415319A CN110415319A (en) 2019-11-05
CN110415319B true CN110415319B (en) 2022-11-15

Family

ID=68366621

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910727563.3A Active CN110415319B (en) 2019-08-07 2019-08-07 Animation production method and device based on PPT, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110415319B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111638845B (en) * 2020-05-26 2022-02-11 维沃移动通信有限公司 Animation element obtaining method and device and electronic equipment
CN111951356B (en) * 2020-08-11 2022-12-09 深圳市前海手绘科技文化有限公司 Animation rendering method based on JSON data format
CN112312043A (en) * 2020-10-20 2021-02-02 深圳市前海手绘科技文化有限公司 Optimization method and device for deriving animation video
CN112835500B (en) * 2021-03-16 2023-05-30 深圳市前海手绘科技文化有限公司 Transition method and device for demonstration template
CN114596882B (en) * 2022-03-09 2024-02-02 云学堂信息科技(江苏)有限公司 Editing method capable of realizing rapid positioning of course content

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010146558A1 (en) * 2009-06-18 2010-12-23 Madeyoum Ltd. Device, system, and method of generating a multimedia presentation
US8862646B1 (en) * 2014-03-25 2014-10-14 PlusAmp, Inc. Data file discovery, visualization, and importing
CN105630459A (en) * 2014-10-25 2016-06-01 上海未达数码科技有限公司 Method for converting PPT document to HTML page
US20170098324A1 (en) * 2015-10-05 2017-04-06 Vitthal Srinivasan Method and system for automatically converting input text into animated video
CN107015950A (en) * 2017-03-20 2017-08-04 厦门云开云科技有限公司 The generation method and device of a kind of SCORM coursewares
CN107592565A (en) * 2017-09-29 2018-01-16 深圳市前海手绘科技文化有限公司 A kind of method that Freehandhand-drawing video elementary is quickly combined in video
CN110059199B (en) * 2019-04-11 2023-08-18 深圳迪乐普智能科技有限公司 Realization method of 3D presentation and 3D presentation

Also Published As

Publication number Publication date
CN110415319A (en) 2019-11-05

Similar Documents

Publication Publication Date Title
CN110415319B (en) Animation production method and device based on PPT, electronic equipment and storage medium
CN109801347B (en) Method, device, equipment and medium for generating editable image template
CA2124603C (en) Method and apparatus for operating on the model data structure of an image to produce human perceptible output in the context of the image
CN110489116B (en) Page rendering method and device and computer storage medium
CA2124604C (en) Method and apparatus for operating on an object-based model data structure to produce a second image in the spatial context of a first image
US9965444B2 (en) Vector graphics classification engine
US20210240913A1 (en) Font rendering method and apparatus, and computer-readable storage medium
CN111460183A (en) Multimedia file generation method and device, storage medium and electronic equipment
US20130191732A1 (en) Fixed Format Document Conversion Engine
US20130104015A1 (en) Digital comic editor, method and non-transitory computer-readable medium
CN111752557A (en) Display method and device
CN111240669B (en) Interface generation method and device, electronic equipment and computer storage medium
CN110532427A (en) A kind of visualization video generation method and system based on Form data
CN112330532A (en) Image analysis processing method and equipment
CN111859053B (en) Data definition method of visual chart and chart library system
CN105956133B (en) Method and device for displaying file on intelligent terminal
CN106776994B (en) Application method and system of engineering symbols in engineering report forms and web pages
US20180300291A1 (en) Devices, methods, and systems to convert standard-text to animated-text and multimedia
CN112214622A (en) Data processing method and device for rapidly displaying AutoCAD drawing
CN112509097A (en) Hand-drawn animation material editing method and device
CN112527172A (en) Interface display method and device, computer readable storage medium and electronic equipment
CN112417212A (en) Method for searching and displaying difference of short video production version
CN110633251B (en) File conversion method and equipment
CN111047673A (en) PPT file generation method and device based on hand-drawn video
US20220301285A1 (en) Processing picture-text data

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