[go: up one dir, main page]

CN107977429B - Multimedia file extraction method - Google Patents

Multimedia file extraction method Download PDF

Info

Publication number
CN107977429B
CN107977429B CN201711233838.5A CN201711233838A CN107977429B CN 107977429 B CN107977429 B CN 107977429B CN 201711233838 A CN201711233838 A CN 201711233838A CN 107977429 B CN107977429 B CN 107977429B
Authority
CN
China
Prior art keywords
file
format
data block
partition
plug
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
CN201711233838.5A
Other languages
Chinese (zh)
Other versions
CN107977429A (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.)
Chengdu Deshang Shiyun Technology Co ltd
Original Assignee
Chengdu Deshang Shiyun Technology 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 Chengdu Deshang Shiyun Technology Co ltd filed Critical Chengdu Deshang Shiyun Technology Co ltd
Priority to CN201711233838.5A priority Critical patent/CN107977429B/en
Publication of CN107977429A publication Critical patent/CN107977429A/en
Application granted granted Critical
Publication of CN107977429B publication Critical patent/CN107977429B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/122File system administration, e.g. details of archiving or snapshots using management policies

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种多媒体文件提取方法,首先分析存储器中各分区的文件系统格式,如果能够分析出,则根据存储器中各分区的文件系统格式,从存储器中提取各数据块重构媒体文件,否则分析存储器中各数据块的文件格式,再根据存储器中各数据块的文件格式,从存储器中提取各数据块重构媒体文件。既可以根据文件系统格式进行文件提取,也可以根据文件格式进行文件提取,不受安防领域各监控设备厂家格式的限制,可应用于安防领域的各种监控设备的媒体文件提取。同时,该方法采用数据重组方式进行文件提取,不易受到存储条件影响,可靠性高。再者,该方法采用了插件方式,可以很容易地针对性增加可支持的文件格式或文件系统格式,且不会对原有系统结构造成影响。

Figure 201711233838

The invention discloses a method for extracting a multimedia file. First, the file system format of each partition in the storage is analyzed, and if it can be analyzed, each data block is extracted from the storage to reconstruct the media file according to the file system format of each partition in the storage. Otherwise, the file format of each data block in the memory is analyzed, and then each data block is extracted from the memory to reconstruct the media file according to the file format of each data block in the memory. It can extract files according to the file system format, and can also extract files according to the file format. It is not limited by the format of various monitoring equipment manufacturers in the security field, and can be used for media file extraction of various monitoring equipment in the security field. At the same time, the method adopts a data reorganization method for file extraction, which is not easily affected by storage conditions and has high reliability. Furthermore, the method adopts a plug-in method, which can easily add a supportable file format or file system format in a targeted manner without affecting the original system structure.

Figure 201711233838

Description

