[go: up one dir, main page]

CN1855285B - How to store audio-visual files and how to edit audio-visual files - Google Patents

How to store audio-visual files and how to edit audio-visual files Download PDF

Info

Publication number
CN1855285B
CN1855285B CN2005100647436A CN200510064743A CN1855285B CN 1855285 B CN1855285 B CN 1855285B CN 2005100647436 A CN2005100647436 A CN 2005100647436A CN 200510064743 A CN200510064743 A CN 200510064743A CN 1855285 B CN1855285 B CN 1855285B
Authority
CN
China
Prior art keywords
length
video
image group
point
audio
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.)
Expired - Fee Related
Application number
CN2005100647436A
Other languages
Chinese (zh)
Other versions
CN1855285A (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.)
Sunplus Technology Co Ltd
Original Assignee
Sunplus 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 Sunplus Technology Co Ltd filed Critical Sunplus Technology Co Ltd
Priority to CN2005100647436A priority Critical patent/CN1855285B/en
Publication of CN1855285A publication Critical patent/CN1855285A/en
Application granted granted Critical
Publication of CN1855285B publication Critical patent/CN1855285B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)

Abstract

A recording medium for storing video files and a method for editing video files are provided. The method adopts a computer readable recording medium for storing video-audio files, when the video-audio files are stored, the ending position of the Group of pictures (GOP) of the video-audio files is aligned with the Cluster boundary position of the computer readable recording medium, when the video-audio files are edited, because the implementing point of editing the video-audio files is also positioned on the Cluster boundary of the recording medium, the original video-audio files can be directly divided by modifying the Cluster chain relation and the file length of the corresponding file description structure in the recording medium, thereby avoiding the copying and moving of the actual file contents in the computer readable recording medium and improving the efficiency of editing the video-audio files.

Description

影音档案的储存方法与影音档案的剪辑方法 How to store audio-visual files and how to edit audio-visual files

技术领域technical field

本发明是有关于一种储存档案的方法,且特别是有关于一种储存影音档案于记录媒体的方法。 The present invention relates to a method for storing files, and in particular relates to a method for storing audio-visual files in recording media. the

背景技术Background technique

在现今录像对象(Video Object,VOB)影音档案以已有方式存储于计算机可读取存储媒体例如硬盘的情况下,当数字录像设备需要针对影音档案实施剪辑操作时,由于影音档案的影像群组以及计算机可读取存储媒体的档案系统最小配置单位(Allocation Unit)-簇,在单位长度上的不一致,若以一般档案系统提供的档案剪辑操作方式,将不可避免的涉及档案实际影音资料的拷贝以及搬移。 In the current situation where video object (Video Object, VOB) audio-visual files are stored in a computer-readable storage medium such as a hard disk in an existing manner, when a digital video device needs to perform editing operations on audio-visual files, due to the image group of the audio-visual file As well as the minimum configuration unit (Allocation Unit)-cluster of the file system that can be read by the computer, the unit length is inconsistent. If the file clipping operation mode provided by the general file system is used, it will inevitably involve the copying of the actual audio and video data of the file. and moving. the

图1是传统档案系统实施影音档案分割的操作流程图。步骤S110首先由使用者决定影音档案分割点。步骤S120,将所要实施分割的原档案开启并同时开启新档案A及新档案B。接着步骤S130则开始读取原档案并将读取的资料写入新档案A。步骤S140,判断在原档案读取时是否遭遇到分割点。若没有遭遇分割点则继续进行原档案读取及写入新档案A的动作。然而,若遭遇到分割点,则进入步骤S150,开始将所读取的原档案资料转而写入新档案B。步骤S160,判断是否已经到达所读取原档案的末端。若还未到达档案末端,则继续进行原档案读取及写入新档案B的动作。若已到达档案末端,则关闭并删除原档案,并关闭新档案A以及新档案B。 FIG. 1 is a flow chart of the operation of traditional file system for splitting audio-visual files. In step S110, the user first determines the split point of the video file. Step S120, open the original file to be divided and open the new file A and the new file B at the same time. Then step S130 starts to read the original file and write the read data into the new file A. Step S140, judging whether a split point is encountered when the original file is read. If no split point is encountered, the operations of reading the original file and writing the new file A will continue. However, if a split point is encountered, the process proceeds to step S150 and starts to write the read original file data into the new file B instead. Step S160, judging whether the end of the read original file has been reached. If the end of the file has not been reached, the operations of reading the original file and writing the new file B will continue. If the end of the file has been reached, close and delete the original file, and close the new file A and the new file B. the

图2是传统档案系统实施影音档案分割的资料剪接示意图。其中,C1至C7代表原簇链接构,而资料1至资料4则为影音资料,其中可能包括一至数个影像群组。经由一使用者定位的分割点210将原影像群组分割为分割档案A(220)及分割档案B(230),其 中,当由使用者定位的分割点210位于资料3的资料之间时,所分割出来的分割档案A除了包括原簇链接构的C1至C4,另外亦包含了分割点之前的C5。至于C5的剩余部份则以一组填充封包填满,并修改分割档案A的档案长度至该分割档案的资料底端。而分割档案B则是除了包括原簇链接构的C6及C7外,另外需拷贝资料3中位于分割点后的资料,将资料3中的剩余部份以一组填充封包240填满,最后才将该拷贝的数据链路至分割档案B簇链接构的开头,并修改分割档案B的档案长度以及资料偏移量(Offset)以修正数据读取的起始位置。当以上档案分割的步骤完成后,最后再修改该分割档案的导航封包完成所有档案分割的程序。 FIG. 2 is a schematic diagram of data editing for video and audio file segmentation in a traditional file system. Among them, C1 to C7 represent the original cluster chain structure, and data 1 to 4 are video and audio data, which may include one or several video groups. The original image group is divided into segmented file A (220) and segmented file B (230) through a segmentation point 210 positioned by the user, wherein, when the segmented point 210 positioned by the user is located between the data of the data 3 , the split file A not only includes C1 to C4 of the original cluster chain structure, but also includes C5 before the split point. As for the remaining part of C5, a group of padding packets is used to fill up, and the file length of the split file A is modified to the end of the data of the split file. And split file B is to be except comprising the C6 and C7 of original cluster link structure, in addition need to copy the data that is positioned at the split point in data 3, fill up the remaining part in data 3 with a group of filling packets 240, finally just Link the copied data to the beginning of the cluster link structure of the split file B, and modify the file length and data offset (Offset) of the split file B to correct the starting position of data reading. After the above file splitting steps are completed, the navigation package of the split file is finally modified to complete all the file splitting procedures. the

上述方法皆涉及实际资料的拷贝及搬移,由于影音档案一般拥有较大的资料量,若进行大量实际资料的拷贝或搬移将会造成较长的时间耗费,而使其执行的效率较低,未能达到现今讲求高效率数据处理的要求。 The above-mentioned methods all involve the copying and moving of actual data. Because audio-visual files generally have a large amount of data, if a large amount of actual data is copied or moved, it will cause a long time consumption, and the efficiency of its execution is low. Can meet today's emphasis on high-efficiency data processing requirements. the

发明内容Contents of the invention

本发明的目的就是在提供一种储存影音档案的计算机可读取的记录媒体,在影音档案进行存储时,将影音档案的影像群组的结束位置与计算机可读取的记录媒体的簇边界位置对齐,使在进行影音档案的剪辑时,避免实际档案内容在计算机可读取记录媒体内的拷贝及搬移,而提高影音档案剪辑的效率。 The purpose of the present invention is to provide a computer-readable recording medium for storing audio-visual files. Alignment avoids the copying and moving of the actual file content in the computer-readable recording medium when editing audio-visual files, and improves the efficiency of audio-visual file editing. the

本发明的再一目的是提供一种影音档案的剪辑方法,尤指一种影音档案剪辑的分割方法,此方法是采用上述的储存影音档案的计算机可读取的记录媒体,将影音档案分割为二,透过修改记录媒体内相应的档案描述结构的簇链关系及档案长度直接分割原影音档案,提高影音档案剪辑的效率。 Another object of the present invention is to provide a method for editing audio-visual files, especially a method for dividing audio-visual files. Second, by modifying the cluster chain relationship and file length of the corresponding file description structure in the recording medium, the original video file is directly divided to improve the efficiency of video file editing. the

本发明的又一目的是提供一种影音档案的剪辑方法,尤指一种影音档案剪辑的剪接方法,此方法是采用上述的储存影音档案的计算机可读取的记录媒体,将影音档案切割并去除特定范围的影音资料,透过修改记录媒体内相应的档案描述结构的簇链关系 及档案长度直接切割并去除特定范围的影音资料,提高影音档案剪辑的效率。 Another object of the present invention is to provide a method for editing video and audio files, especially a method for editing and editing audio and video files. Remove audio and video data in a specific range, and directly cut and remove audio and video data in a specific range by modifying the cluster chain relationship and file length of the corresponding file description structure in the recording medium to improve the efficiency of audio and video file editing. the

本发明提出一种影音档案的储存方法,用于计算机可读取的记录媒体,其中影音档案包括至少一影像群组,影音档案的储存方法包括:储存影像群组于计算机可读取的记录媒体;判断影像群组的资料长度是否为该记录媒体的一簇边界长度的整倍数;当影像群组的资料长度不为簇边界长度的整倍数时,在影像群组后加填至少一填充封包,使影像群组与填充封包的总资料长度为簇边界长度的整倍数。 The present invention proposes a method for storing audio-visual files for computer-readable recording media, wherein the audio-visual files include at least one image group, and the storage method for audio-visual files includes: storing the image group on the computer-readable recording medium ; Determine whether the data length of the video group is an integral multiple of the length of a cluster boundary of the recording medium; when the data length of the video group is not an integral multiple of the cluster boundary length, add at least one padding packet after the video group , so that the total data length of the video group and the padding packet is an integer multiple of the cluster boundary length. the

依照本发明的较佳实施例所述的影音档案的的储存方法,上述每一影像群组的资料长度为第二边界长度的整倍数,而影像群组与填充封包的总资料长度为记录媒体的簇边界长度且为第二边界长度的整倍数。 According to the storage method of audio-visual files described in the preferred embodiment of the present invention, the data length of each above-mentioned image group is an integral multiple of the second border length, and the total data length of the image group and the filling packet is the recording medium The cluster boundary length of is an integer multiple of the second boundary length. the

依照本发明的较佳实施例所述的影音档案的储存方法,上述第二边界长度是记录媒体的视讯、音讯以及填充封包的资料长度。 According to the method for storing video and audio files in a preferred embodiment of the present invention, the above-mentioned second boundary length is the data length of the video, audio and stuffing packets of the recording medium. the

依照本发明的较佳实施例所述的影音档案的储存方法,上述填充封包的大小为2KB。 According to the method for storing video and audio files described in the preferred embodiment of the present invention, the size of the above-mentioned padding packet is 2KB. the

本发明提出一种影音档案的剪辑方法,以将第一影音档案分割为第二影音档案以及第三影音档案,其中,第一影音档案的资料长度为第一边界长度的整倍数,且第一边界长度为簇边界长度,而第一影音档案包括至少一影像群组,当任一影像群组的资料长度不为第一边界长度的整倍数时,则影像群组更包括至少一填充封包,使影像群组与填充封包的总资料长度为第一边界长度的整倍数,该剪辑方法首先定位使用者所输入的分割点,其中分割点位于任一影像群组的结束位置,然后建立第二影音档案及第三影音档案的档案描述结构,最后修改第二影音档案的档案描述结构的档案长度为分割点之前的原簇链长度,并连接分割点之前的原簇链至第二影音档案,以及修改第三影音档案的档案描述结构的档案长度为分割点之后的原簇链长度,并连接分割点之后的原簇链至第三影音档案。 The present invention proposes a method for editing audio-visual files to divide the first audio-visual file into a second audio-visual file and a third audio-visual file, wherein the data length of the first audio-visual file is an integral multiple of the first boundary length, and the first The boundary length is the cluster boundary length, and the first audio-visual file includes at least one image group, and when the data length of any image group is not an integral multiple of the first boundary length, the image group further includes at least one stuffing packet, Make the total data length of the image group and the padding packet be an integral multiple of the length of the first boundary. The clipping method first locates the segmentation point input by the user, wherein the segmentation point is located at the end of any image group, and then establishes the second The file description structure of the audio-visual file and the third audio-visual file, and finally modify the file length of the file description structure of the second audio-visual file to be the length of the original cluster chain before the split point, and connect the original cluster chain before the split point to the second audio-visual file, and modifying the file length of the file description structure of the third audio-visual file to be the length of the original cluster chain after the split point, and connecting the original cluster chain after the split point to the third audio-visual file. the

本发明提出一种影音档案的剪辑方法,影音档案的资料长度为第一边界长度的整倍数,且第一边界长度为簇边界长度,而影音档案包括至少一影像群组,当任一影像群组的资料长度不为第一边界长度的整倍数时,则影像群组更包括至少一填充封包,使影像群组与填充封包的总资料长度为第一边界长度的整倍数,该剪辑方法首先定位使用者所输入的第一分割点及第二分割点,其中第一分割点及第二分割点位于任一影像群组的结束位置且第二分割点位于第一分割点之后,第一分割点及第二分割点之间的资料具有一个舍去长度,接着连接第一分割点之前的原簇链及第二分割点之后的原簇链,并释放介于第一分割点与第二分割点之间的原簇链,最后修改影音档案的档案描述结构的档案长度为原簇链长度减去所切割掉的舍去长度。 The present invention proposes a method for editing audio-visual files. The data length of the audio-visual file is an integral multiple of the first boundary length, and the first boundary length is the cluster boundary length. The audio-visual file includes at least one image group. When any image group When the data length of the group is not an integral multiple of the first boundary length, the image group further includes at least one padding packet, so that the total data length of the image group and the padding packet is an integer multiple of the first boundary length. The clipping method first Locating the first segmentation point and the second segmentation point input by the user, wherein the first segmentation point and the second segmentation point are located at the end position of any image group and the second segmentation point is located after the first segmentation point, the first segmentation point The data between the point and the second split point has a length to be discarded, and then the original cluster chain before the first split point and the original cluster chain after the second split point are connected, and the data between the first split point and the second split point are released The original cluster chain between the points, the file length of the file description structure of the finally modified audio-visual file is the length of the original cluster chain minus the cut off length. the

综上所述,本发明的影音档案的剪辑方法由于对影音档案剪辑的实施点位于记录媒体的簇边界上,故可透过修改记录媒体内相应的档案描述结构的簇链关系及档案长度直接分割原影音档案,而不涉及实际档案内容在计算机可读取记录媒体内的拷贝及搬移,因此可以提高影音档案剪辑的效率。 In summary, the audio-visual file editing method of the present invention can directly modify the cluster chain relationship and file length of the corresponding file description structure in the recording medium because the implementation point of audio-visual file editing is located on the cluster boundary of the recording medium. Dividing the original audio-visual file does not involve the copying and moving of the actual file content in the computer-readable recording medium, so the efficiency of editing the audio-visual file can be improved. the

为让本发明的上述和其它目的、特征和优点能更明显易懂,下文特举较佳实施例,并配合所附图式,作详细说明如下。 In order to make the above and other objects, features and advantages of the present invention more comprehensible, preferred embodiments will be described in detail below together with the accompanying drawings. the

附图说明Description of drawings

图1绘示为传统档案是统实施影音档案分割的操作流程图。 FIG. 1 is a flow chart showing the operation flow of splitting audio-visual files in a conventional file system. the

图2绘示为传统档案是统实施影音档案分割的资料剪接示意图。 FIG. 2 is a schematic diagram of data clipping in which audio-visual files are segmented in traditional file systems. the

图3是依照本发明较佳实施例所绘示的一种储存影音档案的计算机可读取的记录媒体示意图。 FIG. 3 is a schematic diagram of a computer-readable recording medium for storing audio-visual files according to a preferred embodiment of the present invention. the

图4是依照本发明较佳实施例所绘示的影音档案的资料分割方法流程图。 FIG. 4 is a flow chart of a data segmentation method for an audio-visual file according to a preferred embodiment of the present invention. the

图5是依照本发明较佳实施例所绘示的影音档案的资料分割示意图。 FIG. 5 is a schematic diagram of data division of an audio-visual file according to a preferred embodiment of the present invention. the

图6是依照本发明较佳实施例所绘示的影音档案的资料剪接方法流程图。 FIG. 6 is a flow chart of a data editing method for video and audio files according to a preferred embodiment of the present invention. the

图7是依照本发明较佳实施例所绘示的影音档案的资料剪接示意图。 FIG. 7 is a schematic diagram of data editing of an audio-visual file according to a preferred embodiment of the present invention. the

具体实施方式Detailed ways

图3是依照本发明较佳实施例所绘示的储存影音档案的计算机可读取的记录媒体示意图,其中,在影音档案进行存储时将原影像群组以簇对齐的方式储存于记录媒体。若原影像群组的结束位置310并不处于簇的边界位置320,则在原影像群组后加填一组填充封包330(其中,每一个填充封包大小为2KB),直到该影像群组的结束位置到达簇的边界位置320为止。如此可限制每个影像群组结构的大小都是簇大小的整数倍。而且,每个影像群组结构的大小也都是该记录媒体资料封包长度的整数倍,其中,资料封包长度包括例如视讯封包、音讯封包以及填充封包的资料长度。上述与影像群组的结束位置对齐的方式是以簇的边界位置为例,而不限定仅能使用此边界位置,凡熟悉此技艺者,在不脱离本发明的精神及范围下,当可视实际需要使用不同的位置来对齐。 3 is a schematic diagram of a computer-readable recording medium for storing audio-visual files according to a preferred embodiment of the present invention, wherein when the audio-visual files are stored, the original image groups are stored in the recording medium in a cluster-aligned manner. If the end position 310 of the original image group is not at the boundary position 320 of the cluster, then a group of padding packets 330 (wherein each padding packet size is 2KB) is added after the original image group until the end position of the image group until the border position 320 of the cluster is reached. This restricts the size of each image group structure to an integer multiple of the cluster size. Moreover, the size of each video group structure is also an integer multiple of the data packet length of the recording medium, wherein the data packet length includes, for example, the data length of a video packet, an audio packet, and a padding packet. The above method of aligning with the end position of the image group takes the boundary position of the cluster as an example, and it is not limited to only use this boundary position. Those who are familiar with this technology can see it without departing from the spirit and scope of the present invention. Actually need to use a different position to align. the

图4是依照本发明较佳实施例所绘示的影音档案的资料分割方法流程图,此方法是采用上述的储存影音档案的计算机可读取的记录媒体的档案结构,而实施档案分割的步骤是于簇链上定位由使用者所输入的分割点,将原簇链在分割点的位置上一分为二(步骤S410)。接着建立一个新的分割档案A及分割档案B的档案描述结构(步骤S420)。在新建立的分割档案A中,修改分割档案A的档案描述结构中的档案长度为分割点之前的原簇链长度,并将分割点之前的原簇链连接至分割档案A;以及修改分割档案B的档案描述结构中的档案长度为分割点之前的原簇链长度,并将分割点之后的原簇链连接至分割档案B(步骤S430)。 Fig. 4 is a flow chart of a data segmentation method for audio-visual files according to a preferred embodiment of the present invention. This method uses the above-mentioned file structure of a computer-readable recording medium for storing audio-visual files, and implements the steps of file segmentation The division point input by the user is located on the cluster chain, and the original cluster chain is divided into two at the position of the division point (step S410). Then create a new file description structure of the split file A and the split file B (step S420). In the newly created split file A, modify the file length in the file description structure of the split file A to be the length of the original cluster chain before the split point, and connect the original cluster chain before the split point to the split file A; and modify the split file The file length in the file description structure of B is the length of the original cluster chain before the split point, and the original cluster chain after the split point is connected to the split file B (step S430). the

