Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
li-zhi committed May 24, 2018
1 parent 1469328 commit a6957a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ VMAF is a perceptual video quality assessment algorithm developed by Netflix. VM

## What's New

- (5/23/18) Added multi-threading to `vmafossexec`.
- (1/20/18) Moved custom subjective models into a submodule named [sureal](https://github.com/Netflix/sureal). If you pull the latest changes, you will have to pull the submoddule by `git submodule update --init --recursive` and add `sureal/python/src` to `PYTHONPATH`.
- (8/12/17) VMAF is now included as a filter in [FFmpeg](http://ffmpeg.org/) main branch, and can be configured using: `./configure --enable-libvmaf`.
- (7/16/17) VMAF is now packaged into a library call `libvmaf` and can be called from a C/C++ program directly. See [this](#usage-through-libvmaf) section for details.
Expand Down Expand Up @@ -464,10 +465,6 @@ wrapper/vmafossexec yuv420p 576 324

For VMAF v0.6.1, the model file is `model/vmaf_v0.6.1.pkl`. The correspondence is documented [here](python/src/vmaf/core/quality_runner.py#L255).

#### Troubleshooting

Note that `vmafossexec` depends on a shared library `ptools/libptools.so` (or on macOS, `ptools/libptools.dylib`). If you move the executable, make sure to include the shared library in `LD_LIBRARY_PATH` (or on macOS, `DYLD_LIBRARY_PATH`).

## Usage through `libvmaf`

VMAF is now packaged into a library called `libvmaf`. You can install the library built using object files under wrapper/obj and ptools.
Expand Down

0 comments on commit a6957a0

Please sign in to comment.