CN112269682A - Animation video backup method - Google Patents

Animation video backup method Download PDF

Info

Publication number
CN112269682A
CN112269682A CN202011126887.0A CN202011126887A CN112269682A CN 112269682 A CN112269682 A CN 112269682A CN 202011126887 A CN202011126887 A CN 202011126887A CN 112269682 A CN112269682 A CN 112269682A
Authority
CN
China
Prior art keywords
data
animation
user
saving
editable
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011126887.0A
Other languages
Chinese (zh)
Inventor
韦森林
魏博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN202011126887.0A priority Critical patent/CN112269682A/en
Publication of CN112269682A publication Critical patent/CN112269682A/en
Priority to PCT/CN2021/111480 priority patent/WO2022083236A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Processing Or Creating Images (AREA)
  • Television Signal Processing For Recording (AREA)

Abstract

The invention belongs to the field of animation videos, and particularly relates to an animation video backup method and device, electronic equipment and a storage medium. In the process of editing the animation video, the requirements can be met only through multiple editing and modification, and then video export is carried out. In the editing process, a certain historical version is often returned, and the need of authoring is eliminated on the basis of the historical version. In the prior art, a user needs to store a modified part and an unmodified part of an animation video at the same time when storing the animation video each time, and selects a corresponding version to open when the version is required to be switched. The method needs to perform complex file storage and complex version management for many times, has high storage cost and high complexity and difficulty for the use of a user, and is easy to make mistakes.

Description

