Skip to content

Banhkun/CS232.N21-VIDEO-COMPRESSION-WITH-ITU-STANDARD-METHODS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published