An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/AK1194/Video-Compression-motion-estimation-block-video-encoder

frame-rate high-resolution matlab motion-estimation resolution video video-encoding video-processing

Last synced: 5 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.