AK1194 / Video-Compression-motion-estimation-block-video-encoder

This repository is about video compression, and more specifically about the motion estimation block (ME block) of a video encoder. It is a research project for developing an efficient motion estimation algorithm, so that the video compression technology can keep pace with the high frame rate videos and high resolution videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video-Compression-motion-estimation-block-video-encoder

This project is about the motion estimation block of a video encoder in video compression. The aim of this project is to find an optimum motion estimation algorithm which has a fair trade off between accuracy of frame estimation and the speed. I have implemented Full Search algorithm (FS), logarithmic search algorithm (LS) in MATLAB using 10 frames of Foreman.

The sample video (10frames) is also uploaded here in the zip file.

About

This repository is about video compression, and more specifically about the motion estimation block (ME block) of a video encoder. It is a research project for developing an efficient motion estimation algorithm, so that the video compression technology can keep pace with the high frame rate videos and high resolution videos.


Languages

Language:MATLAB 83.3%Language:M 16.7%