图5是依照本发明较佳实施例所绘示的影音档案的资料分割示意图。其中,C1至C7代表源文件的原簇链接构,资料1至资料4则为影像群组结构,因实施档案分割的分割点510位于资料2及资料3的边界位置(也是簇的边界位置)上,故由储存分割后 所产生的新的分割档案A(520),可直接连结至原簇结构中的C1至C4,而分割档案B(530)可直接连结至原簇结构中的C5至C7,其过程并无涉及档案资料的拷贝及搬移。以上的实施例仅以单一个分割点于单一位置实施的档案分割为例,并不限定只能分割单次或于单一位置,使用者当可视实际需要决定分割点的数量及位置。 FIG. 5 is a schematic diagram of data division of an audio-visual file according to a preferred embodiment of the present invention. Among them, C1 to C7 represent the original cluster chain structure of the source file, and data 1 to 4 are image group structures, because the segmentation point 510 for implementing file segmentation is located at the boundary position of data 2 and data 3 (also the boundary position of the cluster) Therefore, the new split file A (520) generated after the storage split can be directly linked to C1 to C4 in the original cluster structure, and the split file B (530) can be directly linked to C5 to C4 in the original cluster structure. C7, the process does not involve the copying and moving of archives. The above embodiments only use a single split point to split a file at a single location as an example, and it is not limited to only split once or at a single location. The user can determine the number and location of split points according to actual needs. the

图6是依照本发明较佳实施例所绘示的影音档案的资料剪接方法流程图,此方法是采用上述的储存影音档案的计算机可读取的记录媒体的档案结构,而将档案切割掉一AB段长度资料的步骤依序为在簇链上定位由使用者所输入的分割点A及分割点B(步骤S610),其中,分割点A与分割点B皆位于任一影像群组的结束位置且分割点B位于分割点A之后,而分割点A与分割点B之间的资料具有一舍去长度。连接分割点A之前的原簇链及分割点B之后的原簇链,并释放介于分割点A与分割点B之间的原簇链(步骤S620),修改原影音档案的档案描述结构中的档案长度(步骤S630)为原簇链长度减去所切割掉的该舍去长度。 Fig. 6 is a flow chart of a data editing method for audio-visual files according to a preferred embodiment of the present invention. This method adopts the above-mentioned file structure of the computer-readable recording medium for storing audio-visual files, and cuts the file by one part. The steps of the length data of the AB section are to locate the segmentation point A and the segmentation point B input by the user on the cluster chain (step S610), wherein both the segmentation point A and the segmentation point B are located at the end of any image group and the division point B is located after the division point A, and the data between the division point A and the division point B has a rounded length. Connect the original cluster chain before the split point A and the original cluster chain after the split point B, and release the original cluster chain between the split point A and the split point B (step S620), modify the file description structure of the original video file The length of the file (step S630) is the length of the original cluster chain minus the cut length. the

图7是依照本发明较佳实施例所绘示的影音档案的资料剪接示意图。其中,C1至C7代表原簇链接构,而资料0至资料5则为影像群组结构。经由一使用者定位的分割点A(710)及分割点B(720)将原影像群组中介于分割点A(710)及分割点B(720)之间的资料730切割并释放,并将切割后的档案存回原影音档案,其中,切割后的档案仅包括原簇链接构中的C1、C2、C3、C6及C7。以上的实施例仅以实施于特定位置的单一长度档案剪接为例,并不限定只能剪接固定长度或于单一位置,使用者当可视实际需要决定剪接资料的长度及位置。 FIG. 7 is a schematic diagram of data editing of an audio-visual file according to a preferred embodiment of the present invention. Among them, C1 to C7 represent the original cluster chain structure, and data 0 to 5 represent the image group structure. Cut and release the data 730 between the segmentation point A (710) and the segmentation point B (720) in the original image group through the segmentation point A (710) and the segmentation point B (720) positioned by a user, and release The cut file is stored back to the original video file, wherein the cut file only includes C1, C2, C3, C6 and C7 in the original cluster chain structure. The above embodiments only take the splicing of a single-length file at a specific location as an example, and it is not limited to only splicing a fixed-length file or at a single location. The user can determine the length and location of the spliced data according to actual needs. the