Animation video backup method
Technical Field
The invention belongs to the field of animation videos, and particularly relates to an animation video backup method and device, electronic equipment and a storage medium.
Background
In the process of editing the animation video, the requirements can be met only through multiple editing and modification, and then video export is carried out. In the editing process, a certain historical version is often returned, and the need of authoring is eliminated on the basis of the historical version. In the prior art, a user needs to store a modified part and an unmodified part of an animation video at the same time when storing the animation video each time, and selects a corresponding version to open when the version is required to be switched. The method needs to perform complex file storage and complex version management for many times, has high storage cost and high complexity and difficulty for the use of a user, and is easy to make mistakes.
Disclosure of Invention
In order to solve the above technical problems, the present invention provides a method for backing up an animation video, comprising the steps of:
distinguishing the animation draft into fixed data and editable data;
storing the fixed data to a server, and recording a storage path;
automatically saving the editable data to a server at fixed intervals, and recording a saving path in an automatic saving list;
and when the user stores the editable data in a manual mode, the editable data is stored in the server, and the storage path is recorded in a manual storage list.
Correspondingly, the invention also provides a video backup device of the animation, which is characterized by comprising the following components:
the distinguishing module is used for distinguishing the animation draft into fixed data and editable data;
the storage module is used for storing the fixed data to a server and recording a storage path;
the storage module automatically stores the editable data to the server at fixed intervals and records the storage path in an automatic storage list;
and the storage module is used for storing the editable data to the server when the user manually stores the editable data and recording the storage path in a manual storage list.
The invention has the advantages that the animation draft is divided into two parts of fixed data and editable data, the fixed data part is firstly stored in the server, and only the editable data part is stored in the subsequent storage process, so that the data volume stored each time is reduced, the rapid storage is realized, the error rate of the storage is reduced, and the storage cost is reduced because the fixed data cannot be repeatedly stored.
It should be further explained that the data can be automatically saved at fixed time intervals, the user is prevented from forgetting to save the lost data, a manual saving way is also provided, the manual saving list and the automatic saving list are independent from each other, so that the data disorder can be prevented, and the working efficiency can be improved.
Specifically, the step of distinguishing the animation drafts as the fixed data and the editable data includes:
setting element editing authority for elements of the animation draft;
setting user editing authority for a user;
and comparing the user editing authority with the element editing authority, and distinguishing the animation draft into fixed data and editable data.
Correspondingly, the invention also provides an animation video backup device, which comprises:
the setting module is used for setting element editing permission for elements of the animation draft;
the setting module is used for setting user editing authority for a user;
and the comparison module is used for comparing the user editing authority with the element editing authority and distinguishing the animation draft into fixed data and editable data.
It should be noted that, in order to distinguish the fixed data and the editable data, the authority is set for each element in the animation draft file, and different authorities are set for different users, and different users are different for the editable part of the same animation draft file, so that the distribution of the fixed data and the editable data is different, which not only meets more operation requirements of developers, but also meets the easy-operation requirements of common users, and realizes the division of the fixed data and the editable data of the animation draft file while distinguishing the users.
Specifically, the present invention further provides an animation video backup method, which is characterized by further comprising the steps of:
reading the saving paths in the automatic saving list or the manual saving list;
acquiring the editable data and the fixed data through the saving path;
and merging the variable data and the fixed data to obtain the animation draft information.
Correspondingly, the invention provides a video backup device of animation, comprising:
the reading module reads the saving paths in the automatic saving list or the manual saving list;
the acquisition module acquires the editable data and the fixed data through the storage path;
and the storage module is used for combining the variable data and the fixed data to obtain the animation draft information.
It should be noted that, when the method is used for storing the fixed data, the method not only stores the file on the server, but also leaves the backup file locally, the file in the server can ensure the working continuity when the user changes the office equipment, and the local backup file can ensure that the fixed data part is not repeatedly downloaded when the user does not change the equipment, so that the file transmission efficiency is improved, the computing resource is saved, and the high-efficiency input and output are realized.
Specifically, the step of comparing the user editing authority with the element editing authority to distinguish the animation draft into the fixed data and the editable data includes:
reading the element editing permission value;
reading the user editing authority value;
comparing the element editing permission value with the user editing permission value;
and if the element editing authority value is less than or equal to the user editing authority value, saving the elements of the animation draft as the editable data, otherwise, saving the elements as fixed data.
Correspondingly, the invention provides a video backup device of animation, comprising:
the reading module reads the element editing permission value;
the reading module is used for reading the user editing authority value;
the comparison module is used for comparing the element editing permission value with the user editing permission value;
and the element editing authority value is less than or equal to the user editing authority value, the elements of the animation draft are stored as the editable data, and otherwise, the elements are stored as fixed data.
The technical effect is that in order to distinguish different editable data in the operation of different users, the editing authority value of each element and the editing authority value of the user are read and compared, the editing authority value of the element is less than or equal to the editing authority value of the user, the element of the animation draft is stored as editable data, and the editable data and the fixed data are distinguished.
The invention also provides an electronic device comprising a memory and a processor, the memory storing a computer program, the computer program being executable in the processor to implement any of the methods described above.
The present invention also provides a storage medium storing a computer program which is executed in a processor to implement any of the methods described above.
According to the login parameters of the software testing interface, the software testing interface is accessed, the request timestamp when the software testing interface is accessed is obtained, the response timestamp when the software testing interface is logged in is obtained, and the login response time of the software testing interface is judged according to the request timestamp and the response timestamp, so that the software testing interface is directly accessed, the login response time of the software interface server is tested, and the technical problems that the testing result difference is uncontrollable and the testing efficiency is low due to the fact that a testing end passes through a third-party agent are solved. The scheme that the testing end directly faces the testing software interface end effectively eliminates the intermediate link of the third-party agent, thereby simplifying the login parameters, avoiding the communication protocol with the intermediate agent, avoiding the time delay of the intermediate agent and the unstable factor of the intermediate agent, being beneficial to realizing efficient and accurate testing, saving the computing resources and the communication bandwidth and facilitating the testing operation.
Drawings
FIG. 1 is a flow chart of a method of animation video backup;
FIG. 2 is an architecture diagram of an animation video backup device;
FIG. 3 is a data differentiation flow chart;
FIG. 4 is a diagram of a data partitioning architecture;
FIG. 5 is a flow chart of data reading;
FIG. 6 is a diagram of a data reading architecture;
FIG. 7 is a flow chart of data saving;
FIG. 8 is a diagram of a data retention architecture.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further 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 (micro Controller Unit), a PLC (Programmable Logic Controller), and a CPU (Central Processing Unit). The term "electronic device" may be any device having data processing and storage 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, and 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.
Example one
Referring to fig. 1, the present embodiment provides an animation video backup method, including the steps of:
s1, distinguishing the animation drafts into fixed data and editable data;
s2, storing the fixed data to a server, and recording a storage path;
s3, automatically saving the editable data to a server at fixed time intervals, and recording the saving path in an automatic saving list;
and S4, when the user saves the editable data to the server manually, and the saving path is recorded in a manual saving list.
Example two
Referring to fig. 2, the present embodiment provides an animation video backup apparatus, including:
the distinguishing module 1 is used for distinguishing the animation draft into fixed data and editable data;
the storage module 2 is used for storing the fixed data to a server and recording a storage path;
the storage module 3 automatically stores the editable data to a server at fixed intervals and records a storage path in an automatic storage list;
and the storage module 4 is used for storing the editable data to the server when the user manually stores the editable data, and recording the storage path in a manual storage list.
It should be noted that, in the first and second embodiments, the animation draft is divided into two parts, namely the fixed data part and the editable data part, the fixed data part is firstly saved in the server, and only the editable data part is saved in the subsequent saving process, so that the data amount saved each time is reduced, the fast saving is realized, the error rate of the saving is also reduced, and the saving cost is also reduced because the fixed data is not saved repeatedly.
It should be further explained that the data can be automatically saved at fixed time intervals, the user is prevented from forgetting to save the lost data, a manual saving way is also provided, the manual saving list and the automatic saving list are independent from each other, so that the data disorder can be prevented, and the working efficiency can be improved.
EXAMPLE III
Referring to fig. 3, step S1 further includes:
s11, setting element editing authority for elements of the animation draft;
s12, setting user editing authority for the user;
and S13, comparing the user editing authority with the element editing authority, and distinguishing the animation draft into fixed data and editable data.
Example four
Referring to fig. 4, the distinguishing module 1 further includes:
the setting module 11 is used for setting element editing permission for elements of the animation draft;
the setting module 12 is used for setting user editing authority for a user;
and the comparison module 13 is used for comparing the user editing authority with the element editing authority and distinguishing the animation draft into fixed data and editable data.
EXAMPLE five
Referring to fig. 5, step S4 is followed by:
s41, reading the saving path in the automatic saving list or the manual saving list;
s42, acquiring the editable data and the fixed data through the saving path;
and S43, merging the variable data and the fixed data to obtain the animation draft information.
EXAMPLE six
Referring to fig. 6, the memory module 4 further includes:
a reading module 41, configured to read the saving path in the automatic saving list or the manual saving list;
an obtaining module 42, obtaining the editable data and the fixed data through the saving path;
and a storage module 43 for merging the variable data and the fixed data to obtain the animation draft information.
EXAMPLE seven
Referring to fig. 7, step S13 is followed by
S131, reading the element editing authority value;
s132, reading the user editing authority value;
s133, comparing the element editing permission value with the user editing permission value;
and S134, if the element editing permission value is less than or equal to the user editing permission value, saving the elements of the animation draft as the editable data, otherwise, saving the elements as fixed data.
Example eight
Referring to fig. 8, the comparison module 13 further includes:
the reading module 131 reads the element editing permission value;
a reading module 132, configured to read the user editing permission value;
a comparison module 133, configured to compare the element editing permission value with the user editing permission value;
the storage module 134, where the element editing permission value is less than or equal to the user editing permission value, stores the element of the animation draft as the editable data, and otherwise stores the element as fixed data.
In addition, the present invention also provides an electronic device, which includes a memory and a processor, wherein the memory stores a computer program, and the computer program is executed in the processor, and can implement any one of the methods described above, wherein the electronic device may be a mobile terminal or a web server.
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 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 (10)

