[][src]Function vmaf_sys::extras::get_vmaf_def_model

pub fn get_vmaf_def_model() -> (&'static str, &'static str)

Returns the string contents of the VMAF 'default' model that this library was compiled with.

Regarding the return tuple. I have no idea what the first is, in relation to the second. Yet the first component (in the tuple) is what you give VMAF (dumped to a file).

The second is also for VMAF, but it looks for it with the same file path as the first, except ending with a .model extension. There is no documentation about this, yet it seems to be what it wants at runtime.