综上所述,在本发明的影音档案储存计算机可读取的记录媒体时,其影像群组的边界位置将会与簇的边界位置对齐。由于针对影音档案的剪辑点将处于影像群组的边界位置上,故可得到影音档案剪辑的实施点也将位于簇的边界位置上。因此,在影音档案剪辑的过程中,可通过直接修改档案系统内相应的档案描述结 构的簇关系及档案长度,而达到影音档案剪辑的要求,并不需要及实际影音资料在存储媒体内的拷贝搬移,故可获得较高的效率。 To sum up, when the audio-visual files of the present invention are stored on a computer-readable recording medium, the border positions of the image groups will be aligned with the border positions of the clusters. Since the editing point for the audio-visual file will be at the border of the image group, the execution point for obtaining the clipping of the audio-video file will also be at the border of the cluster. Therefore, in the process of editing audio-visual files, the requirements for editing audio-visual files can be achieved by directly modifying the cluster relationship and file length of the corresponding file description structure in the file system, without the need for the actual audio-visual data in the storage medium. Copy and move, so higher efficiency can be obtained. the

虽然本发明已以较佳实施例揭露如上,然其并非用以限定本发明,任何熟习此技艺者,在不脱离本发明的精神和范围内,当可作些许的更动与润饰,因此本发明的保护范围当视后附的申请专利范围所界定者为准。 Although the present invention has been disclosed above with preferred embodiments, it is not intended to limit the present invention. Anyone skilled in the art can make some changes and modifications without departing from the spirit and scope of the present invention. Therefore, this The scope of protection of the invention shall be defined by the scope of the appended patent application. the

Claims (8)

1. the storage method of a video/audio archive is used for the recording medium of an embodied on computer readable, and wherein this video/audio archive comprises at least one image group, and the storage method of this video/audio archive comprises:
Store this image group in the recording medium of this embodied on computer readable;
Whether the data length of judging this image group is the integral multiple of the cluster boundary length of this recording medium; And
When the data length of this image group is not the integral multiple of this bunch boundary length, after this image group, add and fill out at least one filling package, make the integral multiple of total data length of this image group and described filling package for this bunch boundary length.
2. as applying for the storage method of the described video/audio archive of claim 1, wherein, the data length of each image group is the integral multiple of one second boundary length, and total data length of this image group and described filling package is this bunch boundary length and is the integral multiple of this second boundary length.
3. as the storage method of application claim 2 described video/audio archive, wherein this second boundary length be this recording medium video signal, message and the data length of filling package.
4. as the storage method of the described video/audio archive of application claim 1, the size of this filling package is 2KB.
5. the clipping method of a video/audio archive, in order to one first video/audio archive is divided into one second video/audio archive and one the 3rd video/audio archive, wherein, the data length of this first video/audio archive is the integral multiple of one first boundary length, and this first boundary length is the cluster boundary length, and this first video/audio archive comprises at least one image group, when the data length of arbitrary image group is not the integral multiple of this first boundary length, then this image group more comprises at least one filling package, make the integral multiple of total data length of this image group and described filling package for this first boundary length, this clipping method comprises the following steps:
Location a cut-point that the user imported, wherein this cut-point is positioned at the end position of arbitrary image group;
Set up the archives description scheme of this second video/audio archive and the 3rd video/audio archive; And
The file length of revising the archives description scheme of this second video/audio archive is former bunch of chain length before this cut-point, and connect this cut-point former bunch of chain before to this second video/audio archive, and the file length of revising the archives description scheme of the 3rd video/audio archive is former bunch of chain length after this cut-point, and connects former bunch of chain after this cut-point to the 3rd video/audio archive.
6. as applying for the clipping method of the described video/audio archive of claim 5, wherein, the data length of each image group is the integral multiple of one second boundary length, and total data length of this image group and described filling package is this first boundary length and is the integral multiple of this second boundary length.
7. the clipping method of a video/audio archive, the data length of this video/audio archive is the integral multiple of one first boundary length, and this first boundary length is the cluster boundary length, and this video/audio archive comprises at least one image group, when the data length of arbitrary image group is not the integral multiple of this first boundary length, then this image group more comprises at least one filling package, make the integral multiple of total data length of this image group and described filling package for this first boundary length, this clipping method comprises the following steps:
Location one first cut-point and one second cut-point that the user imported, wherein this first cut-point and this second cut-point end position and this second cut-point that are positioned at arbitrary image group is positioned at after this first cut-point, and the data between this first cut-point and this second cut-point has the length of casting out;
Connect this first cut-point former bunch of chain and this second cut-point former bunch of chain afterwards before, and discharge former bunch of chain between this first cut-point and this second cut-point; And
The file length of revising the archives description scheme of this video/audio archive is that former bunch of chain length deducts this that cut away and cast out length.
8. as applying for the clipping method of claim 7 a described video/audio archive, wherein, the data length of each image group is the integral multiple of one second boundary length, and total data length of this image group and described filling package is this first boundary length and is the integral multiple of this second boundary length.
CN2005100647436A 2005-04-18 2005-04-18 How to store audio-visual files and how to edit audio-visual files Expired - Fee Related CN1855285B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2005100647436A CN1855285B (en) 2005-04-18 2005-04-18 How to store audio-visual files and how to edit audio-visual files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2005100647436A CN1855285B (en) 2005-04-18 2005-04-18 How to store audio-visual files and how to edit audio-visual files

