Method for quickly splitting and merging file on basis of restructured file metadata
A file metadata and file technology, applied in file systems, electronic digital data processing, special data processing applications, etc., to achieve the effect of eliminating I/O operations, eliminating copy overhead, and improving performance
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0080] Embodiment 1: In a certain large video file, clip two video clips with a size of 2GB from a 10GB video file File1 without changing the original video file File1, one is the part of 0-2GB in the source file File2, the other is a 4-6GB partial File3 from the source file.
[0081] Use SplitFile(File2, File1, FALSE, 0, 2GB) to generate File2, and then call SplitFile(File3, File1, FALSE, 4GB, 2GB) to generate File3. Through such an operation, the cutting performance is greatly improved, and the things that originally took several minutes to complete can be completed in one second.
Embodiment 2
[0082] Embodiment 2: there are two video files File1 and File2, need to synthesize a video file File3 and do not change the video files File1 and File2;
[0083] Just use MergeFile(File3, FALSE, File1, File2) directly.
Embodiment 3
[0084] Embodiment 3: There are two video files File1 and File2 with a size of 10GB, and a video file File3 needs to be edited and synthesized. The video file File3 has a size of 6GB, wherein the front 2GB comes from 0-2GB of File1, and the back 4GB comes from 0 of File2 -4GB, it is required to keep the original File1 and File2 unchanged after modification;
[0085] 1. Use SplitFile(subFile1, File1, FALSE, 0, 2GB) to generate subFile1;
[0086] 2. Use SplitFile(subFile2, File2, FALSE, 0, 4GB) to generate subFile2;
[0087] 3. Use MergeFile(File3, TRUE, subFile1, subFile2) to generate File3.
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com