(19)
(11)EP 3 595 324 A1

(12)EUROPEAN PATENT APPLICATION
published in accordance with Art. 153(4) EPC

(43)Date of publication:
15.01.2020 Bulletin 2020/03

(21)Application number: 18763940.6

(22)Date of filing:  01.03.2018
(51)International Patent Classification (IPC): 
H04N 21/4402(2011.01)
(86)International application number:
PCT/CN2018/077766
(87)International publication number:
WO 2018/161843 (13.09.2018 Gazette  2018/37)
(84)Designated Contracting States:
AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR
Designated Extension States:
BA ME
Designated Validation States:
KH MA MD TN

(30)Priority: 10.03.2017 CN 201710140357

(71)Applicant: Hangzhou Hikvision Digital Technology Co., Ltd.
Hangzhou 310051 (CN)

(72)Inventor:
  • XU, Jianghao
    Hangzhou Zhejiang 310051 (CN)

(74)Representative: BRP Renaud & Partner mbB Rechtsanwälte Patentanwälte Steuerberater 
Königstraße 28
70173 Stuttgart
70173 Stuttgart (DE)

  


(54)METHOD AND DEVICE FOR ADJUSTING VIDEO PLAYBACK SPEED


(57) Disclosed is a method and apparatus for adjusting a playing speed of a video. The method for adjusting a playing speed of a video includes: after detecting a playing speed adjustment instruction of a target video, determining a target playing speed corresponding to the playing speed adjustment instruction; determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video; processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship; and adjusting timestamps of video frames contained in the processed target video, based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate. By applying the present solution, the adjusted target video can be played in the preset target frame rate, thus improving the display quality of the video whose playing speed has been adjusted, and improving the user experience.




Description


[0001] The present application claims the priority to a Chinese patent application No. 201710140357.3 filed with China National Intellectual Property Administration on March 10, 2017 and entitled "Method and apparatus for adjusting a playing speed of a video", which is incorporated herein by reference in its entirety.

TECHNICAL FIELD



[0002] The present application relates to the field of video processing technology, and in particular, to a method and apparatus for adjusting a playing speed of a video.

BACKGROUND



[0003] In recent years, with the development of electronic devices and the increase of network bandwidth, the requirements for video playing have been greatly reduced. A user can play a video on an electronic device anytime and anywhere. In the process of watching a video, the user may change a playing speed of the video, this is, adjust the playing speed of the video.

[0004] At present, a playing speed of a video is generally adjusted by adjusting a trigger frequency of a clock trigger. For example, the effect of fast playing is achieved by increasing the trigger frequency to increase the number of video frames displayed in the same time period, and the effect of slow playing is achieved by decreasing the trigger frequency to reduce the number of video frames displayed in the same time period. The above adjustment of the playing speed of the video is completed based on the playing speed changed by the user. The degrees that the user changes the playing speed of the video at different times may be different, thus the adjustment of the playing speed of the video by adjusting the trigger frequency of the clock trigger will result in that the numbers of video frames of the adjusted video displayed in equal time periods may be different. The different numbers of video frames displayed in the equal time periods will result in different display effects, which cause a poor display quality of the video whose playing speed has been adjusted, and thus a relatively poor user experience.

SUMMARY



[0005] An objective of embodiments of the present application is to provide a method and apparatus for adjusting a playing speed of a video, to improve the display quality of the video whose playing speed has been adjusted and thus improve user experience.

[0006] To achieve the above-described objective, in a first aspect, an embodiment of the present application provides a method for adjusting a playing speed of a video, including:

after detecting a playing speed adjustment instruction of a target video, determining a target playing speed corresponding to the playing speed adjustment instruction;

determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video;

processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, wherein, the target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate; and

adjusting timestamps of video frames contained in the processed target video, based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.



[0007] Optionally, processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, includes:

if the target parameter is smaller than the preset target frame rate, increasing the number of video frames in the target video based on the preset frame number adjustment rule;

if the target parameter is larger than the preset target frame rate, decreasing the number of video frames in the target video based on the preset frame number adjustment rule; and

if the target parameter is equal to the preset target frame rate, retaining the number of video frames in the target video unchanged.



[0008] Optionally, increasing the number of video frames in the target video based on the preset frame number adjustment rule, includes:

calculating the number of added frames per second, wherein, the number of added frames is a difference between the preset target frame rate and the target parameter;

calculating a frame adding processing unit based on the target parameter and the number of added frames;

dividing the target video into at least one video frame group based on the frame adding processing unit;

determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit; and

adding a transition video frame after each determined target video frame, the transition video frame being a video frame generated based on this determined target video frame.



[0009] Optionally, calculating a frame adding processing unit based on the target parameter and the number of added frames, includes:

calculating the greatest common divisor D1 of T1Pm and T1ΔP1, wherein, T1 is the smallest natural number that allows T1Pm and T1ΔP1 to be integers at the same time, Pm is the target parameter, and ΔP1 is the number of the added frames; and

determining T1Pm/D1 as the frame adding processing unit.



[0010] Optionally, determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, includes:
for each of the at least one video frame group, determining target video frames in this video frame group by:

determining whether a first number of frames to be added is smaller than or equal to the frame adding processing unit, the first number of frames to be added being T1Δ P1/D1;

if the first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the first number of video frames from this video frame group as target video frames; and

if the first number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as first target video frames, updating the first number of frames to be added based on a difference between the first number of frames to be added and the frame adding processing unit, and determining whether the updated first number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated first number of video frames from the video frame group as second target video frames, and determining all of the determined first target video frames and the determined second target video frames as target video frames; if the updated first number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as first target video frames.



[0011] Optionally, calculating a frame adding processing unit based on the target parameter and the number of added frames, includes:

calculating the greatest common divisor D2 of Pm and ΔP1, wherein, Pm is the target parameter, and ΔP1 is the number of added frames; and

determining T2Pm/D2 as the frame adding processing unit, wherein, T2 is the smallest natural number that allows T2Pm/D2 and T2ΔP1/D2 to be integers at the same time.



[0012] Optionally, determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, includes:
for each of the at least one video frame group, determining target video frames in this video frame group by:

determining whether a second number of frames to be added is smaller than or equal to the frame adding processing unit, the second number of frames to be added being T2Δ P1/D2;

if the second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the second number of video frames from this video frame group as target video frames; and

if the second number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as third target video frames, updating the second number of frames to be added based on a difference between the second number of frames to be added and the frame adding processing unit, and determining whether the updated second number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated second number of video frames from this video frame group as fourth target video frames, and determining all of the determined third target video frames and the determined fourth target video frames as target video frames; if the updated second number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as third target video frames.



[0013] Optionally, decreasing the number of video frames in the target video based on the preset frame number adjustment rule, includes:

calculating the number of removed frames per second, wherein, the number of removed frames is a difference between the preset target frame rate and the target parameter;

calculating a frame removing processing unit based on the target parameter and the number of removed frames;

dividing the target video into at least one video frame group based on the frame removing processing unit;

determining target video frames from the at least one video frame group, based on the number of removed frames and the frame removing processing unit; and

removing the determined target video frames.



[0014] Optionally, calculating a frame removing processing unit based on the target parameter and the number of removed frames, includes:

calculating the greatest common divisor D3 of T3Pm and T3ΔP2; wherein, T3 is the smallest natural number that allows T3Pm and T3ΔP2 to be integers at the same time, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T3Pm/D3 as the frame removing processing unit.



[0015] Optionally, determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, includes:
for each of the at least one video frame group, determining target video frames in this video frame group by:
determining T3ΔP2/D3 video frames from this video frame group as target video frames.

[0016] Optionally, calculating a frame removing processing unit based on the target parameter and the number of removed frames, includes:

calculating the greatest common divisor D4 of Pm and ΔP2, wherein, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T4Pm/D4 as the frame removing processing unit, wherein, T4 is the smallest natural number that allows T4Pm/D2 and T4ΔP2/D4 to be integers at the same time.



[0017] Optionally, determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, includes:
for each of the at least one video frame group, determining target video frames in this video frame group by:
determining T4ΔP2/D4 video frames from this video frame group as target video frames.

[0018] Optionally, the method further includes:

obtaining a target adjusted video by encoding the target video whose timestamps have been adjusted completely; and

storing and/or outputting the target adjusted video.



[0019] To achieve the above-described objective, in a second aspect, an embodiment of the present application further provides an apparatus for adjusting a playing speed of a video, including:

a first determining module configured for, after a playing speed adjustment instruction of a target video is detected, determining a target playing speed corresponding to the playing speed adjustment instruction;

a second determining module, configured for determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video;

a first processing module, configured for processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, wherein, the target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate;

an adjusting module, configured for adjusting timestamps of video frames contained in the processed target video based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.



[0020] Optionally, the first processing module includes:

a first processing sub-module configured for, if the target parameter is smaller than the preset target frame rate, increasing the number of video frames in the target video based on the preset frame number adjustment rule;

a second processing sub-module configured for, if the target parameter is larger than the preset target frame rate, decreasing the number of video frames in the target video based on the preset frame number adjustment rule;

a third processing sub-module configured for, if the target parameter is equal to the preset target frame rate, retaining the number of video frames in the target video unchanged.



[0021] Optionally, the first processing sub-module includes:

a first calculating unit, configured for calculating the number of added frames per second, wherein, the number of added frames is a difference between the preset target frame rate and the target parameter;

a second calculating unit, configured for calculating a frame adding processing unit based on the target parameter and the number of added frames;

a first dividing unit, configured for dividing the target video into at least one video frame group based on the frame adding processing unit;

a first determining unit, configured for determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit; and

a frame adding unit, configured for adding a transition video frame after each determined target video frame, the transition video frame being a video frame generated based on this determined target video frame.



[0022] Optionally, the second calculating unit is configured for:

calculating the greatest common divisor D1 of T1Pm and T1ΔP1, wherein, T1 is the smallest natural number that allows T1Pm and T1ΔP1 to be integers at the same time, Pm is the target parameter, and ΔP1 is the number of the added frames; and

determining T1Pm/D1 as the frame adding processing unit.



[0023] Optionally, the first determining unit is configured for:
for each of the at least one video frame group, determining target video frames in the video frame group by:

determining whether a first number of frames to be added is smaller than or equal to the frame adding processing unit, the first number of frames to be added being T1Δ P1/D1;

if the first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the first number of video frames from this video frame group as the target video frames; and

if the first number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as first target video frames, updating the first number of frames to be added based on a difference between the first number of frames to be added and the frame adding processing unit, and determining whether the updated first number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated first number of video frames from this video frame group as second target video frames, and determining all of the determined first target video frames and the determined second target video frames as target video frames; if the updated first number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in the video frame group as first target video frames.



[0024] Optionally, the second calculating unit is configured for:

calculating the greatest common divisor D2 of Pm and ΔP1, wherein, Pm is the target parameter, and ΔP1 is the number of added frames; and

determining T2Pm/D2 as the frame adding processing unit, wherein, T2 is the smallest natural number that allows T2Pm/D2 and T2ΔP1/D2 to be integers at the same time.



[0025] Optionally, the first determining unit is configured for:
for each of the at least one video frame group, determining target video frames in the video frame group by:

determining whether a second number of frames to be added is smaller than or equal to the frame adding processing unit, the second number of frames to be added being T2Δ P1/D2;

if the second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the second number of video frames from this video frame group as target video frames; and

if the second number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as third target video frames, updating the second number of frames to be added based on a difference between the second number of frames to be added and the frame adding processing unit, and determining whether the updated second number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated second number of video frames from this video frame group as fourth target video frames, and determining all of the determined third target video frames and the determined fourth target video frames as target video frames; if the updated second number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as third target video frames.



[0026] Optionally, the second processing sub-module includes:

a third calculating unit, configured for calculating the number of removed frames per second, wherein, the number of removed frames is a difference between the preset target frame rate and the target parameter;

a fourth calculating unit, configured for calculating a frame removing processing unit based on the target parameter and the number of removed frames;

a second dividing unit, configured for dividing the target video into at least one video frame group based on the frame removing processing unit;

a second determining unit, configured for determining target video frames from the at least one video frame group, based on the number of removed frames and the frame removing processing unit; and

a frame removing unit, configured for removing the determined target video frames.



[0027] Optionally, the fourth calculating unit is configured for:

calculating the greatest common divisor D3 of T3Pm and T3ΔP2; wherein, T3 is the smallest natural number that allows T3Pm and T3ΔP2 to be integers at the same time, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T3Pm/D3 as the frame removing processing unit.



[0028] Optionally, the second determining unit is configured for:
for each of the at least one video frame group, determining target video frames in the video frame group by:
determining T3ΔP2/D3 video frames from this video frame group as target video frames.

[0029] Optionally, the fourth calculating unit is configured for:

calculating the greatest common divisor D4 of Pm and ΔP2, wherein, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T4Pm/D4 as the frame removing processing unit, wherein, T4 is the smallest natural number that allows T4Pm/D2 and T4ΔP2/D4 to be integers at the same time.



[0030] Optionally, the second determining sub-module is configured for:
for each of the at least one video frame group, determining target video frames in the video frame group by:
determining T4ΔP2/D4 video frames from this video frame group as target video frames.

[0031] Optionally, the apparatus further includes:

an encoding module, configured for obtaining a target adjusted video by encoding the target video whose timestamps have been adjusted completely; and

a second processing module, configured for storing and/or outputting the target adjusted video.



[0032] In a third aspect, an embodiment of the present application provides a storage medium for storing executable codes, wherein the executable codes perform, when executed, the method for adjusting a playing speed of a video according to the first aspect of the present application.

[0033] In a fourth aspect, an embodiment of the present application provides an application program for performing, when executed, the method for adjusting a playing speed of a video according to the first aspect of the present application.

[0034] In a fifth aspect, an embodiment of the present application provides a video playing device, including: a processor and a memory, wherein
the memory stores executable program codes;
the processor, by reading the executable program codes stored in the memory, executes a program corresponding to the executable program codes, so as to perform the method for adjusting a playing speed of a video according to the first aspect of the present application.

[0035] In summary, in the solution according to the embodiment of the present application, after a playing speed adjustment instruction of a target video is detected, a target playing speed corresponding to the playing speed adjustment instruction is determined; an initial frame rate of the target video is further determined, and the product of the initial frame rate and the target playing speed is taken as a target parameter of the target video; the target video is processed based on a preset frame number adjustment rule corresponding to a target comparison relationship; timestamps of video frames contained in the processed target video are adjusted based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate. After the playing speed of the target video is adjusted by the solution of the embodiment of the present application, the adjusted target video can be played in the preset target frame rate, which can avoid that the number of video frames displayed in equal time periods is different, improve the display quality of a video whose playing speed has been adjusted, and improve the user experience.

BRIEF DESCRIPTION OF THE DRAWINGS



[0036] In order to more clearly describe the technical solutions of the embodiments of the present application or of the prior art, drawings that need to be used in embodiments and the prior art will be briefly described below. Obviously, the drawings provided below are for only some embodiments of the present application; those skilled in the art can also obtain other drawings based on these drawings without any creative efforts.

Fig. 1 is a schematic flowchart of a method for adjusting a playing speed of a video according to an embodiment of the present application;

Fig. 2 is a schematic flowchart of a method for adjusting a playing speed of a video according to another embodiment of the present application;

Fig. 3 is a schematic structural diagram of an apparatus for adjusting a playing speed of a video according to an embodiment of the present application;

Fig. 4 is a schematic structural diagram of an apparatus for adjusting a playing speed of a video according to another embodiment of the present application.


DETAILED DESCRIPTION OF THE INVENTION



[0037] In order to make the objectives, technical solutions, and advantages of the present application clearer and more understandable, the present application will be described in more detail below with reference to the appended drawings and embodiments. Obviously, the described embodiments are only some, and not all, of the embodiments of the present application. All other embodiments obtained based on the embodiments of the present application by those skilled in the art without any creative efforts fall into the scope of protection defined by the present application.

[0038] The present application will be described in detail below through specific embodiments.

[0039] In order to solve the above technical problem, embodiments of the present application provide a method and apparatus for adjusting a playing speed of a video.

[0040] A method for adjusting a playing speed of a video according to an embodiment of the present application is first introduced.

[0041] The method for adjusting a playing speed of a video according to the embodiment of the present application is applied to an electronic device. The electronic device can be a device capable of playing video, such as a smart phone, a tablet, a desktop terminal or the like. Moreover, a software for implementing the functions of the method for adjusting a playing speed of a video according to the embodiment of the present application can be a dedicated video play client, a plug-in in an existing video play client or the like, which are reasonable.

[0042] Fig. 1 is a schematic flowchart of a method for adjusting a playing speed of a video according to an embodiment of the present application. The method includes S101-S104.

[0043] S101, after detecting a playing speed adjustment instruction of a target video, determining a target playing speed corresponding to the playing speed adjustment instruction.

[0044] Those skilled in the art can understand that one video is generally played at a certain playing speed, and the video is played at a normal playing speed by default. The default playing speed is considered to be 1. However, during or before video playing, a user can set the playing speed of the video, that is, adjust the playing speed of the video to a speed other than the default playing speed. In this way, the effect of fast playing or slow playing of the video can be achieved by adjusting the playing speed. For example, a video is played fast by adjusting the playing speed to 2.0, and a video is played slowly by adjusting the playing speed to 0.8. In the solution according to the embodiment of the present application, a video whose playing speed is adjusted is referred to as a target video. The user may set a playing speed for the target video. In the embodiment of the present application, an action that the user sets the playing speed is considered as a playing speed adjustment instruction of adjusting the playing speed of the target video, and the playing speed set by the user is referred to as a target playing speed, which can be represented by V. In the solution according to the embodiment of the present application, if the target video is opened and played according to the default playing speed, the playing speed set by the user is 1, that is, V=1.

[0045] For example, the target video is a video A. When a highlight segment of the target video is played, the user wants this highlight segment to be slowly played so that he/she can view this segment more carefully. Optionally, in order to prevent the playing speed from being adjusted too much, a range of playing speed may be set and the playing speed may be adjusted in a step size. For example, the range of the playing speed may be (0, 2.0], the default playing speed is 1, the step size of adjusting the playing speed may be set to 0.1, and the playing speed set by the user, i.e., the target speed is 0.9, i.e., V=0.9. Through the above process, it can be determined that the target playing speed V corresponding to the target video at this time is equal to 0.9, that is, the playing speed of slow playing is 0.9 times the default playing speed.

[0046] S102, determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video.

[0047] In order to explain the embodiment of the present application more clearly, the frame rate is first introduced. The frame rate is used to indicate the number of video frames displayed per unit time, generally in seconds, that is, the number of video frames displayed per second (Frames Per Second, FPS for short). A video has been provided with a frame rate upon encoding. In the embodiment of the present application, this frame rate is referred to as an initial frame rate, which can be represented by Pi. For example, the frame rate corresponding to the video A is 15, that is, the initial frame rate Pi=15.

[0048] If the above playing speed set by the user, i.e., the target speed is 0.9, i.e., V=0.9, the product of the initial frame rate Pi and the target playing speed V is 150.9=13.5. The product of the initial frame rate and the target playing speed is referred to as the target parameter, which can be represented by Pm. In other words, the target parameter is Pm=PiV.

[0049] S103, processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship.

[0050] The target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate. In general, a higher frame rate results in a smoother, more realistic play effect. However, the higher the frame rate, the higher the processing capacity requirements for the graphics processor. Furthermore, a higher frame rate may not result in the significant improved smoothness of the video playing. The two factors of the play effect and the processing capacity requirements for the graphics processor are taken into account. Generally, there is a preferable frame rate which can result in a relatively ideal play effect of the target video frame, for example, 30 frames/second. Therefore, in order to enable the frame rate of the target video whose playing speed is adjusted to reach a preferable frame rate, the preferable frame rate may be set in advance. In the embodiment of the present application, the preset preferable frame rate is a preset target frame rate, which is represented by Pd. The Pd may be set as Pd=30, and the present application is not limited thereto.

[0051] Based on the preset target frame rate Pd, the product of the initial frame rate Pi and the target playing speed V for the video A, i.e. the target parameter Pm, may be compared with the preset target frame rate Pd, to obtain a comparison relationship between Pm and Pd. The comparison relationship may be referred to as a target comparison relationship. The target video is processed according to a preset frame number adjustment rule corresponding to the target comparison relationship. The preset frame number adjustment rule described above is a rule set based on the target parameter and the preset target frame rate Pd.

[0052] For example, the step of processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship may include:

if the target parameter is smaller than the preset target frame rate, increasing the number of video frames in the target video based on the preset frame number adjustment rule;

if the target parameter is larger than the preset target frame rate, decreasing the number of video frames in the target video based on the preset frame number adjustment rule; and

if the target parameter is equal to the preset target frame rate, retaining the number of video frames in the target video unchanged.



[0053] It can be understood that if the product of the initial frame rate Pi and the target playing speed V for the video A, i.e. the target parameter Pm, is smaller than the preset target frame rate Pd, it indicates that the number of video frames played per second is smaller than the number of video frames corresponding to the target frame rate. Therefore, in order to avoid the problem that the numbers of video frames displayed in equal time periods are different, it is necessary to increase the number of video frames played per second. In other words, the number of video frames in the video A may be increased according to the preset frame number adjustment rule.

[0054] If the target parameter Pm is larger than the preset target frame rate Pd, it indicates that the number of video frames played per second is larger than the number of video frames corresponding to the target frame rate. Therefore, in order to avoid the problem that the numbers of video frames displayed in equal time periods are different, it is necessary to decrease the number of video frames played per second. In other words, the number of video frames in the video A may be decreased according to the preset frame number adjustment rule.

[0055] If the target parameter Pm is equal to the preset target frame rate Pd, it indicates that the number of video frames played per second at this time is equal to the number of video frames corresponding to the target frame rate. Therefore, it is not necessary to increase or decrease the number of video frames in the video A, and it is only necessary to retain the number of video frames in the video A unchanged.

[0056] It can be seen that when the target parameter Pm is equal to the preset target frame rate Pd, it is only necessary to retain the number of video frames in the video A unchanged. This case is relatively simple. For simplicity of the description, only a first case in which the target parameter Pm is smaller than the preset target frame rate Pd and a second case in which the target frame rate Pm is larger than the preset target frame rate Pd are described in detail below.

[0057] In the first case, if the target parameter is smaller than the preset target frame rate, the step of increasing the number of video frames in the target video based on the preset frame number adjustment rule may include steps A1-A5 (not shown in the figures).

[0058] A1: calculating the number of added frames per second, wherein, the number of added frames is the difference between the preset target frame rate and the target parameter.

[0059] A2: calculating a frame adding processing unit based on the target parameter and the number of added frames.

[0060] In the solution according to the embodiment of the present application, the frame adding processing unit may be calculated based on the target parameter and the number of added frames by the following two methods. The present application is not limited to the two methods.

[0061] Method 1: the step of calculating a frame adding processing unit based on the target parameter and the number of added frames may include:

calculating the greatest common divisor D1 of T1Pm and T1ΔP1; wherein, T1 is the smallest natural number that allows T1Pm and T1ΔP1 to be integers at the same time, Pm is the target parameter, and ΔP1 is the number of added frames; and

determining T1Pm/D1 as the frame adding processing unit.



[0062] For example, if the target frame rate Pd is equal to 30, the initial frame rate Pi corresponding to the video A is equal to 15, and the target playing speed V is equal to 0.9, the target parameter Pm corresponding to the video A is equal to 13.5, i.e., Pm=150.9=13.5. Apparently, 13.5 is smaller than 30, that is, the target parameter Pm is smaller than the target frame rate Pd. Then the number of added frames per second can be calculated, that is, ΔP1=Pd-Pm=30-13.5=16.5. The process of calculating a frame adding processing unit according to the method 1 is described specifically below. The greatest common divisor D1 of T1Pm and T1ΔP1 is calculated, wherein, T1 is the smallest natural number that allows T1Pm and T1ΔP1 to be integers at the same time. As stated above, Pm is equal to 13.5 and ΔP1 is equal to 16.5, thus T1 which allows T1Pm and T1ΔP1 to be integers at the same time is 2, i.e. T1=2. At this time, T1Pm is 27, i.e., T1Pm=213.5=27, and T1 ΔP1 is 33, i.e., T1ΔP1=216.5=33. The greatest common divisor D1 of 27 and 33 is 3, i.e., D1=3. Finally, T1Pm/D1 is determined as the frame adding processing unit, that is, the obtained frame adding processing unit is 213.5/3=9.

[0063] Method 2: the step of calculating a frame adding processing unit based on the target parameter and the number of added frames may include:

calculating the greatest common divisor D2 of Pm and ΔP1, wherein, Pm is the target parameter, and ΔP1 is the number of added frames; and

determining T2Pm/D2 as the frame adding processing unit, wherein, T2 is the smallest natural number that allows T2Pm/D2 and T2ΔP1/D2 to be integers at the same time.



[0064] In the solution according to the embodiment of the present application, the greatest common divisor D2 of Pm and ΔP1 may include the following two cases. In the first case, Pm and ΔP1 are integers, and at this time, the greatest common divisor D2 of Pm and ΔP1 is determined in the existing concept of the maximum common divisor. In the second case, at least one of Pm and ΔP1 is not an integer, that is, at least one of Pm and ΔP1 is a decimal, and at this time, the greatest common divisor D2 of Pm and ΔP1 may be a decimal. For example, if Pm is equal to 0.9 and ΔP1 is equal to 1.2, then the greatest common divisor of 0.9 and 1.2 is 0.3. For example, if Pm is equal to 1.5 and ΔP1 is equal to 2, then the greatest common divisor of 1.5 and 2 is 0.5.

[0065] For example, if the target frame rate Pd is equal to 30, the product of the initial frame rate Pi and the target playing speed V is Pm=13.5, then Pm is smaller than Pd, that is, Pm<Pd. At this time, the calculated number of added frames per second is ΔP1=Pd-Pm=30-13.5=16.5. The process of calculating the frame adding processing unit according to the method 2 is described specifically below. The greatest common divisor D2 of Pm and ΔP1 is calculated. As stated above, Pm is equal to 13.5 and ΔP1 is equal to 16.5, thus the greatest common divisor of 13.5 and 16.5 is D2=1.5, Pm/D2 is equal to 9, and ΔP1/D2 is equal to 11. Since Pm/D2 and ΔP1/D2 are both integers, T2 is equal to 1. Finally, T2Pm/D2 is determined as a frame adding processing unit, that is, the obtained frame adding processing unit is 113.5/1.5=9.

[0066] A3: dividing the target video into at least one video frame group based on the frame adding processing unit.

[0067] The video frames contained in the video A may be divided according to the obtained frame adding processing unit. Taking the frame adding processing unit which is equal to 9 as an example. Specifically, the video A is divided from the 1st frame in the video A, and 9 video frames constitute one video frame group, for example, video frame group 1 includes video frames 1-9, video frame group 2 includes video frames 10-18, and so on. If the number of the last remaining video frames is smaller than 9, then all the remaining video frames are divided into one video frame group. If the video A contains 60,000 video frames, then the number of the last remaining video frames is 4, which is smaller than 9, and thus the last four video frames are divided into one video frame group. Alternatively, the last remaining four video frames may be discarded, which is also reasonable. Therefore, after the video frames in the target video is divided, at least one video frame group can be obtained.

[0068] The above-mentioned target video, the number of video frames contained in the target video, the size of the frame adding processing unit, and the size of the target frame rate Pd are only a specific example of the embodiment of the present application. The embodiment of the present application does not specifically limit the target video, the number of video frames contained in the target video, the size of the frame adding processing unit, and the size of the target frame rate Pd.

[0069] A4: determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit.

[0070] For the above two different methods, there are two specific implementations of determining target video frames from the at least one video frame group based on the number of added frames and the frame adding processing unit.

[0071] For the method one in the foregoing step A2, the step of determining target video frames from the at least one video frame group based on the number of added frames and the frame adding processing unit may include:
for each of the at least one video frame group, determining target video frames in this video frame group by:

determining whether the first number of frames to be added is smaller than or equal to the frame adding processing unit, the first number of frames to be added being T1Δ P1/D1;

if the first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the first number of video frames from this video frame group as target video frames; and

if the first number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all video frames contained in this video frame group as first target video frames, and updating the first number of frames to be added based on the difference between the first number of frames to be added and the frame adding processing unit, and determining whether the updated first number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated first number of video frames from this video frame group as second target video frames, and determining all of the determined first target video frames and the determined second target video frames as target video frames; if the updated first number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as first target video frames.



[0072] Since the video frame groups are identical in form, the process of determining the target video frames from each of the video frame groups is the same. Therefore, one video frame group of multiple video frame groups is taken as an example for description hereafter.

[0073] Example 1: as stated above, the frame adding processing unit is equal to 9, T1ΔP1 is equal to 33, the greatest common divisor D1 of T1Pm and T1ΔP1 is 3. At this time, T1ΔP1/D1 is taken as the first number of frames to be added (represented by H), that is, H=33/3=11. In other words, 11 video frames are to be determined from the video frame group 200 as the target video frames. In the following embodiments, the frame adding processing unit may be represented by G.

[0074] It can be seen that if H is larger than G, i.e., H>G, all the nine video frames contained in the video frame group 200 are determined as the first target video frames. At this time, nine first target video frames have been determined as nine target video frames. In other words, it is still necessary to determine H-G=11-9=2 target video frames, and H-G is taken as the new first number of frames to be added (represented by H1), that is, H1=2. At this time, if H1 is larger than G, i.e., H1<G, it is necessary to determine H1 video frames from the video frame group 200 as second target video frames, that is, determine 2 video frames from the 9 video frames as the second target video frames. There are various ways of determining 2 video frames from the 9 video frames as the second target video frames. For example, 2 video frames may be selected randomly from 9 video frames. Alternatively, video frames which are located in two preset locations in the video frame group may be selected. For example, the preset locations are the first and last locations in the video frame group, or the first and the fifth locations in the video frame group, or the fifth and the last locations in the video frame group, which are all reasonable.

[0075] However, in order to ensure that the target video frames determined from the video frame group are evenly distributed and thus ensure the accuracy of adjusting the playing speed of the target video, the embodiment of the present application provides a specific implementation, that is, determining a second target video frame(s) from the video frame group according to a certain step size. In this embodiment, since two video frames are to be determined from the video frame group 200 as the second target video frames, the step size may be set as G/H1. Since the step size is generally an integer, G/H1 can be rounded. To ensure that a sufficient number of target video frames can be obtained, G/H1 may be rounded down, e.g., └G/H1┘. Therefore, the step size may be set as └9/2┘=4. If the 1st video frame in the two video frames is the 1st video frame in the video frame group 200, the 5th video frame, i.e., the (1+4)th video frame in the video frame group 200 may be determined as the 2nd video frame in the two video frames. In this way, the 1st and 5th video frames in the video frame group 200 are then determined as the second target video frames. Therefore, 9 first target video frames and 2 second target video frames are obtained, that is, each of the first and fifth video frames in the video frame group 200 is selected as two target video frames, and each of the other video frames in the video frame group 200 is selected once as one target video frame. Thus, a total of 11 target video frames are obtained.

[0076] In the embodiment of the present application, the "first" and "second" in the first target video frame and the second target video frame are used to indicate target video frames in different processes, and do not distinguish the form of the target video frames. All the target video frames are identical in form.

[0077] Example 2: the frame adding processing unit G is 9, T1ΔP1 is 12, the greatest common divisor D1 of T1Pm and T1ΔP1 is 3. At this time, T1ΔP1/D1 is taken as the first number of frames to be added (represented by H), that is, H=12/3=4. In other words, 4 video frames are to be determined from the 9 video frames in the video frame group 200 as the target video frames.

[0078] It can be seen that H is smaller than G, i.e., H<G, thus it is necessary to determine 4 video frames from the 9 video frames of the video frame group 200 as the target video frames, and they also may be selected according to a certain step size. The step size may be determined by rounding down G/H1, i.e. └G/H1┘. Therefore, the step size can be set to └9/4┘=2. If the first video frame in the video frame group 200 is determined as the first target video frame, the 3rd, i.e., (1+2)rd, the 5th, i.e., (3+2)th, and the 7th , i.e., (5+2)th video frames in the video frame group 200 may be determined as the remaining second to fourth target video frames, respectively. In this way, 4 target video frames can be determined. Of course, if the 1st target video frame is the 2nd video frame in the video frame group, the remaining second-fourth target video frames are the 4th, i.e., (2+2)th, the 6th, i.e., (4+2)th, and the 8th, i.e., (6+2)th video frames in the video frame group 200, respectively.

[0079] Example 3: the frame adding processing unit G is 9, T1ΔP1 is 60, and the greatest common divisor D1 of T1Pm and T1ΔP1 is 3. At this time, T1ΔP1/D1 is taken as the first number of frames to be added (represented by H), that is, H=60/3=20. In other words, 20 video frames are to be determined from the 9 video frames in the video frame group 200 as the target video frames.

[0080] It can be seen that H is larger than G, i.e., H>G, thus all the 9 video frames contained in the video frame group 200 need to be determined as the first target video frame. At this time, 9 first target video frames have been determined, and it is necessary to further determine H-G=20-9=11 target video frames. H-G is taken as the new first number of frames to be added (represented by H1), that is, H1=11. At this time, it is determined whether the current number of frames to be added is smaller than or equal to the frame adding processing unit. In other words, it is determined whether the new first number of frames to be added H1 is smaller than or equal to the frame adding processing unit G. Since H1 is larger than G, i.e., H1>G, the step of determining all the video frames contained in the video frame group as the first target video frames is performed, that is, all of the 9 video frames contained in the video frame group 200 are determined as the first target video frames again. Thus, 9 further first target video frames can be determined. At this time, a total of 9+9=18 first target video frames are determined. The difference between the current first number of frames to be added H1 and the frame adding processing unit G is H1-G=11-9=2, and H1-G is taken as the new first number of frames to be added (represented by H2 at this time), i.e., H2=H1-G=11-9=2. In other words, it is necessary to determine 2 further video frames from the 9 video frames contained in the video frame group 200 as second target video frames. Finally, 18 first target video frames and 2 second target video frames are determined. The first target video frames and the second target video frames are target video frames, thus a total of 20 target video frames are determined.

[0081] For the method 2 in the above-described step A2, the step of determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, may include:
for each of the at least one video frame group, determining target video frames in this video frame group by:

determining whether the second number of frames to be added is smaller than or equal to the frame adding processing unit, the second number of frames to be added being T2Δ P1/D2;

if the second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the second number of video frames from this video frame group as the target video frames; and

if the second number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as third target video frames, and updating the second number of frames to be added based on the difference between the second number of frames to be added and the frame adding processing unit; and determining whether the updated second number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated second number of video frames from this video frame group as fourth target video frames, and determining all of the determined third target video frames and the determined fourth target video frames as target video frames; if the updated second number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as third target video frames.



[0082] Because this process is similar to the method 1 in the above-described step A2, with the difference in the representation of the number of frames to be added, those contents will be no longer repeated in the embodiment of the present application, and the related contents can refer to the above-described corresponding description.

[0083] In addition to the above two methods, determining target video frames from at least one video frame group based on the number of added frames and the frame adding processing unit may include: determining randomly video frames from each of the at least one video frame group, wherein the number of these video frames is equal to the number of added frames. For example, if the frame adding processing unit is 6 and the number of added frames is 3, 3 video frames can be randomly selected from a video frame group including 6 video frames as target video frames.

[0084] Those skilled in the art can understand, a video has key frames during encoding and decoding. The key frames can be encoded and decoded without referencing other video frames and have relatively much content information. Therefore, when the frame adding processing unit is far larger than the number of added frame, video frames may be selected from multiple key frames of a video frame group as target video frames, wherein the number of these video frames is equal to the number of added frames.

[0085] Of course, the above examples are merely some examples of various methods of determining target video frames according to embodiments of the present application. In the embodiments of the present application, the specific method of determining target video frames is not further limited.

[0086] A5: adding a transition video frame after each determined target video frame, the transition video frame being a video frame generated based on this determined target video frame.

[0087] After a target video frame is determined, a corresponding transition video frame can be generated based on the determined target video frame. Specifically, the transition video frame is obtained by directly copying the target video frame. Alternatively, on the basis of the target video frame, a new video frame is obtained by combining the target video frame with a next video frame of the target video frame by averaging and weighting their pixel values, as the transition video frame. Embodiments of the present application do not limit, in any way, the process of generating a transition video frame based on a target video frame.

[0088] After a transition video frame is generated, the generated transition video frame is added to the target video frame, so as to complete the adjustment to the number of video frames in the target video.

[0089] Case 2: the step of, if the target parameter is larger than the preset target frame rate, decreasing the number of video frames in the target video based on the preset frame number adjustment rule, may include steps B1-B5 (not shown in the drawings).

[0090] B1: calculating the number of removed frames per second, wherein, the number of removed frames is equal to the difference between the target parameter and the preset target frame rate.

[0091] B2: calculating a frame removing processing unit based on the target parameter and the number of removed frames.

[0092] In the solution according to an embodiment of the present application, a frame removing processing unit may be calculated by the following two methods based on the target parameter and the number of removed frames.

[0093] Method 1: the step of calculating a frame removing processing unit based on the target parameter and the number of removed frames may include:

calculating the greatest common divisor D3 of T3Pm and T3ΔP2; wherein, T3 is the smallest natural number that allows T3Pm and T3ΔP2 to be integers at the same time, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T3Pm/D3 as the frame removing processing unit.



[0094] This process is the same as the process of determining the frame adding processing unit in the method one in step A2 of the above-described case 1. For example, if the target frame rate Pd is 30, the initial frame rate Pi corresponding to the video A is 25, and the target playing speed V is 1.9, the target parameter Pm corresponding to the video A is 47.5, i.e., Pm=251.9=47.5. Apparently, 47.5 is larger than 30, that is, 47.5>30. Thus, the number of removed frames per second can be calculated, i.e., Δ P2=Pm-Pd=47.5-30=17.5. Specifically, the process of calculating a frame removing processing unit according to the method 1 is as follows. The greatest common divisor D3 of T3Pm and T3ΔP2 is calculated, wherein, T3 is the smallest natural number that allows Pm and ΔP2 to be integers at the same time. As stated above, Pm is 47.5 and ΔP2 is 17.5, thus the smallest natural number T3 that allows Pm and ΔP1 to be integers at the same time is 2, i.e., T3=2. Accordingly, T3Pm is 95, i.e., T3Pm=247.5=95, and T3ΔP2 is 35, i.e., T3Δ P2=217.5=35, and thus the greatest common divisor D3 of 95 and 35 is 5, i.e., D3=5. Finally, T3Pm/D3 is determined as the frame removing processing unit, that is, the obtained frame removing processing unit is 247.5/5=19.

[0095] Method 2: the step of calculating a frame decreasing processing unit based on the target parameter and the number of removed frames may include:

calculating the greatest common divisor D4 of Pm and ΔP2, wherein, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T4Pm/D4 as the frame removing processing unit, wherein, T4 is the smallest natural number that allows T4Pm/D2 and T4ΔP2/D4 to be integers at the same time.



[0096] In the solution according to the embodiment of the present application, the calculating of the greatest common divisor D4 of Pm and ΔP2 may include the following two cases. In one case, both Pm and ΔP2 are integers. In this case, the greatest common divisor D4 of Pm and ΔP2 is determined in the existing concept of greatest common divisor. In the other case, at least one of Pm and ΔP2 is not an integer, i.e., at least one of Pm and ΔP2 is a decimal. In this case, the greatest common divisor of Pm and ΔP2 may be a decimal. For example, if Pm is 0.9 and ΔP2 is 1.2, the greatest common divisor of 0.9 and 1.2 is 0.3. For another example, if Pm is 7.5 and ΔP2 is 5, the greatest common divisor of 7.5 and 5 is 2.5.

[0097] For example, if the target frame rate Pd is 30, and the product Pm of the initial frame rate Pi and the target playing speed V is 47.5, then Pm is larger than Pd, i.e., Pm>Pd. Therefore, the number of removed frames per second is calculated, i.e., Δ P2= Pm-Pd=47.5-30=17.5. Specifically, the process of calculating a frame removing processing unit according to the method 2 is as follows. The greatest common divisor D4 of Pm and Δ P2 is calculated. As stated above, Pm is 47.5 and ΔP2 is 17.5, thus the greatest common divisor of 47.5 and 17.5 is 2.5. Accordingly, Pm/D4 is 19 and ΔP2/D4 is 7. Since both Pm/D4 and ΔP2/D4 are integers, T4 is 1. Finally, T4Pm/D4 is determined as the frame removing processing unit. In other words, the obtained frame removing processing unit is 147.5/2.5=19.

[0098] B3: dividing the target video into at least one video frame group based on the frame removing processing unit.

[0099] As stated above, the frame removing processing unit is determined as 19. The 60000 video frames contained in the video A may be divided into video frame groups, and each of the video frame groups includes 19 video frames. This process is completely similar to the dividing process of video frame groups in A3 in the above-described case 1, which will not be described here.

[0100] B4: determining target video frames from the at least one video frame group, based on the number of removed frames and the frame removing processing unit.

[0101] For the above-described two different methods, the determining of target video frames from the at least one video frame group based on the number of removed frames and the frame removing processing unit may be implemented by the following two ways.

[0102] For the method 1 in the above-described step B2, the step of determining target videos frames from the at least one video frame group based on the number of removed frames and the frame removing processing unit, may include:
for each of the at least one video frame group, determining target video frames in this video frame group by:
determining T3ΔP2/D3 video frames from the video frame group as target video frames.

[0103] Because video frame groups are identical in form, the process of determining the target video frames in each of the video frame groups is the same. Therefore, any one video frame group of multiple video frame groups is taken as an example for description hereafter.

[0104] Example 4: the frame removing processing unit is equal to 19, T3ΔP2 is equal to 35, and the greatest common divisor D3 of T3Pm and T3ΔP2 is equal to 5. At this time, T3 ΔP2/D3 is taken as the first number of frames to be removed (which may be denoted by K), that is, K=35/5=7. In other words, it is necessary to determine 7 video frames from 19 video frames in the video frame group 200 as target video frames. In the following embodiment, the frame removing processing unit may be denoted by F.

[0105] There are various ways of determining 7 video frames from a video frame group containing 19 video frames. To determine the target video frames, which are distributed evenly as much as possible, from the video frame group, the target video frames may be determined from the video frame group in a certain step size. In the embodiment, since 7 video frames are to be determined from the video frame group 200 as target video frames, a step size may be set as F/K. As the step size is generally an integer, F/K can be rounded. In order to ensure that the sufficient number of target video frames is obtained, F/K may be rounded down, for example, └F/K┘. Therefore, the step size may be set as └19/7=2. If the first video frame in the video frame group 200 is determined as the first target video frame, the 3rd i.e., (1+2)rd, the 5th i.e., (3+2)th, the 7th i.e., (5+2)th, the 9th i.e., (7+2)th, the 11th i.e., (9+2)th, and the 13th i.e., (11+2)th video frames in the video frame group 200 may be determined as the second to seventh target video frames, respectively. Therefore, the first, third, fifth, seventh, ninth, eleventh and thirteenth video frames in the video frame group 200 may be determined as target video frames.

[0106] For the method 2 in the above-described B2, the step of determining target video frames from the at least one video frame group, based on the number of removed frames and the frame removing processing unit, may include:
for each of the at least one video frame group, determining target video frames in this video frame group in the following way:
determining T4ΔP2/D4 video frames from this video frame group as target video frames.

[0107] As this process is similar to the corresponding step of the method 1 in the above-described step B2, with the only difference in the representation of the number of frames to be removed. Therefore, those contents are not repeated in the embodiment of the present application.

[0108] B5: removing the determined target video frames.

[0109] After the target video frames are determined in the above-described step B4, the determined target video frames are removed, so as to complete the adjustment of the number of video frames in the target video.

[0110] It should be noted that, for the above-described step B4, in addition to the two ways of determining target video frames for the method 1 and method 2, the step of determining target video frames from the at least one video frame group, based on a second preset determining rule, may include:
For each of at least one video frame group, determining F-T3ΔP2/D3 or F-T4Δ P2/D4 video frames from this video frame group as target video frames.

[0111] Based on this process, after the target video frames are determined, the determined target video frames constitute a new video frame group. In other words, the new video frame group includes F-T3ΔP2/D3 or F-T4ΔP2/D4 video frames, the number of which is the same as the number of video frames in a video frame group formed by the remaining video frames of a video frame group including F video frames after removing T4ΔP2/D4 video frames from this video frame group including F video frames. Therefore, the step B5 of deleting the determined target video frames is no longer needed.

[0112] Example 5: the frame removing processing unit is equal to 19, T3Δ P2 is 35, and the greatest common divisor D3 of T3Pm and T3Δ P2 is 5. At this time, it is necessary to determine F-T3ΔP2/D3=19-7=12 video frames from 19 video frames in the video frame group 200 as the target video frames. There are various ways of determining 12 video frames from the 19 video frames, which is similar to the above process and is not described in detail herein. Generally, in order to obtain target video frames distributed more evenly, the target video frames may be determined from a video frame group in a certain step size. In the embodiment, since the 12 video frames are to be determined from the 19 video frames of the video frame group 200, the step size may be set to 19/12. Since the step size is generally an integer, the 19/12 is rounded. Here, the 19/12 may be rounded up, that is, ┌19/12┐=2. The 1st, 3rd, 5th, 7th, 9th, 11th, 13th, 15th, 17th, 19th video frames in the 19 video frames in the video frame group 200 are taken as the target video frames, that is, a total of 10 target video frames is obtained. Since it is necessary to determine 12 video frames as the target video frames, it is also necessary to determine 2 video frames from the remaining video frames in the video frame group 200. At this time, there are 9 remaining video frames in the video frame group 200. These 9 video frames are considered as a remaining video frame group 200', and the 9 video frames in the remaining video frame group 200' are the 2nd, 4th, 6th, 8th, 10th, 12th, 14th, 16th, and 18th video frames in the video frame group 200, respectively. In other words, it is necessary to determine the 2 video frames from the 9 video frames contained in the remaining video frame group 200' as the target video frames. Similarly, the 2 video frames may be determined from the 9 video frames in a certain step size, and 9/2 may be rounded up, that is, ┌9/2┐=5. At this time, the 1st video frame and the 6th i.e., (1+5)th video frames may be determined from the remaining video frame group 200' as the target video frames, or the 2nd video frame and the 7th i.e., (2+5)th video frames are determined as the target video frames, or the like. Assuming the 1st and 6th video frames are determined from the remaining video frame group 200' as the target video frames, that is, the 2nd and 12th video frames in the video frame group 200 are taken as the target video frames. At this time, a total of 12, i.e., (10+2) target video frames are obtained. The 12 target video frames are the 1st, 2nd, 3rd, 5th, 7th, 9th, 11th, 12th, 13th, 15th, 17th, 19th video frames in the video frame group 200, respectively.

[0113] After the 12 target video frames is determined, the 12 target video frames reconstitute a new video frame group. In the above manner, all the video frame groups including 19 video frames can be adjusted to new video frame groups that include 12 video frames, which can be considered as removing 7 video frames from each video frame group. All new video frame groups will form a new video, that is, the target video in which the number of video frames has been adjusted.

[0114] S104, adjusting timestamps of video frames contained in the processed target video, based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.

[0115] It is should be understand that after the above-mentioned adjustment of the number of video frames of the target video, the number of video frames contained in the target video may change. Take the decreasing of the number of video frames as an example. Assuming that the video A contains 60,000 video frames, an initial frame rate corresponding to the Video A is Pi=25, and the target playing speed V=1.9. Based on the frame removing processing unit being 19, the 60,000 video frames are divided into 3157 video frame groups. At this time, 17 remaining video frames, which are not grouped, exists in the 60,000 video frames. The 17 remaining video frames are discarded. Through the above calculation process, each of the 3157 video frame groups can be adjusted to a new video frame group containing 12 video frames. Thus, the adjusted target video contains 315712=37884 video frames. Before the target video is adjusted, the initial frame rate of the target video is Pi=25. Thus, in order to play the adjusted video A at a fixed frame rate (target frame rate Pd=30), it is necessary to adjust the timestamps of the 37884 video frames.

[0116] When the degrees of change in a video playing speed of a certain video at different times are different, the result is obtained with the method according to the embodiment of the present application: the number of video frames displayed in the equal time period will be the same, so as to improve display quality.

[0117] In summary, in the solution according to the embodiment of the present application, after detecting a playing speed adjustment instruction of a target video, a target playing speed corresponding to the playing speed adjustment instruction is determined; an initial frame rate of the target video is further determined, and the product of the initial frame rate and the target playing speed is taken as a target parameter of the target video; the target video is processed based on a preset frame number adjustment rule corresponding to a target comparison relationship; timestamps of video frames contained in the processed target video are adjusted based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate. After the playing speed of the target video is adjusted by the solution of the embodiment of the present application, the adjusted target video can be played in the preset target frame rate, which can avoid that the number of video frames displayed in equal time periods is different, improve the display quality of a video after its playing speed is adjusted, and improve the user experience.

[0118] Fig. 2 is a schematic flowchart of a method for adjusting a playing speed of a video according to another embodiment of the present application. The method further includes steps S105-S106, in addition to steps S101-104 in the embodiment of Fig. 1.

[0119] S105: encoding the target video whose timestamps has been adjusted completely, to obtain a target adjusted video.

[0120] Since the adjustment of the number of video frames of the target video is based on the target playing speed, the adjusted target video is played in the target playing speed. If the target video is directly closed, when a user opens the target video next time, the target video will be played in a playing speed that has not been adjusted. If the user wants to play the target video in the previous target playing speed, the user needs to input the target playing speed again and the target video needs to be re-adjusted. In this way, the speed of opening the target video is slow and the user has to wait for a long time.

[0121] In view of the above problem, in an optional solution according to the embodiment of the present application, the target video whose timestamps have been adjusted can be encoded to obtain a target adjusted video. The encoding here refers to video encoding. The so-called video encoding refers to compressing and encapsulating video frames through a specific compression technique to obtain a target adjusted video. When the video encoding is performed, information on the currently set video playing speed V may be written into the target adjusted video, so as to inform the user of the current video playing speed V when the target adjusted video is played again. For example, the target video whose timestamps have been adjusted completely may be encoded by an encoding standard including, but not limited to, H.264 or HEVC (High Efficiency Video Coding).

[0122] S106, storing and/or outputting the target adjusted video.

[0123] In order to facilitate the sharing and management of resources, the target adjusted video obtained above may be stored locally, or directly output to other video players or video playing devices, or stored locally and then output to other video players or video playing devices.

[0124] In summary, by applying the embodiment provided in Fig. 2, the target video whose timestamps have been adjusted completely can be re-encoded for further storage and output. In this way, when the user opens the target adjusted video next time, the last adjusted effect can be directly obtained without adjusting the target video, which is very convenient for the user, and thus improve the user experience.

[0125] Corresponding to the above method embodiment, an embodiment of the present application further provides an apparatus for adjusting a playing speed of a video.

[0126] Fig. 3 is a schematic structural diagram of an apparatus for adjusting a playing speed of a video according to an embodiment of the present application. The apparatus includes a first determining module 201, a second determining module 202, a first processing module 203 and an adjusting module 204.

[0127] The first determining module 201 is configured for, after a playing speed adjustment instruction of a target video is detected, determining a target playing speed corresponding to the playing speed adjustment instruction.

[0128] The second determining module 202 is configured for determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video.

[0129] The first processing module 203 is configured for processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, wherein, the target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate.

[0130] The adjusting module 204 is configured for adjusting timestamps of video frames contained in the processed target video based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.

[0131] In summary, in the solution according to the embodiment of the present application, after a playing speed adjustment instruction of a target video is detected, a target playing speed corresponding to the playing speed adjustment instruction is determined; an initial frame rate of the target video is further determined, and the product of the initial frame rate and the target playing speed is taken as a target parameter of the target video; the target video is processed based on a preset frame number adjustment rule corresponding to a target comparison relationship; timestamps of video frames contained in the processed target video are adjusted based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate. After the playing speed of the target video is adjusted by the solution of the embodiment of the present application, the adjusted target video can be played in the preset target frame rate, which can avoid that the number of video frames displayed in equal time periods is different, improve the display quality of a video whose playing speed has been adjusted, and improve the user experience.

[0132] Optionally, the first processing module 203 may include:

a first processing sub-module configured for, if the target parameter is smaller than the preset target frame rate, increasing the number of video frames in the target video based on the preset frame number adjustment rule;

a second processing sub-module configured for, if the target parameter is larger than the preset target frame rate, decreasing the number of video frames in the target video based on the preset frame number adjustment rule; and

a third processing sub-module configured for, if the target parameter is equal to the preset target frame rate, retaining the number of video frames in the target video unchanged.



[0133] In one hand, the first processing sub-module may include a first calculating unit, a second calculating unit, a first dividing unit, a first determining unit and a frame adding unit (not shown in the figures).

[0134] The first calculating unit is configured for calculating the number of added frames per second, wherein, the number of added frames is a difference between the preset target frame rate and the target parameter.

[0135] The second calculating unit is configured for calculating a frame adding processing unit based on the target parameter and the number of added frames.

[0136] The first dividing unit is configured for dividing the target video into at least one video frame group based on the frame adding processing unit.

[0137] The first determining unit is configured for determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit.

[0138] The frame adding unit is configured for adding a transition video frame after each determined target video frame, the transition video frame being a video frame generated based on this determined target video frame.

[0139] In a first specific implementation, the second calculating unit may be configured for:

calculating the greatest common divisor D1 of T1Pm and T1ΔP1, wherein, T1 is the smallest natural number that allows T1Pm and T1ΔP1 to be integers at the same time, Pm is the target parameter, and ΔP1 is the number of the added frames; and

determining T1Pm/D1 as the frame adding processing unit.



[0140] Based on the first specific implementation of the second calculating unit, the first determining unit may be configured used for:
for each of the at least one video frame group, determining target video frames in the video frame group by:

determining whether a first number of frames to be added is smaller than or equal to the frame adding processing unit, the first number of frames to be added being T1Δ P1/D1;

if the first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the first number of video frames from this video frame group as the target video frames; and

if the first number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as first target video frames, updating the first number of frames to be added based on a difference between the first number of frames to be added and the frame adding processing unit, and determining whether the updated first number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated first number of video frames from this video frame group as second target video frames, and determining all of the determined first target video frames and the determined second target video frames as target video frames; if the updated first number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as first target video frames.



[0141] In a second specific implementation, the second calculating unit may be configured for:

calculating the greatest common divisor D2 of Pm and ΔP1, wherein, Pm is the target parameter, and ΔP1 is the number of added frames; and

determining T2Pm/D2 as the frame adding processing unit, wherein, T2 is the smallest natural number that allows T2Pm/D2 and T2ΔP1/D2 to be integers at the same time.



[0142] Based on the second specific implementation of the second calculating unit, the first determining unit may be configured for:
for each of the at least one video frame group, determining target video frames in the video frame group by:

determining whether a second number of frames to be added is smaller than or equal to the frame adding processing unit, the second number of frames to be added being T2Δ P1/D2;

if the second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the second number of video frames from this video frame group as target video frames; and

if the second number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as third target video frames, updating the second number of frames to be added based on a difference between the second number of frames to be added and the frame adding processing unit, and determining whether the updated second number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated second number of video frames from this video frame group as fourth target video frames, and determining all of the determined third target video frames and the determined fourth target video frames as target video frames; if the updated second number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as third target video frames.



[0143] In the other hand, the second processing sub-module may include a third calculating unit, a fourth calculating unit, a second dividing unit, a second determining unit, and a frame removing unit (not shown in the figures).

[0144] The third calculating unit is configured for calculating the number of removed frames per second, wherein, the number of removed frames is a difference between the preset target frame rate and the target parameter.

[0145] The fourth calculating unit is configured for calculating a frame removing processing unit based on the target parameter and the number of removed frames.

[0146] The second dividing unit is configured for dividing the target video into at least one video frame group based on the frame removing processing unit.

[0147] The second determining unit is configured for determining target video frames from the at least one video frame group, based on the number of removed frames and the frame removing processing unit.

[0148] The frame removing unit is configured for removing the determined target video frames.

[0149] In a first specific implementation, the fourth calculating unit may be configured for:

calculating the greatest common divisor D3 of T3Pm and T3ΔP2; wherein, T3 is the smallest natural number that allows T3Pm and T3ΔP2 to be integers at the same time, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T3Pm/D3 as the frame removing processing unit.



[0150] Based on the first implementation of the fourth calculating unit, the second determining unit may be configured for:
for each of the at least one video frame group, determining target video frames in the video frame group by:
determining T3ΔP2/D3 video frames from this video frame group as target video frames.

[0151] In the second specific implementation, the fourth calculating unit may be configured for:

calculating the greatest common divisor D4 of Pm and ΔP2, wherein, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T4Pm/D4 as the frame removing processing unit, wherein, T4 is the smallest natural number that allows T4Pm/D2 and T4ΔP2/D4 to be integers at the same time.



[0152] Based on the second implementation of the fourth calculating unit, the second determining sub-module may be configured for:
for each of the at least one video frame group, determining target video frames in this video frame group by:
determining T4ΔP2/D4 video frames from this video frame group as target video frames.

[0153] Fig. 4 is a schematic structural diagram of an apparatus for adjusting a playing speed of a video according to another embodiment of the present application. In addition to the first determining module 201, the second determining module 202, the first processing module 203 and the adjusting module 204 in Fig. 3, the apparatus further includes an encoding module 205 and a second processing module 206.

[0154] The encoding module 205 is configured for obtaining a target adjusted video by encoding the target video whose timestamps have been adjusted completely.

[0155] The second processing module 206 is configured for storing and/or outputting the target adjusted video.

[0156] In summary, by applying the embodiment provided in Fig. 4, the target video whose timestamps have been adjusted completely can be re-encoded for further storage and output. In this way, when the user opens the target adjusted video next time, the previous adjusted effect can be directly obtained without adjusting the target video, which is very convenient for the user, and thus improve the user experience.

[0157] In addition, corresponding to the above method for adjusting a playing speed of a video, the present application provides a storage medium for storing executable codes, wherein the executable codes perform, when executed, the method for adjusting a playing speed of a video according to the embodiments of the present application. Specifically, the method for adjusting a playing speed of a video includes:

after detecting a playing speed adjustment instruction of a target video, determining a target playing speed corresponding to the playing speed adjustment instruction;

determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video;

processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, wherein, the target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate; and

adjusting timestamps of video frames contained in the processed target video, based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.



[0158] In the embodiment, the storage medium stores an application program that performs the method for adjusting a playing speed of a video according to the embodiments of the present application when being executed. In view of this, after the playing speed of the target video is adjusted, the adjusted target video can be played in the preset target frame rate, which can avoid that the number of video frames displayed in equal time periods is different, improve the display quality of a video whose playing speed has been adjusted, and improve the user experience.

[0159] In addition, corresponding to the above method for adjusting a playing speed of a video according to the embodiment of the present application, an embodiment of the present application provides an application program, which performs the method for adjusting a playing speed of a video according to the embodiments of the present application when being executed. Specifically, the method for adjusting a playing speed of a video includes:

after detecting a playing speed adjustment instruction of a target video, determining a target playing speed corresponding to the playing speed adjustment instruction;

determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video;

processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, wherein, the target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate; and

adjusting timestamps of video frames contained in the processed target video, based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.



[0160] In the embodiment, the application program performs the method for adjusting a playing speed of a video according to the embodiments of the present application when being executed. In view of this, after the playing speed of the target video is adjusted, the adjusted target video can be played in the preset target frame rate, which can avoid that the number of video frames displayed in equal time periods is different, improve the display quality of a video whose playing speed has been adjusted, and improve the user experience.

[0161] In addition, corresponding to the above method for adjusting a playing speed of a video according to the embodiment of the present application, an embodiment of the present application provides a video playing device, including: a processor and a memory.

[0162] The memory stores executable program codes.

[0163] The processor, by reading the executable program codes stored in the memory, executes a program corresponding to the executable program codes, to perform the method for adjusting a playing speed of a video according to the embodiment of the present application. Specifically, the method for adjusting a playing speed of a video includes:

after detecting a playing speed adjustment instruction of a target video, determining a target playing speed corresponding to the playing speed adjustment instruction;

determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video;

processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, wherein, the target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate; and

adjusting timestamps of video frames contained in the processed target video, based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.



[0164] The video playing device may include a device capable of playing a video, such as a smart phone, a tablet, and a desktop terminal.

[0165] In the embodiment, the processor of the video play device executes an application program corresponding to the executable codes by reading the executable codes stored in the memory. The application program performs the method for adjusting a playing speed of a video according to the embodiment of the present application when being executed. In view of this, after the playing speed of the target video is adjusted, the adjusted target video can be played in the preset target frame rate, which can avoid that the number of video frames displayed in equal time periods is different, improve the display quality of a video whose playing speed has been adjusted, and improve the user experience.

[0166] The embodiments of the video playing device, the application program, and the storage medium are described briefly since they are substantially similar to the embodiment of the method. Related contents can refer to the part that describes the embodiment of the method.

[0167] It should be noted that the relationship terms used here, such as "first," "second," and the like are only used to distinguish one entity or operation from another entity or operation, but do not necessarily require or imply that there is actual relationship or order between these entities or operations. Moreover, the terms "include," "comprise," or any variants thereof are intended to cover a non-exclusive inclusion, such that processes, methods, articles, or devices, including a series of elements, include not only those elements that have been listed, but also other elements that have not specifically been listed or the elements intrinsic to these processes, methods, articles, or devices. Without further limitations, elements limited by the wording "comprise(s) a/an..." and "include(s) a/an..." do not exclude additional identical elements in the processes, methods, articles, or devices, including the listed elements.

[0168] All of the embodiments in the description are described in a correlated manner, and identical or similar parts in various embodiments can refer to one another. In addition, the description for each embodiment focuses on the differences from other embodiments. In particular, the embodiment of the system is described briefly, since it is substantially similar to the embodiment of the method, and the related contents can refer to the description of the embodiment of the method.

[0169] The embodiments described above are simply preferable embodiments of the present application, and are not intended to limit the scope of protection of the present application. Any modifications, alternatives, improvements, or the like within the spirit and principle of the present application shall be included within the scope of protection of the present application.


Claims

1. A method for adjusting a playing speed of a video, comprising:

after detecting a playing speed adjustment instruction of a target video, determining a target playing speed corresponding to the playing speed adjustment instruction;

determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video;

processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, wherein, the target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate; and

adjusting timestamps of video frames contained in the processed target video, based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.


 
2. The method according to claim 1, wherein, processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, comprises:

if the target parameter is smaller than the preset target frame rate, increasing the number of video frames in the target video based on the preset frame number adjustment rule;

if the target parameter is larger than the preset target frame rate, decreasing the number of video frames in the target video based on the preset frame number adjustment rule; and

if the target parameter is equal to the preset target frame rate, retaining the number of video frames in the target video unchanged.


 
3. The method according to claim 2, wherein, increasing the number of video frames in the target video based on the preset frame number adjustment rule, comprises:

calculating the number of added frames per second, wherein, the number of added frames is a difference between the preset target frame rate and the target parameter;

calculating a frame adding processing unit based on the target parameter and the number of added frames;

dividing the target video into at least one video frame group based on the frame adding processing unit;

determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit; and

adding a transition video frame after each determined target video frame, the transition video frame being a video frame generated based on this determined target video frame.


 
4. The method according to claim 3, wherein, calculating a frame adding processing unit based on the target parameter and the number of added frames, comprises:

calculating the greatest common divisor D1 of T1Pm and T1ΔP1, wherein, T1 is the smallest natural number that allows T1Pm and T1ΔP1 to be integers at the same time, Pm is the target parameter, and ΔP1 is the number of the added frames; and

determining T1Pm/D1 as the frame adding processing unit.


 
5. The method according to claim 4, wherein, determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, comprises:
for each of the at least one video frame group, determining target video frames in this video frame group by:

determining whether a first number of frames to be added is smaller than or equal to the frame adding processing unit, the first number of frames to be added being T1Δ P1/D1;

if the first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the first number of video frames from this video frame group as target video frames; and

if the first number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as first target video frames, updating the first number of frames to be added based on a difference between the first number of frames to be added and the frame adding processing unit, and determining whether the updated first number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated first number of video frames from this video frame group as second target video frames, and determining all of the determined first target video frames and the determined second target video frames as target video frames; if the updated first number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as first target video frames.


 
6. The method according to claim 3, wherein, calculating a frame adding processing unit based on the target parameter and the number of added frames, comprises:

calculating the greatest common divisor D2 of Pm and ΔP1, wherein, Pm is the target parameter, and ΔP1 is the number of added frames; and

determining T2Pm/D2 as the frame adding processing unit, wherein, T2 is the smallest natural number that allows T2Pm/D2 and T2ΔP1/D2 to be integers at the same time.


 
7. The method according to claim 6, wherein, determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, comprises:
for each of the at least one video frame group, determining target video frames in this video frame group by:

determining whether a second number of frames to be added is smaller than or equal to the frame adding processing unit, the second number of frames to be added being T2Δ P1/D2;

if the second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the second number of video frames from this video frame group as target video frames; and

if the second number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as third target video frames, updating the second number of frames to be added based on a difference between the second number of frames to be added and the frame adding processing unit, and determining whether the updated second number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated second number of video frames from this video frame group as fourth target video frames, and determining all of the determined third target video frames and the determined fourth target video frames as target video frames; if the updated second number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as third target video frames.


 
8. The method according to claim 2, wherein, decreasing the number of video frames in the target video based on the preset frame number adjustment rule, comprises:

calculating the number of removed frames per second, wherein, the number of removed frames is a difference between the preset target frame rate and the target parameter;

calculating a frame removing processing unit based on the target parameter and the number of removed frames;

dividing the target video into at least one video frame group based on the frame removing processing unit;

determining target video frames from the at least one video frame group, based on the number of removed frames and the frame removing processing unit; and

removing the determined target video frames.


 
9. The method according to claim 8, wherein, calculating a frame removing processing unit based on the target parameter and the number of removed frames, comprises:

calculating the greatest common divisor D3 of T3Pm and T3ΔP2; wherein, T3 is the smallest natural number that allows T3Pm and T3ΔP2 to be integers at the same time, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T3Pm/D3 as the frame removing processing unit.


 
10. The method according to claim 9, wherein, determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, comprises:
for each of the at least one video frame group, determining target video frames in this video frame group by:
determining T3ΔP2/D3 video frames from this video frame group as target video frames.
 
11. The method according to claim 8, wherein, calculating a frame removing processing unit based on the target parameter and the number of removed frames, comprises:

calculating the greatest common divisor D4 of Pm and ΔP2, wherein, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T4Pm/D4 as the frame removing processing unit, wherein, T4 is the smallest natural number that allows T4Pm/D2 and T4ΔP2/D4 to be integers at the same time.


 
12. The method according to claim 11, wherein, determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit, comprises:
for each of the at least one video frame group, determining target video frames in this video frame group by:
determining T4ΔP2/D4 video frames from this video frame group as target video frames.
 
13. The method according to any one of claims 1-12, further comprising:

obtaining a target adjusted video by encoding the target video whose timestamps have been adjusted completely; and

storing and/or outputting the target adjusted video.


 
14. An apparatus for adjusting a playing speed of a video, comprising:

a first determining module configured for, after a playing speed adjustment instruction of a target video is detected, determining a target playing speed corresponding to the playing speed adjustment instruction;

a second determining module, configured for determining an initial frame rate of the target video, and taking the product of the initial frame rate and the target playing speed as a target parameter of the target video;

a first processing module, configured for processing the target video based on a preset frame number adjustment rule corresponding to a target comparison relationship, wherein, the target comparison relationship is a comparison relationship between the target parameter and a preset target frame rate;

an adjusting module, configured for adjusting timestamps of video frames contained in the processed target video based on the preset target frame rate, so that the adjusted target video is played in the preset target frame rate.


 
15. The apparatus according to claim 14, wherein, the first processing module comprises:

a first processing sub-module configured for, if the target parameter is smaller than the preset target frame rate, increasing the number of video frames in the target video based on the preset frame number adjustment rule;

a second processing sub-module configured for, if the target parameter is larger than the preset target frame rate, decreasing the number of video frames in the target video based on the preset frame number adjustment rule;

a third processing sub-module configured for, if the target parameter is equal to the preset target frame rate, retaining the number of video frames in the target video unchanged.


 
16. The apparatus according to claim 15, wherein, the first processing sub-module comprises:

a first calculating unit, configured for calculating the number of added frames per second, wherein, the number of added frames is a difference between the preset target frame rate and the target parameter;

a second calculating unit, configured for calculating a frame adding processing unit based on the target parameter and the number of added frames;

a first dividing unit, configured for dividing the target video into at least one video frame group based on the frame adding processing unit;

a first determining unit, configured for determining target video frames from the at least one video frame group, based on the number of added frames and the frame adding processing unit;

a frame adding unit, configured for adding a transition video frame after each determined target video frame, the transition video frame being a video frame generated based on this determined target video frame.


 
17. The apparatus according to claim 16, wherein, the second calculating unit is configured for:

calculating the greatest common divisor D1 of T1Pm and T1ΔP1, wherein, T1 is the smallest natural number that allows T1Pm and T1ΔP1 to be integers at the same time, Pm is the target parameter, and ΔP1 is the number of the added frames; and

determining T1Pm/D1 as the frame adding processing unit.


 
18. The apparatus according to claim 17, wherein, the first determining unit is configured for:
for each of the at least one video frame group, determining target video frames in this video frame group by:

determining whether a first number of frames to be added is smaller than or equal to the frame adding processing unit, the first number of frames to be added being T1Δ P1/D1;

if the first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the first number of video frames from this video frame group as the target video frames; and

if the first number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as first target video frames, updating the first number of frames to be added based on a difference between the first number of frames to be added and the frame adding processing unit, and determining whether the updated first number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated first number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated first number of video frames from this video frame group as second target video frames, and determining all of the determined first target video frames and the determined second target video frames as target video frames; if the updated first number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as first target video frames.


 
19. The apparatus according to claim 16, wherein, the second calculating unit is configured for:

calculating the greatest common divisor D2 of Pm and ΔP1, wherein, Pm is the target parameter, and ΔP1 is the number of added frames;

determining T2Pm/D2 as the frame adding processing unit, wherein, T2 is the smallest natural number that allows T2Pm/D2 and T2ΔP1/D2 to be integers at the same time.


 
20. The apparatus according to claim 19, wherein, the first determining unit is configured for:
for each of the at least one video frame group, determining target video frames in this video frame group by:

determining whether a second number of frames to be added is smaller than or equal to the frame adding processing unit, the second number of frames to be added being T2Δ P1/D2;

if the second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the second number of video frames from this video frame group as target video frames; and

if the second number of frames to be added is not smaller than or equal to the frame adding processing unit, determining all the video frames contained in this video frame group as third target video frames, updating the second number of frames to be added based on a difference between the second number of frames to be added and the frame adding processing unit, and determining whether the updated second number of frames to be added is smaller than or equal to the frame adding processing unit; if the updated second number of frames to be added is smaller than or equal to the frame adding processing unit, determining the updated second number of video frames from this video frame group as fourth target video frames, and determining all of the determined third target video frames and the determined fourth target video frames as target video frames; if the updated second number of frames to be added is not smaller than or equal to the frame adding processing unit, returning to the step of determining all the video frames contained in this video frame group as third target video frames.


 
21. The apparatus according to claim 15, wherein, the second processing sub-module comprises:

a third calculating unit, configured for calculating the number of removed frames per second, wherein, the number of removed frames is a difference between the preset target frame rate and the target parameter;

a fourth calculating unit, configured for calculating a frame removing processing unit based on the target parameter and the number of removed frames;

a second dividing unit, configured for dividing the target video into at least one video frame group based on the frame removing processing unit;

a second determining unit, configured for determining target video frames from the at least one video frame group, based on the number of removed frames and the frame removing processing unit; and

a frame removing unit, configured for removing the determined target video frames.


 
22. The apparatus according to claim 21, wherein, the fourth calculating unit is configured for:

calculating the greatest common divisor D3 of T3Pm and T3ΔP2; wherein, T3 is the smallest natural number that allows T3Pm and T3ΔP2 to be integers at the same time, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T3Pm/D3 as the frame removing processing unit.


 
23. The apparatus according to claim 22, wherein, the second determining unit is configured for:
for each of the at least one video frame group, determining target video frames in this video frame group by:
determining T3ΔP2/D3 video frames from this video frame group as target video frames.
 
24. The apparatus according to claim 21, wherein, the fourth calculating unit is configured for:

calculating the greatest common divisor D4 of Pm and ΔP2, wherein, Pm is the target parameter, and ΔP2 is the number of removed frames; and

determining T4Pm/D4 as the frame removing processing unit, wherein, T4 is the smallest natural number that allows T4Pm/D2 and T4ΔP2/D4 to be integers at the same time.


 
25. The apparatus according to claim 24, wherein, the second determining sub-module is configured for:
for each of the at least one video frame group, determining target video frames in this video frame group by:
determining T4ΔP2/D4 video frames from this video frame group as target video frames.
 
26. The apparatus according to any one of claims 14-25, further comprising:

an encoding module, configured for obtaining a target adjusted video by encoding the target video whose timestamps have been adjusted completely; and

a second processing module, configured for storing and/or outputting the target adjusted video.


 
27. A storage medium for storing executable codes, wherein the executable codes perform, when executed, the method for adjusting a playing speed of a video according to any one of claims 1-13.
 
28. An application program, wherein the application program performs, when executed, the method for adjusting a playing speed of a video according to any one of claims 1-13.
 
29. A video playing device, comprising a processor and a memory, wherein,
the memory stores executable program codes;
the processor, by reading the executable program codes stored in the memory, executes a program corresponding to the executable program codes, so as to perform the method for adjusting a playing speed of a video according to any one of claims 1-13.
 




Drawing










Search report










Cited references

REFERENCES CITED IN THE DESCRIPTION



This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.

Patent documents cited in the description