1. A method for backing up an animation video, comprising the steps of:
distinguishing the animation draft into fixed data and editable data;
storing the fixed data to a server, and recording a storage path;
automatically saving the editable data to a server at fixed intervals, and recording a saving path in an automatic saving list;
and when the user stores the editable data in a manual mode, the editable data is stored in the server, and the storage path is recorded in a manual storage list.
2. The method of claim 1, wherein the step of distinguishing the animation drafts as fixed data and editable data comprises:
setting element editing authority for elements of the animation draft;
setting user editing authority for a user;
and comparing the user editing authority with the element editing authority, and distinguishing the animation draft into fixed data and editable data.
3. The method of claim 1, further comprising the step of:
reading the saving paths in the automatic saving list or the manual saving list;
acquiring the editable data and the fixed data through the saving path;
and merging the variable data and the fixed data to obtain the animation draft information.
4. The method of claim 2, wherein said step of comparing said user editing rights and said element editing rights to distinguish animation drafts as fixed data and editable data comprises:
reading the element editing permission value;
reading the user editing authority value;
comparing the element editing permission value with the user editing permission value;
and if the element editing authority value is less than or equal to the user editing authority value, saving the elements of the animation draft as the editable data, otherwise, saving the elements as fixed data.
5. An animation video backup apparatus, comprising:
the distinguishing module is used for distinguishing the animation draft into fixed data and editable data;
the storage module is used for storing the fixed data to a server and recording a storage path;
the storage module automatically stores the editable data to the server at fixed intervals and records the storage path in an automatic storage list;
and the storage module is used for storing the editable data to the server when the user manually stores the editable data and recording the storage path in a manual storage list.
6. The apparatus of claim 5, wherein the means for distinguishing comprises:
the setting module is used for setting element editing permission for elements of the animation draft;
the setting module is used for setting user editing authority for a user;
and the comparison module is used for comparing the user editing authority with the element editing authority and distinguishing the animation draft into fixed data and editable data.
7. The apparatus of claim 5, further comprising:
the reading module reads the saving paths in the automatic saving list or the manual saving list;
the acquisition module acquires the editable data and the fixed data through the storage path;
and the storage module is used for combining the variable data and the fixed data to obtain the animation draft information.
8. The comparison module of claim 6, further comprising:
the reading module reads the element editing permission value;
the reading module is used for reading the user editing authority value;
the comparison module is used for comparing the element editing permission value with the user editing permission value;
and the element editing authority value is less than or equal to the user editing authority value, the elements of the animation draft are stored as the editable data, and otherwise, the elements are stored as fixed data.
9. 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 perform the method of any of claims 1-5.
10. 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-4.
CN202011126887.0A 2020-10-20 2020-10-20 Animation video backup method Pending CN112269682A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202011126887.0A CN112269682A (en) 2020-10-20 2020-10-20 Animation video backup method
PCT/CN2021/111480 WO2022083236A1 (en) 2020-10-20 2021-08-09 Animated video backup method and apparatus therefor, and animated video management method and apparatus therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011126887.0A CN112269682A (en) 2020-10-20 2020-10-20 Animation video backup method

