Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.27 KB

File metadata and controls

49 lines (30 loc) · 1.27 KB

Introduction

This repository stores our solutions for all problems in the CS232.N21 - Multimedia

Member

Order Member ID Role
1 Đinh Nhật Minh 20521597 Developer
2 Lê Việt Thịnh 20520781 Commander
3 Vương Vĩnh thuận 20521997 Ấter

Code execution

Simple code execution.

Development environment: Python3

Setup Python Library:

git clone https://github.com/Banhkun/CS232.N21-VIDEO-COMPRESSION-WITH-ITU-STANDARD-METHODS
pip install -r requirements

Command to run:

python .\H2xx.py --src [Video name].yuv --size [height of the video]x[width of the video] --fps 30 --dst [Source name].avi
  • src: file path of the source video (in the .yuv format)

  • size: heightxwidth

  • fps: the frame per second of the source video

  • dst: file path of the destination video (in the .avi format)

Check out tutorial.ipynb for complete experiment

Status of repository

Complete