1
00:00:00,790 --> 00:00:07,970
Hi, welcome to a new section of the course here, we will be processing video files with open CV.

2
00:00:08,210 --> 00:00:15,010
Now there's another section in the course where we access the computer webcam and we will use open C

3
00:00:15,010 --> 00:00:16,140
V in that section.

4
00:00:16,149 --> 00:00:23,290
Also in this section, we are focusing on processing video files, not video captured by the webcam.

5
00:00:23,830 --> 00:00:29,980
The idea of a processing technique is the same, so it doesn't matter for open C V, whether you get

6
00:00:29,980 --> 00:00:33,430
the video from the webcam or from a video file.

7
00:00:33,850 --> 00:00:41,170
So once you learn the video processing technique with video files, then you can apply the same techniques

8
00:00:41,170 --> 00:00:44,410
with processing a webcam video.

9
00:00:44,620 --> 00:00:52,150
So in this section, we will be doing things like extracting single frames from a video or resizing

10
00:00:52,150 --> 00:00:58,330
video with Python, or removing the backgrounds of the video and replacing it with something else,

11
00:00:58,990 --> 00:00:59,720
etc..

12
00:01:00,010 --> 00:01:03,010
So get ready for this, and I'll talk to you in the next video to see whether.

