Skip to content

Commit ae7c151

Browse files
FreezyLemonshssoichiro
authored andcommitted
libvmaf: Use model='path=...' instead of model_path=...
1 parent 4cb7935 commit ae7c151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

av1an-core/src/vmaf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pub fn run_vmaf(
204204

205205
let vmaf = if let Some(model) = model {
206206
format!(
207-
"[distorted][ref]libvmaf=log_fmt='json':eof_action=endall:log_path={}:model_path={}:n_threads={}",
207+
"[distorted][ref]libvmaf=log_fmt='json':eof_action=endall:log_path={}:model='path={}':n_threads={}",
208208
ffmpeg::escape_path_in_filter(stat_file),
209209
ffmpeg::escape_path_in_filter(&model),
210210
threads

0 commit comments

Comments
 (0)