Skip to content

Commit a6957a0

Browse files
committed
Update README.
1 parent 1469328 commit a6957a0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ VMAF is a perceptual video quality assessment algorithm developed by Netflix. VM
66

77
## What's New
88

9+
- (5/23/18) Added multi-threading to `vmafossexec`.
910
- (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`.
1011
- (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`.
1112
- (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.
@@ -464,10 +465,6 @@ wrapper/vmafossexec yuv420p 576 324
464465

465466
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).
466467

467-
#### Troubleshooting
468-
469-
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`).
470-
471468
## Usage through `libvmaf`
472469

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

0 commit comments

Comments
 (0)