Skip to content

vapoursynth compressibility function & vmaf comparison

License

Notifications You must be signed in to change notification settings

dim-geo/compressibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

compressibility

vapoursynth compressibility function & vmaf comparison

In this small python script 2 function are implemented:

  1. Compressibility check: Use 5% of the file, in clips of 30 seconds, to use as a sample for the whole file. Useful when you want to determine compressibility of a long video. Long videos are expensive to encode and if you want to check how encoding algorithm switches affect the result this is one way to go.

2.resize to 1080p: according to VMAF FAQ (https://github.com/Netflix/vmaf/blob/master/FAQ.md). Clips to compare must be 1920X1080p so that results make sense. So, resizing and adding boarders achieves that.

About

vapoursynth compressibility function & vmaf comparison

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages