A novel video system that detects events in a video sequence that causes such distortions and switch off optical flow based frame interpolation is provided. The system detects sudden changes in light intensity and switch to non-optical flow based frame interpolation when such sudden change is detected. When there is no such drastic change in light intensity, the system reverts back to using optical flow frame interpolation. Specifically, the system detects a flash event by computing a sum of differences in histograms of intensity levels between the pair of consecutive actual video frames. When the sum of differences is above a certain threshold, the video system switch to non-optical flow based frame interpolation. When the sum of differences is below the threshold, the video system reverts back to optical flow frame interpolation.
|
1. A method comprising: receiving a sequence of actual video frames belonging to a media content; and
for each pair of consecutive actual video frames in the sequence:
computing a sum of differences in histograms of luma intensity levels between the pair of consecutive actual video frames,
wherein:
when the sum of differences is below a predetermined threshold value, generating a set of synthetic frames, corresponding to time points between the pair of consecutive actual video frames, by computing an optical flow field between the pair of consecutive actual video frames; and
when the sum of differences is above the predetermined threshold value, generating a set of synthetic frames, corresponding to time points between the pair of consecutive actual video frames, by blending between the pair of consecutive actual video frames.
15. An apparatus comprising:
a set of processing units;
a machine readable medium storing a program by execution by at least one of the processing units, the program comprising sets of instructions for:
a retiming engine specifying a set of timing instants at which synthetic frames are required when a-playing back a media content;
a frame interpolation engine for providing required synthetic frames by using either a first frame interpolation method or a second frame interpolation method, wherein the first frame interpolation method is optical flow and the second frame interpolation method is blending; and
a detection engine for detecting a particular video event in the media content, wherein the frame interpolation engine generates at least one synthetic frame corresponding to a time point missing from the media content by using the first frame interpolation method when the event is not detected and using the second frame interpolation method when the event is detected.
8. An apparatus comprising:
a set of processing units;
a machine readable medium storing a program by execution by at least one of the processing units, the program comprising sets of instructions for:
receiving a sequence of actual video frames belonging to a media content; and
for each pair of consecutive actual video frames in the sequence:
computing a sum of differences in histograms of luma intensity levels between the pair of consecutive actual video frames,
wherein:
when the sum of differences is below a predetermined threshold value, generating a set of synthetic frames, corresponding to time points between the pair of consecutive actual video frames, by computing an optical flow field between the pair of consecutive actual video frames; and
when the sum of differences is above the predetermined threshold value, generating a set of synthetic frames, corresponding to time points between the pair of consecutive actual video frames, with blending between the pair of consecutive actual video frames.
2. The method of
4. The method of
5. The method of
6. The method of
7. The method of
9. The apparatus of
11. The apparatus of
12. The apparatus of
13. The apparatus of
14. The apparatus of
16. The apparatus of
17. The apparatus of
18. The apparatus of
|
Optical flow is a numerical technique that attempts to model the motion, or the “flow” of pixels between consecutive recorded video frames. It enables the creation of synthetic video frames at times in-between recorded video frames. One of the primary applications of optical flow is for retiming video content, which is used by media editing applications or computer games for creating visual effects. Retiming video content changes the timing of its playback such that synthetic video frames are needed in addition to the actual recorded frames for smooth playback under the changed playback timing.
Some embodiments of the invention provide a novel method and apparatus of using optical flow algorithm that maximizes the benefit of optical flow synthetic frames while minimizing the associated computation cost. When using optical flow to produce synthetic frames between two actual/recorded frames, some embodiments compute a set of estimates of optical flows (or flow estimates) between the two frames. These flow estimates are then used to compute all synthetic frames that are needed between the two actual frames by interpolation, which creates each synthetic frame based on its temporal distances from the pair of actual frames.
Some embodiments compute only a limited set of estimated flows between the actual frames while using interpolation to create all of the frames necessary for playback from the limited set of estimated flows. Some embodiments compute only up to a fixed number of flow estimates per consecutive actual frame pair. This fixed number is determined in some embodiments by the availability and the capability of the computing resources. If the media playback requires more synthetic frames between the two actual frames than the fixed number, the method would not compute any more flow estimates but rather rely on interpolation to create the needed synthetic frames. Some embodiments perform interpolation on the computed flow estimates in order to generate interpolated flow estimates. Some embodiments compute interpolated flow estimates for each of the required timing instants and then generate the synthetic frames from the interpolated flow estimates.
Some embodiments detect events in a video sequence that causes such distortions and switch off optical flow based frame interpolation. Some embodiments detect sudden changes in light intensity and switch to non-optical flow based frame interpolation when such sudden change is detected. When there is no such drastic change in light intensity, the system reverts back to using optical flow frame interpolation. Specifically, some embodiments detect a flash event by computing a sum of differences in histograms of intensity levels between the pair of consecutive actual video frames. When the sum of differences is above a certain threshold, the video system switch to non-optical flow based frame interpolation. When the sum of differences is below the threshold, the video system reverts back to optical flow frame interpolation.
The preceding Summary is intended to serve as a brief introduction to some embodiments of the invention. It is not meant to be an introduction or overview of all inventive subject matter disclosed in this document. The Detailed Description that follows and the Drawings that are referred to in the Detailed Description will further describe the embodiments described in the Summary as well as other embodiments. Accordingly, to understand all the embodiments described by this document, a full review of the Summary, Detailed Description and the Drawings is needed.
The novel features of the invention are set forth in the appended claims. However, for purpose of explanation, several embodiments of the invention are set forth in the following figures.
In the following description, numerous details are set forth for the purpose of explanation. However, one of ordinary skill in the art will realize that the invention may be practiced without the use of these specific details. In other instances, well-known structures and devices are shown in block diagram form in order not to obscure the description of the invention with unnecessary detail.
Synthesized frames created by optical flows generally resemble actual recorded frames much more so than those created by other methods (such as frame blending). Consequently, retimed video sequences that use optical flow to create the in-between frames are visually smoother than those that use other methods. However, optical flow is a computation intensive algorithm. Some embodiments of the invention therefore provide a novel method and apparatus of using optical flow algorithm that maximizes the benefit of optical flow synthetic frames while minimizing the associated computation cost.
I. Generating Synthetic Frames from Optical Flow
When using optical flow to produce synthetic frames between two actual/recorded frames, some embodiments compute an estimate of optical flow (or a flow estimate) between the two frames. This flow estimate is then used to compute all synthetic frames that are needed between the two actual frames by interpolation, which creates each synthetic frame based on its temporal distances from the pair of actual frames. For some embodiments,
As illustrated, synthetic (or interpolated) frames are needed at timing instants T=⅓ and T=⅔. In some embodiments, the synthetic frames are needed at these timing instants because of a retiming operation, e.g., a retiming operation that slows the playback speed to ⅓ of its original speed. (Retiming operations will be further described below in Section II.) In some embodiments, the synthetic frames are needed because of frame rate differential between the recording device and the playback device, e.g., the playback device plays 3 times as many frames per unit time as the recording device records. These timing instants are based on the time that the actual frames are recorded in the media, hence there are also referred to as media timing instants. These timing instants in some embodiments directly reflect their playback times. In some embodiments, due to retiming operations, these timing instants would not directly reflect their playback times, but rather, a playback curve is used to map the frames' playback times to their media timing instants. The mapping of playback time to media timing instants will be described by reference to
Numerous algorithms have been proposed for estimating the optical flow u(x) from I0(x) to I1(x). For example, some embodiments use optical flow estimation method proposed by Horn and Schunk to estimate an optical flow between the two frames according to Equation (1):
In this equation, t is the time of the first actual frame (e.g., 101) and t+1 is the time of the second actual frame (e.g., 102). The algorithm solves for the flow u that minimizes E by solving the associated Euler-Lagrange equations using iterative gradient descent. Image is decomposed into a pyramid of lower resolution images. Flow is iteratively solved for at a slice of the pyramid. The next level images are warped by previous flow prior to computing the flow correction.
Other algorithms have also been proposed. For example, some embodiments use the following revised optical flow estimation algorithm proposed by Zach, Pock, and Bischof according to Equation (2):
In this equation, t is the time of the first actual frame (e.g., 101) and t+1 is the time of the second actual frame (e.g., 102). The algorithm solves for the flow that minimizes E using a dual coupled equation decomposition of the energy equation, with an iterative gradient descent inner loop. It then uses the same pyramid scheme as previously discussed. Flow estimation can be solved for any t+dt between t and t+1.
Descriptions of Optical Flow estimation methods can be found in “Motion Compensated Frame Interpolation with a Symmetric Optical Flow Constraint” by L. Raket, L. Roholm, A. Bruhn, and J. Weickert, and “A Duality Based Approach for Realtime TV-L Optical Flow” by C. Zach, T. Pock, and H. Bischof.
Regardless of which algorithm is used to solve for estimated flow, it is a computationally intense process. Some embodiments therefore compute only a limited set of estimated flows at a limited set of time slots in order to conserve computing resources.
The synthesized frame 103 is interpolated at T=⅓, whose pixel data I1/3(x) is computed according to:
I1/3(x)=⅔*I0(x−u(x)*⅓)+⅓*I1(x+u(x)*⅔)
The synthesized frame 104 is interpolated at T=⅔, whose pixel data I2/3(x) is computed according to:
I2/3(x)=⅓*I0(x−u(x)*⅔)+⅔*I1(x+u(x)*⅓)
Rather than relying on only one estimated optical field (u(x) at T=1) by assuming that the optical flow at T=0 is the same as the optical flow at T=1, some embodiments computes a set of estimated optical flows at a set of different media timing instants between T=0 and T=1.
As illustrated, an estimated optical flow field 201 is computed for media timing instant T=⅓ and another estimated optical flow field 202 is computed for media timing instant T=⅔. The estimated optical flow fields 201 and 202 are in turn used to compute the interpolated or synthesized frames 211-215 between the two actual frames 101 and 102.
Ideally, each media timing instant that needs a synthesized frame would have an optical flow estimate computed for that instant. However, computing an estimated optical flow field is an expensive process. Some embodiments therefore compute only a limited set of estimated flows between the actual frames while using interpolation to create all of the frames necessary for playback from the limited set of estimated flows. Some embodiments compute only up to a fixed number of flow estimates per consecutive actual frame pair. This fixed number is determined in some embodiments by the availability and the capability of the computing resources. If the media playback requires more synthetic frames between the two actual frames than the fixed number, the method would not compute any more flow estimates but rather rely on interpolation to create the needed synthetic frames.
In some embodiments, the estimated flows in the set are all computed for timing instants that need synthetic/interpolated frames. This ensures that at least some of the synthetic frames are generated based on the best available optical flow estimates. In the example illustrated in
Some embodiments perform interpolation on the computed flow estimates in order to generate interpolated flow estimates. Some embodiments compute interpolated flow estimates for each of the required timing instants and then generate synthetic frames for those required timing instants from the interpolated flow estimates. As illustrated in
As illustrated, the computed flow estimates 201 and 202 are computed at T=⅓ and T=⅔ from the pixel data of the actual frames (denoted as I0(x) and I1(x)). In some embodiments, the flow estimate at T=⅓ is the flow field u(x) computed by using Equation (2) with dt=⅓, i.e., u(dt=⅓, x); the flow estimate at T=⅔ is the flow field u(x) computed by using Equation (2) with dt=⅔, i.e., u(dt=⅔, x). For purpose of illustrative simplicity, u(dt=⅓,x) or u(T=⅓,x) is denoted as u(⅓), while u(dt=⅔,x) or u(T=⅔,x) is denoted as u(⅔). However, One of ordinary skill would understand that u(⅓), u(⅔), etc. still denote a function with respect to time t and pixel position x. Since the computed flow estimates 201 and 202 are also at the same media timing instants as the required synthetic frames 212 and 214, the synthetic frame 212 and 214 can be calculated from the computed flow estimates 201 and 202 without using any interpolated flow estimates.
The synthesized frame 212 is for T=⅓, whose pixel data I1/3(x) is computed according to:
I1/3=⅔*I0(x−⅓*u(⅓))+⅓*I1(x+⅔*u(⅓))
The synthesized frame 214 is for T=⅔, whose pixel data I2/3(x) is computed according to:
I2/3=⅓*I0(x−⅔*u(⅔))+⅔*I1(x+⅓*u(⅔))
where u(⅓) is the computed flow estimate for T=⅓ and u(⅔) is the computed flow estimate for T=⅔. As mentioned, synthetic frames are also needed for T=⅙, T=½, and T=⅚, but flow estimates are not computed for these media timing instants. The system therefore generates interpolated flow estimates 221, 223, and 225 for these time slots.
The interpolated flow estimate 221 is for T=⅙; it is interpolated according to:
u(⅙)=½*u(0)+½*u(⅓)
The interpolated flow estimate 223 is for T=½; it is interpolated according to:
u(½)=½*u(⅓)+½*u(⅔)
The interpolated flow estimate 225 is for T=⅚; it is interpolated according to:
u(⅚)=½*u(⅔)+½a*u(1)
where u(0) is the estimated flow at T=0, while u(1) is the estimated flow at T=1. In some embodiments, u(0) is the estimated flow u(x) computed by using Equation (2) with dt=0, i.e., u(dt=0,x), while u(1) is the estimated flow u(x) computed by using Equation (2) with dt=1, i.e., u(dt=1,x). Once the interpolated flow estimates have been computed for T=⅙, T=½, and T=⅚, the remaining synthetic frames for those media timing instants can also be calculated.
The pixel data I1/6(x) for the synthetic frame 211 at T=⅙ is computed according to:
I1/6=⅚*I0(x−⅙*u(⅙))+⅙*I1(x+⅚*u(⅙))
The pixel data I1/2(x) for the synthetic frame 213 at T=½ is computed according to:
I1/2=½*I0(x−½*u(½))+½*I1(x+½*u(½))
The pixel data I5/6(x) for the synthetic frame 215 at T=⅚ is computed according to:
I5/6=⅙*I0(x−⅚*u(⅚))+⅚*I1(x+⅙*u(⅚))
With the pixel data for synthetic frames 211-215 calculated, the system is able to smoothly display the video sequence between the two actual frames 101 and 102 based on optical flow calculations.
In some embodiments such as the example illustrated in
For some embodiments,
The process 400 starts when it receives (at 410) a pair of consecutive actual frames (e.g., 101 and 102). In some embodiments, the media editing application identifies media timing instants that need synthetic frames. Actual frame pairs that bookend these identified media timing instants are then provided to this process in order to generate the synthetic frames. The process then receives (at 420) the specification for the required media timing instant or instants. These are time slots that video data are needed for playback (by a media editing application or a video playback device).
Next, the process computes (at 430) a set of estimated optical flow fields (e.g., generating the computed flow estimates 201 and 202). In some embodiments, only a fixed number of estimated optical flow fields are computed according to one of the flow estimation algorithms (e.g., Equation (1) of Horn-Schunk or Equation (2) of Zach, Pock, and Bischof). In some embodiments, some of the estimated flows are computed for time instants that coincide with some of the received specified media timing instants. In some embodiments, the flow estimates are for time instants that do not necessarily coincide with the received specified media timing instants.
The process then generates (at 440) interpolated flow estimates at the specified media timing instants from the computed flow estimates (e.g., generating the interpolated flow estimates 221, 223, and 225). Based on the interpolated flow estimates (and the computed flow estimates in some embodiments), the process generates the interpolated/synthetic frames for the specified timing instants (e.g., synthetic frames 211-215 from flow estimates 221, 201, 223, 202, and 225, respectively).
After providing (at 460) the generated synthetic/interpolated frames for playback or storage, the process 400 ends.
II. Video System for Retiming
As mentioned, in some embodiments, optical flow is used by a media editing application that performs retiming. The retiming operation changes the playback timing of a media content so that synthetic video frames are needed at certain timing instants for smooth playback. Such a media editing application in some embodiments executes on computing device that implements a video system.
For some embodiments,
The user interface module 510 receives user commands and controls the editing, the playback, and the display of media contents based on the received user command. The user commands can be derived from user input devices such as keyboard, mouse, touchscreen, or any other device or methods that allows user to manipulate media content, to initiate playback, or to introduce any other user command or data. In some embodiments, the user interface 510 provides a graphical user interface (GUI) that displays user selectable or movable graphical items to facilitate user input. The user interface 510 communicates with the display engine 515, the playback engine 520, and the retiming engine 530. The display engine 515 handles the display to the user through a display device such as a computer monitor or a touchscreen. Part of that display is supplied by the playback engine 520, which sequence through frames in a media content. The playback engine 520 can play back frames from the original media content stored in the media storage 550, or frames from the retimed media content provided by the retiming engine 530.
The retiming engine 530 receives retiming commands from the user interface module 510. In some embodiments, the retiming commands are media editing commands that changes playback timing of a piece of media. In some embodiments, such retiming commands include fast forward, slow motion, reverse, pause, conforming frame rate, etc. Examples of retiming operations are provided in U.S. Patent Application Publication No. 2012/0210228 and U.S. Patent Application Publication No. 2014/0169765. U.S. Patent Application Publication No. 2012/0210228 and U.S. Patent Application Publication No. 2014/0169765 are hereby incorporated by reference.
The retiming engine 530 determines or identifies the media timing instants for which video frames are needed. The identification of media timing instants that need synthetic video frames will be further described below by reference to
The interpolation engine 540 retrieves actual recorded frames from the media storage 550 and the identified media timing instants from the retiming engine 530. It in turn provides the necessary video frames for those identified media timing instants and to generate synthetic frames when necessary, e.g., when an identified media timing instant does not have a corresponding actual frame in the media storage 550.
In some embodiments, the interpolation engine 540 is capable of using multiple different methods to generate the synthetic frames. Some of the methods are optical flow based techniques as described above in Section I. Other non-optical flow based video frame interpolation techniques such as frame blending are also used. In some embodiments, the interpolation detects events in the video such as flash or scene change in order to determine which technique to use. Specifically, in some embodiments, the interpolation engine 540 detects whether there is sudden change in luma intensity in the video in order to decide whether to use optical flow or to use frame blending. Switching between optical-flow-based frame interpolation and non-optical-flow-based frame interpolation based on flash detection will be further described in Section III below.
As illustrated, the interpolation engine 540 receives input from a flash detection engine 580, which informs the interpolation engine of a detected flash event. The interpolation engine 540 then uses the detection result to decide whether to use an optical flow engine 560 or to use a frame blending engine 570 for generating the synthetic/interpolated frames. Though
The illustrated playback curve 600 does not have a linear relationship between the playback time and the media time. This can be because the playback curve of the video or media clip has went through retiming operations, which changes the relationship between media time and playback time. For example, the playback times of the actual frames in the original media content have been shifted by the retiming operations. In some embodiments, prior to any retiming operations, the playback curve of a media is linear because the playback time would be the same as the media time.
As mentioned,
In some embodiments, when a playback time does not land on media time that has a corresponding actual recorded frame, the system would generate a corresponding interpolated or synthetic frame. For example, a video frame is needed at playback time 7 (P3). This playback time is mapped to media time 6.3 according to the playback curve 600. Media time 6.3 does not have a corresponding recorded actual frame. Rather, it is mapped to a time slot that is two-tenth of the way between frame 4 and frame 5, i.e., the frame instant 4.2. This frame instant 4.2 (or media time 6.3) is thus identified as a frame instant that needs a video frame for playback, whether an actual frame or a synthetic frame. Since there is no actual recorded frame at media frame instant 4.2, an interpolated or synthetic frame will have to be generated using optical flow techniques such as those described in Section I, or other frame interpolation techniques. Conversely, when a playback time does land on a media time already has an actual frame (for example, playback time 18 mapped to media time 21 and frame instant 14), a synthetic frame will not be generated for that media time.
In some embodiments, when one or more media timing instants (whether specified as actual frame instants or media time) are identified as needing a video frame for playback, consecutive actual frame pairs that bookend those media timing instants are supplied, along with the identified media timing instants to the interpolation engine for generating the needed interpolated/synthetic frames. For example, since frame instant 4.2 is identified as a media timing instant that needs a synthetic frame, actual frames 4 and 5 are identified for the interpolation operation as they are consecutive actual frame pair that bookends the identified media timing instant.
For some embodiments,
The process starts when it receives (at 710) a retiming command. The process then identifies (at 720) a media timing instant at which a frame is needed based on the altered relationship between the playback time and media time. Next, the process determines (at 720) whether the identified media timing instant has a corresponding actual frame. If there is a corresponding actual frame for the identified timing instant, the process provides (at 780) the corresponding actual recorded frame as the required video frame and ends. If the identified media timing instant has no corresponding actual frame the process proceeds to 740.
At 740, the process identifies the actual frames that are nearest to the identified media timing instant, i.e., the pair of consecutive actual frames that bookends the identified media timing instant. The process then uses (at 760) the identified nearest actual frames to generate an interpolated/synthetic frame for the identified timing instant. The process then provides (at 770) the generated interpolated/synthetic frame as the required video frame and ends.
III. Flash Detection
Optical flow is known to provide very high quality synthetic frames, regardless of its computation cost. However, there are events in a video sequence that would cause optical flow based frame interpolation to work poorly, say, in comparison with other frame interpolation techniques. For example, it is known that a video sequence that includes a sudden change or surge in light intensity (e.g., a camera flash going off or a scene change) would cause optical flow generated frames to appear distorted. Some embodiments therefore detect events in a video sequence that causes such distortions and switch off optical flow based frame interpolation.
As illustrated, the frame 801 is image of a man with a camera in the background. The corresponding histogram of the frame 801 shows a fairly even distribution of pixels across the different luma levels. The frame 802 shows a surge of light intensity due to the flash of the camera going off. The corresponding histogram of the frame 802 shows a large increase in the numbers of pixels for high intensity levels while the numbers of pixels for low intensity levels decrease. The frame 803 shows flash subsiding and the luma intensity levels of the video returning to normal. The corresponding histogram of the frame likewise returns to a fairly even distribution of pixels across different luma levels.
The sudden surge in light intensity from the frame 801 to the frame 802 would cause the synthetic frames generated by optical flow between the actual frames 801 and 802 to appear distorted. Likewise, the sudden drop off in light intensity from the frame 802 to the frame 803 would cause the synthetic frames generated by optical flow between the actual frames 802 and 803 to appear distorted.
In some embodiments, the video system detects the sudden changes in light intensity and switch to non-optical flow based frame interpolation when such sudden change is detected. When there is no such drastic change in light intensity, the system reverts back to using optical flow frame interpolation. Specifically, some embodiments detect a flash event by computing a sum of differences in histograms of intensity levels between the pair consecutive actual video frames. When the sum of differences is above a certain threshold, the video system switch to non-optical flow based frame interpolation. When the sum of differences is below the threshold, the video system reverts back to optical flow frame interpolation.
For some embodiments, this optical flow distorting event detection operation between frame i and frame i+1 can be expressed as:
I is luma intensity level, which ranges from 0 to 255; n(I) is the number of pixels having the luma intensity level I.
Between the recorded frames 811 and 812, no flash was detected (i.e., the sum of differences in intensity between 811 and 812 does not exceed threshold), hence optical flow is used to generate the synthetic frames 821 between the actual frames 811 and 812. Likewise, no flash event was detected between the actual frames 815 and 816 and the synthetic frames 825 are generated by using optical flow.
However, flash event was detected between the actual frames 812 and 813 (i.e., the sum of differences in intensity between 812 and 813 does exceed threshold), hence optical flow is not used to generate the synthetic frames 822 between the actual frames 812 and 813. In some embodiments, the synthetic frames are generated by using frame blending. Likewise, flash events are detected between actual frames 813 and 814, as well as between 814 and 815. Consequently, the synthetic frames 823 and 824 are also generated by a non-optical flow frame interpolation technique.
The process 1000 starts when it receives (at 1010) an actual consecutive frame pair. It then computes (at 1020) histograms for luma levels of each frame by tallying the number of pixels for each luma intensity level. The process then computes (at 1030) the differences between the histograms of the two frames and sums (the absolute values of) differences over the range of luma levels. The computation of the sum of differences is described above by reference to
The process then determines (at 1040) if the sum of the differences exceeds a certain threshold. If so, the process proceeds to 1050 to use methods that are not based on optical flow to generate the synthetic frames. If the sum of differences does not exceed threshold, the process proceeds to 1060 to use optical flow based method to generate the interpolated games. In some embodiments, the synthetic frames are generated by using the optical flow based methods described in Section I above. Whether the synthetic frames are generated by using optical flow, frame blending, or some other methods, some embodiments rely on a process similar to the process 700 to identify media timing instants that needs a synthetic frame.
V. Electronic System
Many of the above-described features and applications are implemented as software processes that are specified as a set of instructions recorded on a computer readable storage medium (also referred to as computer readable medium). When these instructions are executed by one or more computational or processing unit(s) (e.g., one or more processors, cores of processors, or other processing units), they cause the processing unit(s) to perform the actions indicated in the instructions. Examples of computer readable media include, but are not limited to, CD-ROMs, flash drives, random access memory (RAM) chips, hard drives, erasable programmable read only memories (EPROMs), electrically erasable programmable read-only memories (EEPROMs), etc. The computer readable media does not include carrier waves and electronic signals passing wirelessly or over wired connections.
In this specification, the term “software” is meant to include firmware residing in read-only memory or applications stored in magnetic storage which can be read into memory for processing by a processor. Also, in some embodiments, multiple software inventions can be implemented as sub-parts of a larger program while remaining distinct software inventions. In some embodiments, multiple software inventions can also be implemented as separate programs. Finally, any combination of separate programs that together implement a software invention described here is within the scope of the invention. In some embodiments, the software programs, when installed to operate on one or more electronic systems, define one or more specific machine implementations that execute and perform the operations of the software programs.
The bus 1105 collectively represents all system, peripheral, and chipset buses that communicatively connect the numerous internal devices of the electronic system 1100. For instance, the bus 1105 communicatively connects the processing unit(s) 1110 with the read-only memory 1130, the GPU 1115, the system memory 1120, and the permanent storage device 1135.
From these various memory units, the processing unit(s) 1110 retrieves instructions to execute and data to process in order to execute the processes of the invention. The processing unit(s) may be a single processor or a multi-core processor in different embodiments. Some instructions are passed to and executed by the GPU 1115. The GPU 1115 can offload various computations or complement the image processing provided by the processing unit(s) 1110.
The read-only-memory (ROM) 1130 stores static data and instructions that are needed by the processing unit(s) 1110 and other modules of the electronic system. The permanent storage device 1135, on the other hand, is a read-and-write memory device. This device is a non-volatile memory unit that stores instructions and data even when the electronic system 1100 is off. Some embodiments of the invention use a mass-storage device (such as a magnetic or optical disk and its corresponding disk drive) as the permanent storage device 1135.
Other embodiments use a removable storage device (such as a floppy disk, flash memory device, etc., and its corresponding disk drive) as the permanent storage device. Like the permanent storage device 1135, the system memory 1120 is a read-and-write memory device. However, unlike storage device 1135, the system memory 1120 is a volatile read-and-write memory, such a random access memory. The system memory 1120 stores some of the instructions and data that the processor needs at runtime. In some embodiments, the invention's processes are stored in the system memory 1120, the permanent storage device 1135, and/or the read-only memory 1130. For example, the various memory units include instructions for processing multimedia clips in accordance with some embodiments. From these various memory units, the processing unit(s) 1110 retrieves instructions to execute and data to process in order to execute the processes of some embodiments.
The bus 1105 also connects to the input and output devices 1140 and 1145. The input devices 1140 enable the user to communicate information and select commands to the electronic system. The input devices 1140 include alphanumeric keyboards and pointing devices (also called “cursor control devices”), cameras (e.g., webcams), microphones or similar devices for receiving voice commands, etc. The output devices 1145 display images generated by the electronic system or otherwise output data. The output devices 1145 include printers and display devices, such as cathode ray tubes (CRT) or liquid crystal displays (LCD), as well as speakers or similar audio output devices. Some embodiments include devices such as a touchscreen that function as both input and output devices.
Finally, as shown in
Some embodiments include electronic components, such as microprocessors, storage and memory that store computer program instructions in a machine-readable or computer-readable medium (alternatively referred to as computer-readable storage media, machine-readable media, or machine-readable storage media). Some examples of such computer-readable media include RAM, ROM, read-only compact discs (CD-ROM), recordable compact discs (CD-R), rewritable compact discs (CD-RW), read-only digital versatile discs (e.g., DVD-ROM, dual-layer DVD-ROM), a variety of recordable/rewritable DVDs (e.g., DVD-RAM, DVD-RW, DVD+RW, etc.), flash memory (e.g., SD cards, mini-SD cards, micro-SD cards, etc.), magnetic and/or solid state hard drives, read-only and recordable Blu-Ray® discs, ultra density optical discs, any other optical or magnetic media, and floppy disks. The computer-readable media may store a computer program that is executable by at least one processing unit and includes sets of instructions for performing various operations. Examples of computer programs or computer code include machine code, such as is produced by a compiler, and files including higher-level code that are executed by a computer, an electronic component, or a microprocessor using an interpreter.
While the above discussion primarily refers to microprocessor or multi-core processors that execute software, some embodiments are performed by one or more integrated circuits, such as application specific integrated circuits (ASICs) or field programmable gate arrays (FPGAs). In some embodiments, such integrated circuits execute instructions that are stored on the circuit itself. In addition, some embodiments execute software stored in programmable logic devices (PLDs), ROM, or RAM devices.
As used in this specification and any claims of this application, the terms “computer”, “server”, “processor”, and “memory” all refer to electronic or other technological devices. These terms exclude people or groups of people. For the purposes of the specification, the terms display or displaying means displaying on an electronic device. As used in this specification and any claims of this application, the terms “computer readable medium,” “computer readable media,” and “machine readable medium” are entirely restricted to tangible, physical objects that store information in a form that is readable by a computer. These terms exclude any wireless signals, wired download signals, and any other ephemeral signals.
While the invention has been described with reference to numerous specific details, one of ordinary skill in the art will recognize that the invention can be embodied in other specific forms without departing from the spirit of the invention. In addition, a number of the FIGS. (including
Taggart, Angus M., Beale, Eric S.
Patent | Priority | Assignee | Title |
10958869, | Nov 14 2019 | HUAWEI TECHNOLOGIES CO , LTD | System, device and method for video frame interpolation using a structured neural network |
11483472, | Mar 22 2021 | International Business Machines Corporation | Enhancing quality of multimedia |
11533427, | Mar 22 2021 | International Business Machines Corporation | Multimedia quality evaluation |
11716531, | Mar 22 2021 | International Business Machines Corporation | Quality of multimedia |
Patent | Priority | Assignee | Title |
8615108, | Jan 30 2013 | KAYA DYNAMICS LLC | Systems and methods for initializing motion tracking of human hands |
9014544, | Dec 19 2012 | Apple Inc. | User interface for retiming in a media authoring tool |
20020063807, | |||
20040252759, | |||
20050286759, | |||
20060133688, | |||
20060152634, | |||
20060159310, | |||
20080025390, | |||
20080165287, | |||
20120210228, | |||
20130187910, | |||
20140169765, | |||
20150050027, | |||
20150186750, | |||
20150244917, | |||
20160301881, | |||
WO2016114788, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Apr 09 2015 | TAGGART, ANGUS M | Apple Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 035382 | /0519 | |
Apr 09 2015 | BEALE, ERIC S | Apple Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 035382 | /0519 | |
Apr 10 2015 | Apple Inc. | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Apr 27 2022 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Date | Maintenance Schedule |
Nov 13 2021 | 4 years fee payment window open |
May 13 2022 | 6 months grace period start (w surcharge) |
Nov 13 2022 | patent expiry (for year 4) |
Nov 13 2024 | 2 years to revive unintentionally abandoned end. (for year 4) |
Nov 13 2025 | 8 years fee payment window open |
May 13 2026 | 6 months grace period start (w surcharge) |
Nov 13 2026 | patent expiry (for year 8) |
Nov 13 2028 | 2 years to revive unintentionally abandoned end. (for year 8) |
Nov 13 2029 | 12 years fee payment window open |
May 13 2030 | 6 months grace period start (w surcharge) |
Nov 13 2030 | patent expiry (for year 12) |
Nov 13 2032 | 2 years to revive unintentionally abandoned end. (for year 12) |