Multimedia file extraction method
Technical Field
The invention relates to a data extraction technology, in particular to a multimedia file extraction method.
Background
In the field of security monitoring, various storage devices are numerous, and each monitoring device manufacturer designs its own data storage format, so that video data on each hard disk cannot be read by adopting a uniform method or tool. Because the hard disk data storage formats of the monitoring devices such as the hard disk video recorder/network video recorder manufactured by various monitoring device manufacturers are different, the hard disk data stored in the hard disks need to be extracted by adopting the product tools owned by the manufacturers, and a universal file extraction method is not available for extracting the hard disk data of the monitoring devices of different manufacturers, which is very inconvenient.
Disclosure of Invention
The invention provides a multimedia file extraction method, which aims to solve the problem that no universal file extraction method is available in the prior art to extract data in memories of monitoring equipment of different manufacturers. The invention is realized by the following technical scheme:
a multimedia file extraction method, comprising:
step 1: analyzing the file system format of each partition in the memory, if the file system format of each partition in the memory is analyzed, entering a step 3, and otherwise, entering a step 2;
step 2: analyzing the file format of each data block in the memory, and entering step 4 if the file format of each data block in the memory is analyzed;
and step 3: extracting each data block from the memory to reconstruct a media file according to the file system format of each partition in the memory, and then entering step 5;
and 4, step 4: extracting each data block from the memory to reconstruct a media file according to the file format of each data block in the memory, and then entering step 5;
and 5: and outputting the reconstructed media file.
Further, in step 1, the method for analyzing the file system format of each partition in the memory includes:
the method comprises the following steps: determining a file system format of each partition in the memory by reading a file system format flag of a 0 th sector of each partition in the memory;
the method 2 comprises the following steps: selecting one SDK plug-in from a plurality of SDK plug-ins based on SDK development kits of different manufacturers for carrying out format matching on each partition in the memory each time, wherein the file system format of each partition is the file system format corresponding to the SDK plug-in capable of successfully matching the partition; each SDK plug-in comprises the private file system format information of each corresponding manufacturer;
the method 3 comprises the following steps: selecting one API plug-in from a plurality of API plug-ins based on different official APIs each time to carry out format matching on each partition in the memory, wherein the file system format of each partition is the file system format corresponding to the API plug-in capable of successfully matching the partition; each API plug-in contains the corresponding official file system format information.
Further, in the step 2, the method for analyzing the file format of each data block in the memory includes:
and selecting one file format from a plurality of preset file format plug-ins each time to match the file formats of the data blocks in the memory, wherein the file format of each data block is the file format corresponding to the file format plug-in capable of successfully matching the data block.
Further, the method for extracting each data block from the memory to reconstruct the media file comprises the following steps:
extracting each data block from the memory;
and recombining the data blocks belonging to the same media file in the extracted data blocks to obtain each media file.
Further, the method 1, the method 2 and the method 3 are performed in the following order:
the file system format of each partition in the memory is analyzed by the method 1, and then the file system format of each partition in the memory, for which the file system format has not been analyzed, is analyzed by the method 2 or the method 3.
Further, after the step 4 and before the step 5, the method further comprises the following steps:
and correcting the attribute information of each reconstructed media file.
Further, in the step 3, extracting each data block through a file system format plug-in corresponding to the file system format of the partition where each data block is located;
in the step 4, each data block is extracted through the file format plug-in corresponding to the file format of each data block.
Further, the file system format plug-in includes a FAT32 format plug-in, an EXT3 format plug-in, or a WFS format plug-in, and the file format plug-in includes an AVI format plug-in, an MP4 format plug-in, a JPEG format plug-in, or a PNG format plug-in.
Compared with the prior art, the invention has the following advantages and beneficial effects:
the multimedia file extraction method provided by the invention can be used for extracting files according to the file system format and the file format, is not limited by the formats of manufacturers of various monitoring equipment in the security field, and can be applied to the media file extraction of various monitoring equipment in the security field. Meanwhile, the method adopts a data recombination mode to extract the file, is not easily influenced by storage conditions and has high reliability. Moreover, the method adopts a plug-in mode, can easily increase supportable file formats or file system formats in a targeted manner, and cannot influence the original system structure.
Drawings
FIG. 1 is a schematic flow chart of a multimedia file extraction method;
fig. 2 is a detailed flowchart of a multimedia file extraction method according to an embodiment of the present invention.
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 following embodiments and the accompanying drawings.
As shown in fig. 1, a multimedia file extraction method includes:
step 1: analyzing the file system format of each partition in the memory, if the file system format of each partition in the memory is analyzed, entering a step 3, and if not, entering a step 2;
step 2: analyzing the file format of each data block in the memory, and entering step 4 if the file format of each data block in the memory is analyzed;
and step 3: extracting each data block from the memory to reconstruct the media file according to the file system format of each partition in the memory, and then entering the step 5;
and 4, step 4: extracting each data block from the memory to reconstruct a media file according to the file format of each data block in the memory, and then entering step 5;
and 5: and outputting the reconstructed media file.
In step 1, the method for analyzing the file system format of each partition in the memory comprises the following steps:
the method comprises the following steps: the file system format of each partition in the memory is determined by reading the file system format flag of the 0 th sector of each partition in the memory. The file system format mark is written in the 0 th sector of each partition in most memories to identify the file system format of the corresponding partition, and the file system format of each partition in the memory can be acquired by reading the file system format mark of the 0 th sector of each partition in the memory.
The method 2 comprises the following steps: selecting one SDK plug-in from a plurality of SDK plug-ins based on SDK development kits of different manufacturers for carrying out format matching on each partition in a memory each time, wherein the file system format of each partition is the file system format corresponding to the SDK plug-in capable of successfully matching the partition; each SDK plug-in includes the private file system format information of the corresponding manufacturer. Some memories in the monitoring devices adopt a proprietary file system format of a monitoring device manufacturer, and the memories do not have file system format marks, so that the file system format of each partition in the memories cannot be determined by reading the file system format marks. However, file system format identification and file extraction may be performed on the memory in the factory-provided monitoring device by an SDK plug-in based on the factory-provided SDK development kit. If the storage is not determined to be provided by which manufacturer, a plurality of SDK plug-ins based on SDK development kits of different manufacturers can be obtained in advance, then one SDK plug-in is selected from the SDK plug-ins each time to carry out file system format matching on each partition in the storage, and if a certain partition can be successfully matched by a certain SDK plug-in, the file system format of the partition is indicated to be the file system format corresponding to the SDK plug-in.
The method 3 comprises the following steps: selecting one API plug-in from a plurality of API plug-ins based on different official APIs each time to perform format matching on each partition in the memory, wherein the file system format of each partition is the file system format corresponding to the API plug-in capable of successfully matching the partition; each API plug-in contains the corresponding official file system format information. Method 3 is essentially the same as method 2, except that the SDK plug-in is replaced with an API plug-in.
The execution sequence of method 1, method 2 and method 3 is: the file system format of each partition in the memory is analyzed by the method 1, and then the file system format of each partition in the memory, for which the file system format has not been analyzed, is analyzed by the method 2 or the method 3. In analyzing the file system format of each partition in the memory, once the file system format of a partition is analyzed, the partition is not repeatedly analyzed.
In step 2, the method for analyzing the file format of each data block in the memory comprises the following steps:
and selecting one file format from a plurality of preset file format plug-ins each time to match the file formats of the data blocks in the memory, wherein the file format of each data block is the file format corresponding to the file format plug-in capable of successfully matching the data block. In the process of analyzing the file format of each data block in the storage, once the file format of a certain data block is analyzed, the data block is not repeatedly analyzed.
The method for extracting each data block from the memory to reconstruct the media file comprises the following steps:
and extracting each data block from the memory, and recombining each data block belonging to the same media file in each extracted data block to obtain each media file.
After the step 4 and before the step 5, the following steps are also included: and correcting the attribute information of each reconstructed media file.
In step 3, each data block is extracted through a file system format plug-in corresponding to the file system format of the partition in which each data block is located. In step 4, each data block is extracted through a file format plug-in corresponding to the file format of each data block. The file system format plug-ins include FAT32 format plug-ins, EXT3 format plug-ins, WFS format plug-ins, and the like, and the file format plug-ins include AVI format plug-ins, MP4 format plug-ins, JPEG format plug-ins, PNG format plug-ins, and the like.
Fig. 2 shows a specific flow of the multimedia file extraction method according to the embodiment of the present invention. Firstly, a memory and information thereof in the current monitoring equipment are identified through a drive of a system bottom layer. The memory is then parsed using a fast parsing scheme (i.e., file system format parsing). In the rapid analysis mode, each file system format plug-in is firstly obtained, then the file system format plug-ins are loaded, then the current file system format plug-ins are traversed, and each partition in the memory is identified through three modes so as to determine the file system format of each partition. If the identification is successful, the file system format of each partition can be determined, then the data blocks are extracted from each partition of the memory and recombined to obtain the media file, and if the identification is not successful, a deep analysis mode (namely file format analysis) is adopted. In the deep analysis mode, each file format plug-in is obtained and loaded, the file format of each data block of the memory is identified by traversing each file format plug-in, and after the file format of each data block is identified, each data block belonging to the media file can be extracted according to the media file information to be recombined to obtain the media file. And formatting the obtained media file and finally outputting the media file.
The above-described embodiments are merely preferred embodiments, which are not intended to limit the scope of the present invention, and any modifications, equivalents, improvements, etc. made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (6)

1.一种多媒体文件提取方法,其特征在于,包括:1. a multimedia file extraction method, is characterized in that, comprises: 步骤1:分析存储器中各分区的文件系统格式,如果分析出所述存储器中各分区的文件系统格式,则进入步骤3,否则进入步骤2;Step 1: analyze the file system format of each partition in the storage, if the file system format of each partition in the storage is analyzed, then enter step 3, otherwise enter step 2; 步骤2:分析所述存储器中各数据块的文件格式,如果分析出所述存储器中各数据块的文件格式,则进入步骤4;Step 2: analyze the file format of each data block in the memory, if the file format of each data block in the memory is analyzed, then enter step 4; 步骤3:根据所述存储器中各分区的文件系统格式,从所述存储器中提取各数据块重构媒体文件,然后进入步骤5;Step 3: According to the file system format of each partition in the memory, extract each data block from the memory to reconstruct the media file, and then enter step 5; 步骤4:根据所述存储器中各数据块的文件格式,从所述存储器中提取各数据块重构媒体文件,然后进入步骤5;Step 4: According to the file format of each data block in the memory, extract each data block from the memory to reconstruct the media file, and then enter step 5; 步骤5:输出重构的媒体文件;Step 5: Output the reconstructed media file; 所述步骤1中,分析存储器中各分区的文件系统格式的方法包括:In the step 1, the method for analyzing the file system format of each partition in the memory includes: 方法1:通过读取所述存储器中各分区的第0扇区的文件系统格式标志,来确定所述存储器中各分区的文件系统格式;Method 1: Determine the file system format of each partition in the storage by reading the file system format flag of the 0th sector of each partition in the storage; 方法2:从基于不同厂家SDK开发包的若干SDK插件中,每次选择一个对所述存储器中的各分区进行格式匹配,每一分区的文件系统格式为能够成功匹配该分区的SDK插件所对应的文件系统格式;各SDK插件中包含各自对应厂家的私有文件系统格式信息;Method 2: From several SDK plug-ins based on SDK development kits of different manufacturers, select one each time to match the format of each partition in the memory, and the file system format of each partition corresponds to the SDK plug-in that can successfully match the partition. file system format; each SDK plug-in contains the private file system format information of its corresponding manufacturer; 方法3:从基于不同官方API的若干API插件中,每次选择一个对所述存储器中的各分区进行格式匹配,每一分区的文件系统格式为能够成功匹配该分区的API插件所对应的文件系统格式;各API插件中包含各自对应的官方文件系统格式信息;Method 3: From several API plug-ins based on different official APIs, select one each time to perform format matching on each partition in the storage, and the file system format of each partition is the file corresponding to the API plug-in that can successfully match the partition System format; each API plug-in contains its corresponding official file system format information; 所述步骤2中,分析所述存储器中各数据块的文件格式的方法为:In the step 2, the method for analyzing the file format of each data block in the memory is: 从预设的若干文件格式插件中,每次选择一个对所述存储器中的各数据块进行文件格式匹配,每一数据块的文件格式为能够成功匹配该数据块的文件格式插件所对应的文件格式。From a number of preset file format plug-ins, select one each time to perform file format matching on each data block in the memory, and the file format of each data block is the file corresponding to the file format plug-in that can successfully match the data block. Format. 2.如权利要求1所述的多媒体文件提取方法,其特征在于,从所述存储器中提取各数据块重构媒体文件的方法包括:2. The multimedia file extraction method according to claim 1, wherein the method for extracting each data block and reconstructing the media file from the memory comprises: 从所述存储器中提取各数据块;extracting blocks of data from said memory; 将提取出的各数据块中属于同一媒体文件的各数据块重组,得到各媒体文件。Reorganize each data block belonging to the same media file in each extracted data block to obtain each media file. 3.如权利要求1所述的多媒体文件提取方法,其特征在于,所述方法1、方法2和方法3的执行顺序为:3. multimedia file extraction method as claimed in claim 1, is characterized in that, the execution order of described method 1, method 2 and method 3 is: 先通过方法1分析所述存储器中各分区的文件系统格式,然后通过方法2或方法3分析所述存储器中尚未被分析出文件系统格式的各分区的文件系统格式。The file system format of each partition in the storage is first analyzed by method 1, and then the file system format of each partition in the storage whose file system format has not been analyzed by method 2 or method 3 is analyzed. 4.如权利要求1所述的多媒体文件提取方法,其特征在于,在所述步骤4之后,所述步骤5之前,还包括如下步骤:4. multimedia file extraction method as claimed in claim 1, is characterized in that, after described step 4, before described step 5, also comprises the following steps: 对重构的各媒体文件的属性信息进行校正。The attribute information of each reconstructed media file is corrected. 5.如权利要求1所述的多媒体文件提取方法,其特征在于,所述步骤3中,通过各数据块所在分区的文件系统格式对应的文件系统格式插件提取各数据块;5. multimedia file extraction method as claimed in claim 1, is characterized in that, in described step 3, extracts each data block by the file system format plug-in corresponding to the file system format of each data block location partition; 所述步骤4中,通过各数据块的文件格式对应的文件格式插件提取各数据块。In the step 4, each data block is extracted through a file format plug-in corresponding to the file format of each data block. 6.如权利要求5所述的多媒体文件提取方法,其特征在于,所述文件系统格式插件包括FAT32格式插件、EXT3格式插件或WFS格式插件,所述文件格式插件包括AVI格式插件、MP4格式插件、JPEG格式插件或PNG格式插件。6. multimedia file extraction method as claimed in claim 5, is characterized in that, described file system format plug-in comprises FAT32 form plug-in, EXT3 form plug-in or WFS form plug-in, and described file format plug-in comprises AVI form plug-in, MP4 form plug-in , JPEG format plugin or PNG format plugin.
CN201711233838.5A 2017-11-30 2017-11-30 Multimedia file extraction method Active CN107977429B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711233838.5A CN107977429B (en) 2017-11-30 2017-11-30 Multimedia file extraction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711233838.5A CN107977429B (en) 2017-11-30 2017-11-30 Multimedia file extraction method

Publications (2)

Publication Number Publication Date
CN107977429A CN107977429A (en) 2018-05-01
CN107977429B true CN107977429B (en) 2021-06-04

Family

ID=62008460

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711233838.5A Active CN107977429B (en) 2017-11-30 2017-11-30 Multimedia file extraction method

Country Status (1)

Country Link
CN (1) CN107977429B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1486467A (en) * 2000-11-21 2004-03-31 ��ķɭ��ɹ�˾ A system for uniformly extracting media objects
CN1739162A (en) * 2002-12-13 2006-02-22 松下电器产业株式会社 Recording and reproducing system, recording and reproducing method, program and recording medium
CN103873888A (en) * 2012-12-12 2014-06-18 深圳市快播科技有限公司 Live broadcast method of media files and live broadcast source server
CN104243394A (en) * 2013-06-06 2014-12-24 腾讯科技(深圳)有限公司 Multimedia file playing method and device
CN105224535A (en) * 2014-05-29 2016-01-06 浙江航天长峰科技发展有限公司 Based on the concern target quick reference system of massive video
CN106293791A (en) * 2015-05-29 2017-01-04 四川效率源信息安全技术有限责任公司 Data extraction method based on big magnificent embedded security device
CN106294201A (en) * 2015-05-29 2017-01-04 四川效率源信息安全技术有限责任公司 Data extraction method based on embedded security device and device
CN106407038A (en) * 2015-07-27 2017-02-15 四川效率源信息安全技术有限责任公司 Fragmented file data recovery method
CN106407035A (en) * 2016-10-08 2017-02-15 四川秘无痕信息安全技术有限责任公司 Surveillance video data recovery method based on DHFS file system
CN106648988A (en) * 2016-12-28 2017-05-10 四川秘无痕信息安全技术有限责任公司 Method for extracting data in monitoring equipment
CN106648447A (en) * 2015-11-04 2017-05-10 四川效率源信息安全技术股份有限公司 Data extraction method of embedded security and protection equipment

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1486467A (en) * 2000-11-21 2004-03-31 ��ķɭ��ɹ�˾ A system for uniformly extracting media objects
CN1739162A (en) * 2002-12-13 2006-02-22 松下电器产业株式会社 Recording and reproducing system, recording and reproducing method, program and recording medium
CN103873888A (en) * 2012-12-12 2014-06-18 深圳市快播科技有限公司 Live broadcast method of media files and live broadcast source server
CN104243394A (en) * 2013-06-06 2014-12-24 腾讯科技(深圳)有限公司 Multimedia file playing method and device
CN105224535A (en) * 2014-05-29 2016-01-06 浙江航天长峰科技发展有限公司 Based on the concern target quick reference system of massive video
CN106293791A (en) * 2015-05-29 2017-01-04 四川效率源信息安全技术有限责任公司 Data extraction method based on big magnificent embedded security device
CN106294201A (en) * 2015-05-29 2017-01-04 四川效率源信息安全技术有限责任公司 Data extraction method based on embedded security device and device
CN106407038A (en) * 2015-07-27 2017-02-15 四川效率源信息安全技术有限责任公司 Fragmented file data recovery method
CN106648447A (en) * 2015-11-04 2017-05-10 四川效率源信息安全技术股份有限公司 Data extraction method of embedded security and protection equipment
CN106407035A (en) * 2016-10-08 2017-02-15 四川秘无痕信息安全技术有限责任公司 Surveillance video data recovery method based on DHFS file system
CN106648988A (en) * 2016-12-28 2017-05-10 四川秘无痕信息安全技术有限责任公司 Method for extracting data in monitoring equipment

Also Published As

Publication number Publication date
CN107977429A (en) 2018-05-01

Similar Documents

Publication Publication Date Title
US8352259B2 (en) Methods and apparatus for audio recognition
WO2006073791A2 (en) Method and apparatus for identifying media objects
CN104778179B (en) A kind of Data Migration test method and system
CN104714957A (en) List structure changing method and device
US20240119084A1 (en) Source identifying forensics system, device, and method for multimedia files
US20120063749A1 (en) Video file creation device and video file creation method
KR20140108356A (en) Creation method of complex file having image file and additional data inserted in the image file and data record apparatus recording the complex file
CN107977429B (en) Multimedia file extraction method
CN114257840B (en) Repairing method and system for Matroska format video
CN103970792A (en) Index-based file comparison method and device
CN102346771B (en) Information display method and device
TW200809222A (en) Method and apparatus for automatically formatting data based on a best match test result type
JP2008537280A (en) Method, computer readable medium, and data structure for building a trusted database of digital audio identifier elements and identifying media items
CN103425802B (en) Method for quickly retrieving magnetic disk file
CN102117623B (en) Method and device for recovering magnetic tape metadata
CN111814182A (en) A file encryption method, decryption method, device and storage medium
CN108108467B (en) Data deletion method and device
CN113438503B (en) Video file restoring method, device, computer equipment and storage medium
CN111813965B (en) Encryption method and decryption method for multimedia file, storage medium and electronic device
CN109614378A (en) A Parsing Model Applied to Database Log Analysis
CN114428942A (en) Geographic analysis model metadata watermark embedding and extraction method, device and system
CN102426581A (en) Method and device for generating file preview
CN115221556B (en) A data steganography method, system and medium based on BPlist file carrier
CN104380718A (en) Method and device for reproducing video data
CN117932107B (en) Audio file retrieval method and system

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
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Multimedia file extraction method

Granted publication date: 20210604

Pledgee: Zhejiang Mintai commercial bank Limited by Share Ltd. Chengdu Gaoxin Branch

Pledgor: CHENGDU DESHANG SHIYUN TECHNOLOGY CO.,LTD.

Registration number: Y2025980003248

PE01 Entry into force of the registration of the contract for pledge of patent right