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.
- Host: GitHub
- URL: https://github.com/AK1194/Video-Compression-motion-estimation-block-video-encoder
- Owner: AK1194
- Created: 2017-03-02T21:56:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T12:02:21.000Z (over 5 years ago)
- Last Synced: 2024-12-02T20:47:52.210Z (about 1 year ago)
- Topics: frame-rate, high-resolution, matlab, motion-estimation, resolution, video, video-encoding, video-processing
- Language: MATLAB
- Homepage:
- Size: 9.17 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-video - 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 - 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 estima... (Encoding / Talks Presentations Podcasts)
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.