Publications (2)

Publication Number Publication Date
CN1855285A CN1855285A (en) 2006-11-01
CN1855285B true CN1855285B (en) 2011-01-12

Family

ID=37195380

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2005100647436A Expired - Fee Related CN1855285B (en) 2005-04-18 2005-04-18 How to store audio-visual files and how to edit audio-visual files

Country Status (1)

Country Link
CN (1) CN1855285B (en)

Also Published As

Publication number Publication date
CN1855285A (en) 2006-11-01

Similar Documents

Publication Publication Date Title
EP1486979B1 (en) Data recording method and data recording device
CN103324513B (en) Program annotation method and apparatus
US7389038B1 (en) Multimedia information recording device and method for recording multimedia information file on recording medium
US7653656B2 (en) Method for splitting a data stream
CN1259735A (en) Additive information prodn. method, recording medium, and recording, edit and producing device
CN109511008B (en) A method for supporting video and audio file content appending based on object storage
JP4251219B2 (en) Editing apparatus and editing method
JP4241839B2 (en) Data and file system information recording apparatus and recording method
CN102186022A (en) Audio/video editing method and device in television system
CN1957609B (en) Data processor
CN1855285B (en) How to store audio-visual files and how to edit audio-visual files
JP3895305B2 (en) Data recording method, data recording apparatus, and data recording medium
US8775383B2 (en) File editing apparatus and file editing method
WO2003044798A1 (en) Information recording apparatus, method, information reproduction apparatus, and method
JP2004192774A (en) Audio and visual data recording method, audio and visual data recording device, data recording medium, program and program recording medium
US20060239656A1 (en) Recording medium for storing video file and method for editing video file
CN1731527B (en) Data recording method and device for virtual merging
KR101345386B1 (en) Method and apparatus for editting mass multimedia data
JP2005286366A (en) File division and combination method and apparatus
KR20020060982A (en) Information recording apparatus and method, and information recording medium by them
JP4255796B2 (en) DATA RECORDING DEVICE, DATA RECORDING METHOD, DATA RECORDING PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM
JP4289403B2 (en) Editing apparatus and editing method
JP4312783B2 (en) AV data reproducing method, AV data reproducing apparatus, program, and recording medium
EP1596397B1 (en) Method for splitting a data stream
JP2005005895A (en) Data editing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110112

Termination date: 20170418