WO2012028085A1 - 定位视频片段的方法和装置 - Google Patents

定位视频片段的方法和装置 Download PDF

Info

Publication number
WO2012028085A1
WO2012028085A1 PCT/CN2011/079089 CN2011079089W WO2012028085A1 WO 2012028085 A1 WO2012028085 A1 WO 2012028085A1 CN 2011079089 W CN2011079089 W CN 2011079089W WO 2012028085 A1 WO2012028085 A1 WO 2012028085A1
Authority
WO
WIPO (PCT)
Prior art keywords
video
subtitle
user
data
target dialogue
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.)
Ceased
Application number
PCT/CN2011/079089
Other languages
English (en)
French (fr)
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to US13/634,671 priority Critical patent/US20130004141A1/en
Publication of WO2012028085A1 publication Critical patent/WO2012028085A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/70Information retrieval; Database structures therefor; File system structures therefor of video data
    • G06F16/78Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually

Definitions

  • the present invention relates to the field of video processing technologies, and in particular, to a method and apparatus for locating video segments. Background of the invention
  • the user needs to search for a segment in the video, or first determine the approximate location of the video clip by memory, and then search for a segment in the video until you hear the dialogue or see the subtitles to determine that it has been found in the video.
  • the process of finding a video clip is very cumbersome, and after a period of searching, the user may not find the video clip that he wants to watch, which wastes the user's time and seriously affects the user's video viewing experience.
  • the embodiment of the present invention provides a method for locating a video segment, which can quickly and conveniently determine the location of the video segment corresponding to the dialogue according to the dialogue, and improve the user experience of watching the video.
  • a method of locating a video clip comprising:
  • the embodiment of the invention further provides a device for locating a video segment, which can quickly and conveniently determine the position of the video segment corresponding to the dialogue according to the dialogue, thereby improving the user's experience of watching the video.
  • a device for locating a video segment comprising:
  • An interaction module configured to receive a target dialogue that the user is to find in the video
  • a matching module configured to determine, according to a preset matching rule, subtitle data matching the target dialogue
  • a positioning module configured to determine, according to the matched subtitle data, a location of the video segment corresponding to the target dialogue in the video.
  • the user only needs to input some dialogues in the video that are desired to be seen or certain words in the dialogue. Quickly and directly watch the video clip corresponding to the dialogue that you want to see, thus satisfying the user's viewing needs, saving the time for the user to manually find the video clip, and improving the user's experience of watching the video.
  • FIG. 1 is a flowchart of a method for locating a video segment according to an embodiment of the present invention.
  • FIG. 2 is a flow chart of a method for locating a video segment according to another embodiment of the present invention.
  • FIG. 3 is a schematic diagram of a user interaction interface according to an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of a user interaction interface displaying matching subtitle content in an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of an apparatus for locating a video segment according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of an apparatus for locating a video segment according to another embodiment of the present invention. Mode for carrying out the invention
  • FIG. 1 shows a method of locating a video segment in an embodiment of the present invention. As shown in Figure 1, the method of locating a video clip includes the following steps.
  • Step 11 Receive a target dialogue that the user is to find in the video.
  • the dialogue can be input through the user interaction interface.
  • the dialogue that the user desires to find is referred to as the target dialogue.
  • the device that locates the video clip receives the target dialogue entered by the user through the user interaction interface.
  • Step 12 Determine subtitle data that matches the target dialogue according to a preset matching rule.
  • the device for locating the video segment can find the caption data matching the target dialogue from the subtitle file corresponding to the video.
  • a subtitle data includes at least a subtitle content and a point corresponding to the subtitle content, that is, a moment when the subtitle content appears.
  • the device that locates the video clip compares the target dialogue and each according to a preset matching rule.
  • the subtitle content in the subtitle data is determined, and the subtitle content matching the target dialogue is determined, and the subtitle data in which the matched subtitle content is located is directly determined as the subtitle data matching the target dialogue.
  • the subtitle file may be an external subtitle file or an embedded subtitle that can be read, such as an embedded subtitle of the MKV file.
  • Embodiments of the present invention can be applied to video in which a subtitle file can be looked up.
  • the pre-configured matching rule may be an exact matching rule, a fuzzy matching rule, or a short-term matching rule.
  • the existing matching algorithm or other algorithms capable of matching and subtitle matching may be used, which is not limited in the embodiment of the present invention.
  • the device for locating the video segment may display the found subtitle data to the user, for example, display the subtitle content and the time point in a subtitle data to the user. , or just display the content of the subtitle to the user. Users can select and confirm through the user interface. After receiving the confirmation information of the user, the device for locating the video segment determines the subtitle data matching the target dialogue according to the subtitle data or the subtitle content selected by the user.
  • the user can preview a plurality of subtitle data first, and select the subtitle data desired to be viewed therefrom.
  • the device for locating the video segment can well meet the needs of the user and determine the video segment that the user wishes to watch.
  • Step 13 Determine, according to the matched subtitle data, a position of the video segment corresponding to the target dialogue in the video.
  • the subtitle data includes the time point corresponding to the subtitle content
  • the time point is acquired from the matched subtitle data, and the position of the video segment corresponding to the target dialogue is determined according to the acquired time point.
  • the device for locating the video segment may further obtain the determined video.
  • the location of the clip starts playing the video.
  • the device that locates the video clip can start playing the video a few seconds in advance from the location of the determined video clip.
  • the caption data is preloaded. If the subtitle of the video has not been loaded after the user inputs the target dialogue, the apparatus for locating the video clip in the embodiment of the present invention can further find and load the subtitle data from the local and/or from the network.
  • the following takes a movie as an example to describe in detail a method for locating a video segment in the embodiment of the present invention.
  • 2 illustrates a method of locating a video segment in another embodiment of the present invention.
  • the method of locating a video clip includes the following steps.
  • Step 201 Receive a target dialogue that the user is to find in the movie.
  • Fig. 3 shows a schematic diagram of the user interaction interface in this embodiment.
  • the target dialogue entered by the user through the user interaction interface shown in Figure 3 is "love,,.
  • Step 202 Determine whether the caption data has been loaded. When the caption data has been loaded, step 207 is performed, and when the caption data is not loaded, step 203 is performed.
  • the subtitle data is saved in the form of a subtitle file. In this step, it is also possible to judge whether the subtitle file has been loaded.
  • Step 203 Find the caption data corresponding to the movie locally.
  • step 206 is performed, and when the caption data corresponding to the movie cannot be found locally, step 204 is performed.
  • Step 204 Find subtitle data corresponding to the movie on the network.
  • the device for locating the video clip can find the caption data or the caption file corresponding to the movie from the network, such as the Internet or a local area network.
  • Subtitle files found on the network include subtitle files used online.
  • step 203 or step 204 may be performed without affecting the application of the embodiment of the present invention.
  • Step 205 prompting the user that video positioning cannot be performed.
  • the device that locates the video clip can prompt the user through a prompt box. At this point, the process ends.
  • Step 206 loading the found subtitle data.
  • the device for locating the video clip can parse the subtitle content in the subtitle data and the time point corresponding to the subtitle content, and store the subtitle content and the time point in the memory.
  • Step 207 Determine a subtitle content that matches the target dialogue according to a preset matching rule.
  • the preset matching rule is an exact matching rule
  • the device for locating the video segment uses "love” as a keyword to search for the subtitle content that exactly matches "love” in the already loaded subtitle data.
  • Step 208 When the matching subtitle content is found, step 210 is performed, otherwise step 209 is performed.
  • Step 209 prompting the user not to find the caption data that matches the target dialogue.
  • Step 210 Display the matched subtitle content and the time point to the user, and confirm the subtitle data that matches the target dialogue.
  • the matching subtitles include “fantastic love” and "there was a sincere love in front of me", corresponding to two different time points. Therefore, the device for locating the video clip displays two matching subtitle contents and time points through the user interaction interface, as shown in FIG. The user can select the dialogue desired to be viewed through the user interaction interface, and then notify the device that locates the video clip by clicking the confirm button on the user interaction interface, so that the device for positioning the video clip determines the caption data that matches the target dialogue.
  • the subtitle content selected by the user is "There was a sincere love in front of me.”
  • the device for locating the video segment may not display the found subtitle data to the user, but directly use the subtitle data with the highest matching subtitle content as the subtitle data matching the target dialogue, and perform the steps. 211.
  • Step 211 Determine, according to the determined subtitle data that matches the target dialogue, the location of the video segment corresponding to the target dialogue in the movie.
  • the device for locating the video segment may determine the location of the video segment corresponding to the target dialogue based on the time point corresponding to the subtitle content in the subtitle data. For example, in this embodiment, the time point that "there was a sincere love in front of me" is 00: 24: 12, that is, the video clip appears at the 24th minute and 12 seconds, therefore, the video clip is located.
  • the device locates the movie for 24 minutes and 12 seconds. In this way, the user can directly see the movie segment corresponding to the target dialogue, and as long as the user selects to play the movie, the movie can be viewed from the position where the movie segment is located.
  • the device for locating the video clip can also locate the movie a few seconds in advance, such as positioning the movie for 24 minutes and 7 seconds.
  • the user only needs to input some dialogues in the video that are desired to be seen or some words in the dialogue.
  • the video clip corresponding to the dialogue that you want to watch is directly viewed, thereby satisfying the user's viewing needs, saving the time for the user to manually find the video clip, and improving the user's experience of watching the video.
  • the embodiment of the invention further provides an apparatus for locating a video segment, which can implement a method for locating a video segment.
  • FIG. 5 is a schematic structural diagram of an apparatus for locating a video segment according to an embodiment of the present invention.
  • the device for locating a video segment includes an interaction module 51, a matching module 52, and a positioning module 53.
  • the interaction module 51 is configured to receive a target dialogue that the user is to find in the video.
  • the matching module 52 is configured to determine subtitle data that matches the target dialogue according to a preset matching rule.
  • the positioning module 53 is configured to determine, according to the matched subtitle data, a position of the video segment corresponding to the target dialogue in the video.
  • the subtitle data includes subtitle content and a time point corresponding to the subtitle content.
  • the matching module 52 may directly determine that the subtitle data in which the matched subtitle content is located is the subtitle data that matches the target dialogue; or the matching module 52 may send the subtitle data in which the at least one matching subtitle content is located to the interaction module 51, and the interaction module 51 will receive The obtained subtitle data is displayed to the user, and the subtitle data selected by the user is acquired, and then the matching module 52 uses the subtitle data selected by the user as the subtitle data matching the target dialogue; or the matching module 52 can at least one matching subtitle content.
  • Sending to the interaction module 51 the interaction module 51 displays the received subtitle content to the user, and acquires the subtitle content selected by the user, and then the matching module 52 uses the subtitle data of the subtitle content selected by the user as the subtitle data matching the target dialogue. .
  • the positioning module 53 includes a time point acquisition submodule and a position determination module.
  • the time point obtaining sub-module is configured to obtain a time point in the matched caption data
  • the position determining sub-module is configured to determine, according to the time point, a position of the video segment corresponding to the target dialogue in the video.
  • FIG. 6 is a schematic structural diagram of an apparatus for locating a video segment according to another embodiment of the present invention. As shown in FIG. 6, the device for locating a video segment includes an interaction module 61, a matching module 62 and a positioning module 63, a playing module 64, and a loading module 65.
  • the interaction module 61, the matching module 62, and the positioning module 63 respectively have the same functions as the interaction module 51, the matching module 52, and the positioning module 53 shown in FIG. 5, and are not described herein.
  • the play module 64 is for playing a video starting from the position of the determined video clip. In order for the user to have a better experience watching the video, the playback module 64 can start playing the video a few seconds in advance from the location of the determined video clip.
  • the loading module 65 is configured to search for caption data corresponding to the video from the local or the network, and load the found caption data, and the matching module 62 searches the loaded caption data for the caption data matching the target dialogue.
  • the device for locating a video segment can be combined with an existing video playing tool to provide a video positioning function while providing a video playing function, or can be used as a separate video playing tool to provide a video positioning function for the user.
  • the user can quickly and directly view the dialogue desired by simply inputting some dialogues in the video or some words in the dialogue.
  • the corresponding video clips satisfy the user's viewing needs, saving the time for the user to manually find the video clips, and improving the user's experience of watching the video.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Library & Information Science (AREA)
  • Multimedia (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Studio Circuits (AREA)

Description

定位视频片段的方法和装置
技术领域
本发明涉及视频处理技术领域, 具体涉及定位视频片段的方法和装 置。 发明背景
目前, 用户在终端上观看视频, 如在计算机上观看电影, 已经成为 一种普遍的休闲方式。 大多数的视频都有对白, 在播放视频的同时, 会 显示与对白对应的字幕。 尤其是很多电影中的对白都配有相应的字幕。 通常采用字幕文件保存与字幕相关的数据, 如字幕的出现时间, 字幕内 容和字幕格式等。 终端上的播放工具在加载视频的同时加载字幕文件, 在播放视频时, 将字幕内容在与其对应的出现时间叠加到视频上, 从而 使用户能够在视频上看到与对白对应的字幕。
用户在看过某个视频后, 通常会对视频中的一些对白印象深刻。 当 用户希望能再次观看这些对白对应的视频片段时, 或者想截取这些对白 对应的视频片段时, 由于现有技术中还没有根据视频中的对白定位视频 片段的方案, 用户很难快速有效地找到该视频片段。
通常情况下, 用户需要在视频中一段段的查找, 或者先凭记忆确定 视频片段的大概位置, 再在视频中一段段的查找, 直到听到了对白或者 看到了字幕, 才能确定已经在视频中找到想要观看的视频片段。 这个查 找视频片段的过程十分繁瑣, 并且用户经过一段时间的查找后也不一定 能找到想要观看的视频片段, 浪费了用户的时间, 严重影响了用户的视 频观看体验。 发明内容
有鉴于此, 本发明实施例提出一种定位视频片段的方法, 能够直接 根据对白, 快速便捷地确定与该对白对应的视频片段的位置, 提高用户 观看视频的体验。
一种定位视频片段的方法, 包括:
接收用户在视频中待查找的目标对白;
根据预先设置的匹配规则, 确定与所述目标对白匹配的字幕数据; 和
根据所述匹配的字幕数据, 确定与所述目标对白对应的视频片段在 所述视频中的位置。
本发明实施例还提出一种定位视频片段的装置, 能够直接根据对 白, 快速便捷地确定与该对白对应的视频片段的位置, 提高用户观看视 频的体验。
一种定位视频片段的装置, 包括:
交互模块, 用于接收用户在视频中待查找的目标对白;
匹配模块, 用于根据预先设置的匹配规则, 确定与所述目标对白匹 配的字幕数据; 和
定位模块, 用于根据所述匹配的字幕数据, 确定与所述目标对白对 应的视频片段在所述视频中的位置。
从上述方案中可以看出, 在本申请实施例提供的定位视频片段的方 法和装置中, 用户只要输入在视频中的想要看到的某些对白或者是对白 中的某些词汇, 就可以快速直接地观看想看的对白对应的视频片断, 从 而满足了用户的观看需要, 节约了用户手动查找视频片段的时间, 提高 了用户观看视频的体验。 附图简要说明
图 1为本发明实施例中定位视频片段的方法的流程图。
图 2为本发明另一实施例中定位视频片段的方法的流程图。
图 3为本发明实施例中用户交互界面的示意图。
图 4为本发明实施例中显示匹配的字幕内容的用户交互界面的示意 图。
图 5为本发明实施例中定位视频片段的装置的结构示意图。
图 6为本发明另一实施例中定位视频片段的装置的结构示意图。 实施本发明的方式
为使本发明实施例的目的、 技术方案和优点更加清楚, 以下举例对 本发明实施例进一步详细说明。
图 1示出了本发明实施例中定位视频片段的方法。 如图 1所示, 定 位视频片段的方法包括以下步骤。
步骤 11 , 接收用户在视频中待查找的目标对白。
当用户希望在视频中查找某句对白对应的视频片段时, 可以通过用 户交互界面输入该对白。 在本发明实施例中, 将用户希望查找的对白称 为目标对白。 定位视频片段的装置通过用户交互界面接收用户输入的目 标对白。
步骤 12, 根据预先设置的匹配规则, 确定与该目标对白匹配的字幕 数据。
在本步骤中, 定位视频片段的装置可以从该视频对应的字幕文件中 查找与该目标对白匹配的字幕数据。 在字幕文件中, 一条字幕数据中至 少包括字幕内容和该字幕内容对应的点, 即该字幕内容出现的时刻。
定位视频片段的装置根据预先设置的匹配规则, 对比目标对白和每 条字幕数据中字幕内容, 确定与目标对白匹配的字幕内容, 并直接确定 匹配的字幕内容所在的字幕数据为与目标对白匹配的字幕数据。
在本发明实施例中, 字幕文件可以是外挂的字幕文件或者可以被读 取的内嵌字幕, 如 MKV文件的内嵌字幕。 本发明实施例可以应用于字 幕文件能够被查找的视频。
其中, 预先配置的匹配规则可以是精确匹配规则, 模糊匹配规则, 或者近义匹配规则。 在实际应用中, 为了找到与目标对白匹配的字幕数 据, 可以采用上述现有的匹配算法或者其他能够进行对比与字幕匹配的 算法, 本发明实施例中不进行限制。
在实际应用中, 为了保证匹配的字幕数据与用户希望查找的对白对 应, 定位视频片段的装置可以将查找到的字幕数据显示给用户, 例如将 一条字幕数据中的字幕内容和时间点显示给用户, 或者只将字幕内容显 示给用户。 用户可以通过用户交互界面进行选择和确认。 当收到用户的 确认信息后, 定位视频片段的装置再根据用户选择的字幕数据或者字幕 内容, 确定与该目标对白匹配的字幕数据。
尤其是当满足预先设置的匹配规则的字幕数据有多条时, 用户可以 先预览多条字幕数据, 并从中选择希望观看的字幕数据。 这样一来, 定 位视频片段的装置可以很好的满足用户的需求, 确定出用户希望观看的 视频片段。
步骤 13, 根据该匹配的字幕数据, 确定与该目标对白对应的视频片 段在所述视频中的位置。
由于在字幕数据中包括字幕内容对应的时间点, 在本步骤中, 从匹 配的字幕数据中获取时间点, 并根据获取的时间点确定与目标对白对应 的视频片段的位置。
在本发明实施例中, 定位视频片段的装置可以进一步从确定的视频 片段的位置开始播放视频。 为了使用户能够有更好的观看视频的体验, 定位视频片段的装置可以从确定的视频片段的位置提前几秒钟开始播 放视频。
在上述实施例中, 字幕数据是预先加载的。 如果在用户输入目标对 白后, 该视频的字幕还未加载, 则本发明实施例中的定位视频片段的装 置可以进一步从本地和 /或从网络上查找并加载字幕数据。
下面以电影为例, 详细说明本发明实施例中定位视频片段的方法。 图 2示出了本发明另一实施例中定位视频片段的方法。 如图 2所示, 定 位视频片段的方法包括以下步骤。
步骤 201 , 接收用户在电影中待查找的目标对白。
在本步骤中,假设用户查找的电影是 "大话西游"。 用户通过用户交 互界面输入在该电影中出现的目标对白。 该目标对白可以一个词汇或短 语, 或者是某段对白。 用户还可以在输入目标对白的同时, 选择目标对 白的语言类型, 以便进行字幕查找。 图 3示出了本实施例中的用户交互 界面的示意图。用户通过图 3所示的用户交互界面输入的目标对白是"爱 情,,。
步骤 202, 判断字幕数据是否已被加载。 当字幕数据已被加载时, 执行步骤 207, 当字幕数据未被加载时, 执行步骤 203。
通常, 字幕数据以字幕文件的形式保存, 在本步骤中, 也可以判断 字幕文件是否已被加载。
步骤 203 , 在本地查找与该电影对应的字幕数据。 当在本地找到与 该电影对应的字幕数据时, 执行步骤 206, 当无法在本地找到与该电影 对应的字幕数据时, 执行步骤 204。
类似的, 在本步骤中, 也可以直接在本地查找与该电影对应的字幕 文件。 步骤 204, 在网络上查找与该电影对应的字幕数据。
在本步骤中, 定位视频片段的装置可以从网络上, 如 Internet或者 局域网等, 查找与该电影对应的字幕数据或字幕文件。 在网络上找到的 字幕文件包括在线使用的字幕文件。 当在网络上找到与该电影对应的字 幕数据时, 执行步骤 206, 当无法在网络上找到与该电影对应的字幕数 据时, 执行步骤 205。
在实际应用时, 也可以只执行步骤 203或者步骤 204, 并不影响本 发明实施例的应用。
步骤 205 , 提示用户无法进行视频定位。
定位视频片段的装置可以通过提示框提示用户。 至此, 本次流程结 束。
步骤 206, 加载找到的字幕数据。
在本步骤中, 定位视频片段的装置可以解析字幕数据中的字幕内容 和与该字幕内容对应的时间点, 并将字幕内容和时间点存储到内存中。
步骤 207 , 根据预先设置的匹配规则, 确定与目标对白匹配的字幕 内容。
在本实施例中, 预先设置的匹配规则是精确匹配规则, 定位视频片 段的装置将 "爱情" 作为关键字, 在已经加载的字幕数据中查找与 "爱 情" 精确匹配的字幕内容。
步骤 208, 当查找到匹配的字幕内容时, 执行步骤 210, 否则执行步 骤 209。
步骤 209, 提示用户未查找到与目标对白匹配的字幕数据。
定位视频片段的装置可以通过提示框提示用户, 至此, 本次流程结 束。 用户可以重新输入新的目标对白, 由定位视频片段的装置再次进行 匹配, 在此不再赘述。 步骤 210, 将匹配的字幕内容和时间点显示给用户, 并确认与目标 对白匹配的字幕数据。
在本实施例中, 匹配的字幕内容包括 "奇妙的爱情" 和 "曾经有一 份真诚的爱情摆在我的面前", 分别对应两个不同的时间点。 因此定位 视频片段的装置通过用户交互界面显示两条匹配的字幕内容和时间点, 如图 4所示。 用户可以通过该用户交互界面选择希望观看的对白, 之后 通过点击用户交互界面上的确认键告知定位视频片段的装置, 从而使定 位视频片段的装置确定与目标对白匹配的字幕数据。 在本实施例中, 用 户选择的字幕内容是 "曾经有一份真诚的爱情摆在我的面前"。
另外, 在实际应用中, 定位视频片段的装置也可以不显示查找到的 字幕数据给用户, 而是直接将匹配度最高的字幕内容所在的字幕数据作 为与目标对白匹配的字幕数据, 并执行步骤 211。
步骤 211 , 根据确定的与目标对白匹配的字幕数据, 确定与该目标 对白对应的视频片段在该电影中的位置。
在本实施例中, 根据字幕数据中的字幕内容对应的时间点, 定位视 频片段的装置可以确定与目标对白对应的视频片段的位置。 例如, 在本 实施例中, "曾经有一份真诚的爱情摆在我的面前" 所对应的时间点是 00: 24: 12, 即该视频片段出现在第 24分 12秒, 因此, 定位视频片段 的装置将该电影定位到 24分 12秒。 这样用户就可以直接看到目标对白 对应的电影片段, 只要用户选择播放电影, 就可以从该电影片段所在的 位置开始看电影了。
为了用户能够有更好的观看体验, 定位视频片段的装置也可以提前 几秒定位电影, 如将电影定位到 24分 7秒。
可见, 在本发明实施例提供的定位视频片段的方法中, 用户只要输 入在视频中的想要看到的某些对白或者是对白中的某些词汇, 就可以快 速直接地观看想看的对白对应的视频片断, 从而满足了用户的观看需 要,节约了用户手动查找视频片段的时间,提高了用户观看视频的体验。
本发明实施例还提供了一种定位视频片段的装置, 可以实施定位视 频片段的方法。
图 5为本发明实施例中定位视频片段的装置的结构示意图。 如图 5 所示, 该定位视频片段的装置包括交互模块 51 , 匹配模块 52和定位模 块 53。
交互模块 51 用于接收用户在视频中待查找的目标对白。 匹配模块 52用于根据预先设置的匹配规则, 确定与该目标对白匹配的字幕数据。 定位模块 53 用于根据该匹配的字幕数据, 确定与该目标对白对应的视 频片段在该视频中的位置。
在本发明实施例中, 字幕数据包括字幕内容和与该字幕内容对应的 时间点。
匹配模块 52 可以直接确定匹配的字幕内容所在的字幕数据为与目 标对白匹配的字幕数据; 或者匹配模块 52可以将至少一个匹配的字幕 内容所在的字幕数据发送给交互模块 51 , 交互模块 51将接收到的字幕 数据显示给用户, 并获取用户选择的字幕数据, 之后匹配模块 52将用 户选择的字幕数据作为与该目标对白匹配的字幕数据; 又或者, 匹配模 块 52可以将至少一个匹配的字幕内容发送给交互模块 51 , 交互模块 51 将接收到的字幕内容显示给用户, 并获取用户选择的字幕内容, 之后匹 配模块 52将用户选择的字幕内容所在的字幕数据作为与该目标对白匹 配的字幕数据。
定位模块 53包括时间点获取子模块和位置确定模块。其中时间点获 取子模块用于获取匹配的字幕数据中的时间点, 位置确定子模块用于根 据该时间点确定与目标对白对应的视频片段在该视频中的位置。 图 6为本发明另一实施例中定位视频片段的装置的结构示意图。 如 图 6所示, 该定位视频片段的装置包括交互模块 61 , 匹配模块 62和定 位模块 63 , 播放模块 64和加载模块 65。
其中, 交互模块 61 , 匹配模块 62和定位模块 63分别具有和图 5所 示的交互模块 51 , 匹配模块 52和定位模块 53相同的功能, 在此不再赘 述。
播放模块 64用于从确定的视频片段的位置开始播放视频。为了使用 户能够有更好的观看视频的体验, 播放模块 64可以从确定的视频片段 的位置提前几秒钟开始播放视频。
加载模块 65用于从本地或者从网络查找与视频对应的字幕数据,并 加载查找到的字幕数据, 匹配模块 62在已加载的字幕数据中查找与该 目标对白匹配的字幕数据。
在本发明实施例中, 定位视频片段的装置可以与现有的视频播放工 具结合, 在提供视频播放功能的同时提供视频定位功能, 也可以作为独 立的视频播放工具, 为用户提供视频定位功能。
可见, 通过使用本发明实施例提供的定位视频片段的装置, 用户只 要输入在视频中的想要看到的某些对白或者是对白中的某些词汇, 就可 以快速直接地观看想看的对白对应的视频片断, 从而满足了用户的观看 需要, 节约了用户手动查找视频片段的时间, 提高了用户观看视频的体 验。
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的 的改进, 以适应具体情况的具体需要。 因此可以理解, 本文所述的本发 明的具体实施方式只是起示范作用, 并不用以限制本发明的保护范围。

Claims

权利要求书
1. 一种定位视频片段的方法, 其特征在于, 包括:
接收用户在视频中待查找的目标对白;
根据预先设置的匹配规则, 确定与所述目标对白匹配的字幕数据; 和
根据所述匹配的字幕数据, 确定与所述目标对白对应的视频片段在 所述视频中的位置。
2. 根据权利要求 1所述的方法, 其特征在于, 所述字幕数据包括字 幕内容和与所述字幕内容对应的时间点。
3. 根据权利要求 2所述的方法, 其特征在于, 所述查找与所述目标 对白匹配的字幕数据包括: 确定与所述目标对白匹配的字幕内容; 直接确定所述匹配的字幕内容所在的字幕数据为与所述目标对白 匹配的字幕数据; 或者,
向所述用户显示所述确定的至少一个字幕内容, 确定所述用户选择 的一个字幕内容所在的字幕数据为与所述目标对白匹配的字幕数据; 或 者,
向所述用户显示所述确定的至少一个字幕内容所在的字幕数据; 确 定所述用户选择的一个字幕数据为与所述目标对白匹配的字幕数据。
4. 根据权利要求 2或 3所述的方法, 其特征在于, 所述根据所述匹 置包括:
获取所述匹配的字幕数据中的时间点;
根据所述时间点, 确定所述目标对白对应的视频片段在所述视频中 的位置。
5. 根据权利要求 1所述的方法, 其特征在于, 进一步包括: 从所述 视频片段所在的位置开始播放所述视频。
6. 根据权利要求 1所述的方法, 其特征在于, 进一步包括: 当未加载所述字幕数据时,从本地和 /或网络查找与所述视频对应的 字幕数据; 加载所述查找到的字幕数据。
7. 一种定位视频片段的装置, 其特征在于, 包括
交互模块, 用于接收用户在视频中待查找的目标对白;
匹配模块, 用于根据预先设置的匹配规则, 确定与所述目标对白匹 配的字幕数据; 和
定位模块, 用于根据所述匹配的字幕数据, 确定与所述目标对白对 应的视频片段在所述视频中的位置。
8. 根据权利要求 7所述的装置, 其特征在于, 所述字幕数据包括字 幕内容和与所述字幕内容对应的时间点。
9. 根据权利要求 8所述的装置, 其特征在于, 所述匹配模块进一步 用于确定与所述目标对白匹配的字幕内容;
所述交互模块进一步用于向所述用户显示所述确定的至少一个字 幕内容, 所述匹配模块进一步用于确定所述用户选择的一个字幕内容所 在的字幕数据为与所述目标对白匹配的字幕数据; 或者
所述交互模块进一步用于向所述用户显示所述确定的至少一个字 幕内容所在的字幕数据, 所述匹配模块进一步用于确定所述用户选择的 一个字幕数据为与所述目标对白匹配的字幕数据; 或者
所述匹配模块进一步用于直接确定所述匹配的字幕内容所在的字 幕数据为与所述目标对白匹配的字幕数据。
10.根据权利要求 8或 9所述的装置, 其特征在于, 所述定位模块 包括: 时间点获取子模块, 用于获取所述匹配的字幕数据中的时间点; 和 位置确定模块, 用于根据该时间点确定与目标对白对应的视频片段 在所述视频中的位置。
11. 根据权利要求 7所述的装置, 其特征在于, 进一步包括: 播放模块, 用于从所述视频片段所在的位置, 开始播放所述视频。
12.根据权利要求 7所述的装置, 其特征在于, 进一步包括: 播放模块, 用于从本地和 /或从网络查找与所述视频对应的字幕数 据, 并加载所述查找到的字幕数据。
PCT/CN2011/079089 2010-08-31 2011-08-30 定位视频片段的方法和装置 Ceased WO2012028085A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/634,671 US20130004141A1 (en) 2010-08-31 2011-08-30 Method and Device for Locating Video Clips

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010102717769A CN102387310A (zh) 2010-08-31 2010-08-31 定位视频片段的方法和装置
CN201010271776.9 2010-08-31

Publications (1)

Publication Number Publication Date
WO2012028085A1 true WO2012028085A1 (zh) 2012-03-08

Family

ID=45772158

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/079089 Ceased WO2012028085A1 (zh) 2010-08-31 2011-08-30 定位视频片段的方法和装置

Country Status (3)

Country Link
US (1) US20130004141A1 (zh)
CN (1) CN102387310A (zh)
WO (1) WO2012028085A1 (zh)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9237386B2 (en) * 2012-08-31 2016-01-12 Google Inc. Aiding discovery of program content by providing deeplinks into most interesting moments via social media
CN103838751A (zh) * 2012-11-23 2014-06-04 鸿富锦精密工业(深圳)有限公司 视频内容搜索系统及方法
US9401947B1 (en) 2013-02-08 2016-07-26 Google Inc. Methods, systems, and media for presenting comments based on correlation with content
CN104135628B (zh) * 2013-05-03 2018-01-30 安凯(广州)微电子技术有限公司 一种视频编辑方法及终端
CN104349173A (zh) * 2013-08-07 2015-02-11 中国移动通信集团公司 视频复读方法及装置
CN103442300A (zh) * 2013-08-27 2013-12-11 Tcl集团股份有限公司 一种音视频跳转播放方法以及装置
CN103686352A (zh) * 2013-11-15 2014-03-26 乐视致新电子科技(天津)有限公司 智能电视媒体播放器及其字幕处理方法、智能电视
CN104967907A (zh) * 2014-06-09 2015-10-07 腾讯科技(深圳)有限公司 视频播放定位的方法和系统
CN104053048A (zh) * 2014-06-13 2014-09-17 无锡天脉聚源传媒科技有限公司 一种视频定位的方法及装置
CN106294454A (zh) * 2015-05-29 2017-01-04 中兴通讯股份有限公司 视频查找方法及装置
CN105163178B (zh) * 2015-08-28 2018-08-07 北京奇艺世纪科技有限公司 一种视频播放位置定位方法和装置
CN105451032A (zh) * 2015-11-19 2016-03-30 北京奇虎科技有限公司 下载视频的方法与装置
CN105898619A (zh) * 2015-12-08 2016-08-24 乐视网信息技术(北京)股份有限公司 视频字幕推荐方法、系统、终端、以及服务器
CN107147949B (zh) * 2017-05-05 2020-05-05 中广热点云科技有限公司 一种直播时移的播放进度操控方法及系统
CN107743248A (zh) * 2017-09-28 2018-02-27 北京奇艺世纪科技有限公司 一种视频快进方法及装置
CN108197286A (zh) * 2018-01-16 2018-06-22 维沃移动通信有限公司 一种信息显示方法及移动终端
CN109361940A (zh) * 2018-10-25 2019-02-19 北京实境智慧科技有限公司 一种视频播放控制方法、系统和vr设备
CN109348276B (zh) * 2018-11-08 2019-12-17 北京微播视界科技有限公司 视频画面调整方法、装置、计算机设备和存储介质
CN109376145B (zh) * 2018-11-19 2022-05-06 深圳Tcl新技术有限公司 影视对白数据库的建立方法、建立装置及存储介质
CN112163103A (zh) * 2020-09-29 2021-01-01 北京字跳网络技术有限公司 搜索目标内容的方法、装置、电子设备及存储介质
CN112163102B (zh) * 2020-09-29 2023-03-17 北京字跳网络技术有限公司 搜索内容匹配方法、装置、电子设备及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101330628A (zh) * 2007-06-19 2008-12-24 巴比禄股份有限公司 广播接收装置、广播接收方法和记录广播接收程序的媒体
CN101336545A (zh) * 2006-03-15 2008-12-31 深圳Tcl新技术有限公司 搜索视频信号的系统和方法
CN101616181A (zh) * 2009-07-27 2009-12-30 腾讯科技(深圳)有限公司 一种上传和下载字幕文件的方法、系统和设备

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6366699B1 (en) * 1997-12-04 2002-04-02 Nippon Telegraph And Telephone Corporation Scheme for extractions and recognitions of telop characters from video data
CN101272477A (zh) * 2007-03-22 2008-09-24 华为技术有限公司 一种iptv系统、媒体服务器和iptv节目搜索、定位方法
CN101059809A (zh) * 2007-04-17 2007-10-24 张帆 一种文字搜索系统及其检索方法
KR20100095924A (ko) * 2009-02-23 2010-09-01 삼성전자주식회사 동영상의 상황정보를 반영한 광고 키워드 추출 방법 및 장치
US9244913B2 (en) * 2010-03-19 2016-01-26 Verizon Patent And Licensing Inc. Multi-language closed captioning

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101336545A (zh) * 2006-03-15 2008-12-31 深圳Tcl新技术有限公司 搜索视频信号的系统和方法
CN101330628A (zh) * 2007-06-19 2008-12-24 巴比禄股份有限公司 广播接收装置、广播接收方法和记录广播接收程序的媒体
CN101616181A (zh) * 2009-07-27 2009-12-30 腾讯科技(深圳)有限公司 一种上传和下载字幕文件的方法、系统和设备

Also Published As

Publication number Publication date
US20130004141A1 (en) 2013-01-03
CN102387310A (zh) 2012-03-21

Similar Documents

Publication Publication Date Title
WO2012028085A1 (zh) 定位视频片段的方法和装置
JP7601938B2 (ja) メディア環境内におけるインテリジェント自動アシスタント
US12200297B2 (en) Intelligent automated assistant for TV user interactions
US11132411B2 (en) Search information processing method and apparatus
CN107613353B (zh) 在电子设备上呈现搜索结果的方法、电子设备及计算机存储介质
US8799300B2 (en) Bookmarking segments of content
US8634944B2 (en) Auto-station tuning
JP7808143B2 (ja) 受信装置および制御方法
JP2018534652A (ja) メディア検索及び再生のためのインテリジェント自動アシスタント
CN103686200A (zh) 智能电视视频资源搜索的方法和系统
JP2014102825A (ja) ビデオ内容探索システム及びその方法
CN107526761A (zh) 用于识别并为用户呈现多语言媒体内容项目的方法、系统和介质
JP2015035140A (ja) 情報処理装置、情報処理方法およびプログラム
KR20070020208A (ko) 콘텐트를 프로그램에서 위치지정하는 방법 및 장치
CN106686442A (zh) 电视节目搜索方法及装置
CN112287162A (zh) 消息搜索方法、装置和电子设备
US8660403B2 (en) Content continuous-reproduction device, reproduction method thereof, and reproduction control program thereof
CN113905125B (zh) 视频显示方法、装置、电子设备及存储介质
CN118175372A (zh) 视频与小说的互动展现方法、装置、存储介质及电子设备
JP2011259176A (ja) コンテンツ処理装置および処理方法
US20250239257A1 (en) Correcting Audio Drift
JP2026071252A (ja) 受信装置および方法
HK1173811B (zh) 對內容片段設置書簽
JP2012222714A (ja) Av記録システム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11821111

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 13634671

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 25/07/2013)

122 Ep: pct application non-entry in european phase

Ref document number: 11821111

Country of ref document: EP

Kind code of ref document: A1