Publications (1)

Publication Number Publication Date
CN112269682A true CN112269682A (en) 2021-01-26

Family

ID=74341138

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011126887.0A Pending CN112269682A (en) 2020-10-20 2020-10-20 Animation video backup method

Country Status (2)

Country Link
CN (1) CN112269682A (en)
WO (1) WO2022083236A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022083236A1 (en) * 2020-10-20 2022-04-28 深圳市前海手绘科技文化有限公司 Animated video backup method and apparatus therefor, and animated video management method and apparatus therefor

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001273196A (en) * 2000-03-27 2001-10-05 Nec Corp Device and method for managing backup data
CN105376276A (en) * 2014-08-25 2016-03-02 中兴通讯股份有限公司 System data backup method and device
CN105607965A (en) * 2015-11-09 2016-05-25 深圳前海达闼科技有限公司 Application data backup and backup transmission method, apparatus and system
CN108804189A (en) * 2018-06-01 2018-11-13 成都雨云科技有限公司 A kind of cloud desktop management method and system
CN110058959A (en) * 2018-01-18 2019-07-26 伊姆西Ip控股有限责任公司 Data back up method, equipment and computer program product
CN111488244A (en) * 2020-04-07 2020-08-04 广州虎牙科技有限公司 Editing abnormity recovery method and device, electronic equipment and storage medium

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1814001B1 (en) * 2006-01-11 2015-09-16 Siemens Aktiengesellschaft Automation device and method for operating an automation device
US20080065828A1 (en) * 2006-09-11 2008-03-13 Shigeki Iwamoto Method for storing data in electronic computer system and electronic computer system
CN101729574B (en) * 2008-10-31 2013-05-08 中兴通讯股份有限公司 System, device and method for cascade protection of contents of IPTV service
CN101430661B (en) * 2008-11-18 2011-06-01 阿里巴巴集团控股有限公司 Method, system and apparatus for test data batch generation
CN102193926B (en) * 2010-03-05 2016-05-04 新奥特(北京)视频技术有限公司 A kind of manuscript management method and system based on the on-line automatic preservation of manuscript
CN105787116A (en) * 2016-03-25 2016-07-20 南京邮电大学 Cognitive computing architecture based on context-aware data streams
CN107870940B (en) * 2016-09-28 2021-06-18 杭州海康威视数字技术股份有限公司 File storage method and device
CN112269682A (en) * 2020-10-20 2021-01-26 深圳市前海手绘科技文化有限公司 Animation video backup method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001273196A (en) * 2000-03-27 2001-10-05 Nec Corp Device and method for managing backup data
CN105376276A (en) * 2014-08-25 2016-03-02 中兴通讯股份有限公司 System data backup method and device
CN105607965A (en) * 2015-11-09 2016-05-25 深圳前海达闼科技有限公司 Application data backup and backup transmission method, apparatus and system
CN110058959A (en) * 2018-01-18 2019-07-26 伊姆西Ip控股有限责任公司 Data back up method, equipment and computer program product
CN108804189A (en) * 2018-06-01 2018-11-13 成都雨云科技有限公司 A kind of cloud desktop management method and system
CN111488244A (en) * 2020-04-07 2020-08-04 广州虎牙科技有限公司 Editing abnormity recovery method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TIMON C DU 等: "The effect of the Bootstrap method on additive fixed data perturbation in statistical database", 《OMEGA》, pages 367 - 379 *
张晓华 等: "基于网络存储备份技术的高校广义数据中心架构研究", 《2008年中国信息技术与应用学术论坛论文集(二)》, pages 61 - 63 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022083236A1 (en) * 2020-10-20 2022-04-28 深圳市前海手绘科技文化有限公司 Animated video backup method and apparatus therefor, and animated video management method and apparatus therefor

Also Published As

Publication number Publication date
WO2022083236A1 (en) 2022-04-28

Similar Documents

Publication Publication Date Title
WO2019227641A1 (en) Application testing method, apparatus, terminal device and medium
WO2019218458A1 (en) Application program test method and device, mobile terminal and medium
CN109067841B (en) Service current limiting method, system, server and storage medium based on ZooKeeper
WO2019218464A1 (en) Application program testing method and apparatus, and mobile terminal and medium
CN110515795A (en) A kind of monitoring method of big data component, device, electronic equipment
CN112996020A (en) Bluetooth-based automatic testing method and device and Bluetooth testing terminal
CN116204438A (en) Test case generation method, automatic test method and related device
CN112269682A (en) Animation video backup method
CN114594984A (en) Inspection method, inspection device, computer equipment and storage medium
CN110851318A (en) Serial port log collection method, system and equipment under server management system
WO2024066380A1 (en) Pod scheduling method and apparatus, and computer device
CN115470090A (en) Log data acquisition method
CN111932660A (en) Hand-drawn video production method based on AE (Enterprise edition) file
CN109298974B (en) System control method, device, computer and computer readable storage medium
CN117667604B (en) Data monitoring method, device, electronic equipment and storage medium for tracking event
CN114676067B (en) Parameterization processing method and device for test script
US20230030967A1 (en) Storage device and method for controlling storage device
CN113032214B (en) Server running state monitoring method and device and storage medium
CN116136813B (en) Method, device and storage medium for simulating adaptive multi-model avionics signals
CN111930620B (en) Application running environment data processing method and device
CN214623633U (en) Mobile storage device and file access system
WO2023221004A1 (en) Test data processing method and apparatus, and electronic device and storage medium
CN114968840B (en) Memory usage amount control method and system
CN117130946B (en) Test scene generation method and device, electronic equipment and readable storage medium
CN117667604A (en) Data monitoring method, device, electronic equipment and storage medium for tracking event

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