Skip to content

MPEG encoder and decoder framework that showcases many image processing techniques; namely frame sub/up-sampling, image/video compression, and motion estimation.

Notifications You must be signed in to change notification settings

srishatagopam/mpeg-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpeg-encoder

MPEG encoder and decoder framework that showcases many image processing techniques; namely frame sub/up-sampling, image/video compression, and motion estimation. This project was originally written in MATLAB, so I decided to rewrite it in Python as an exercise and to get used to image processing packages, such as cv2.

Usage

Here are the command line arguments:

--file        # Filepath of input video
--extract     # Which frames to extract

Example

$python mpeg.py --file '/filepath/video.avi' --extract 5 10

Output

alt text

About

MPEG encoder and decoder framework that showcases many image processing techniques; namely frame sub/up-sampling, image/video compression, and motion estimation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages