Skip to content

meds-uet/h.264-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H.264 Encoder

The project is divided into 3 parts.

  1. Main Code: H.264 Encoding module converted from becattles's implementation: hardh264.
  2. Inter Prediction: Module for H.264 standard interprediction.
  3. Data Handling: It contains a state machine for handling the data input to the h264 encoding module.

Build and Simulate

Input video

Before go to build and simulation, put the raw input video file in the top directory. The name and extension of input video file is like: sample_int.yuv.

  • Drive link for example input video file.
  • Website for input video file.

Main H.264 Encoder

Goto top directory and run the command

make all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors