Skip to content
/ SRVC Public
forked from AdaptiveVC/SRVC

Implementation of the "Efficient Video Compression via Content-Adaptive Super-Resolution" paper in Tensorflow.

Notifications You must be signed in to change notification settings

luztxp/SRVC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efficient Video Compression via Content-Adaptive Super-Resolution

We present a new approach that augments existing codecs with a small, content-adaptive super-resolution model that significantly boosts video quality. Our method, SRVC, encodes video into two bitstreams:

  1. a content stream, produced by compressing downsampled low-resolution video with the existing codec,
  2. a model stream, which encodes periodic updates to a lightweight super-resolution neural network customized for short segments of the video.

SRVC decodes the video by passing the decompressed low-resolution video frames through the (time-varying) super-resolution model to reconstruct high-resolution video frames.

Installation

For installing the required packages using Conda, use:

git clone https://github.com/AdaptiveVC/SRVC.git
cd SRVC
conda env create -f environment.yml

Running SRVC

For running SRVC, check python srvc.py --help.

Videos

Vimeo Short Films

We use 28 short films with direct download buttons on Vimeo. These videos are in high-resolution, have realistic scene changes from movie-makers, and have 10min+ duration.

Vimeo video_ids are located here, and you can view/download them at vimeo.com/video_id, e.g., vimeo.com/441417334.

Once downloaded, you can use the scripts and instructions located here to pre-process the data into the low-resolution and high-resolution formats needed by SRVC.

Xiph Full Sequences

We use the following four long video sequences from the Xiph video dataset:

ToDos

  • Upload the demo samples

About

Implementation of the "Efficient Video Compression via Content-Adaptive Super-Resolution" paper in Tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.8%
  • Shell 12.2%