Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Proryanator/encoder-benchmark
/ get_two_input_args
Function
get_two_input_args
ffmpeg/src/args.rs:345–349 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
}
344
345
fn get_two_input_args() -> FfmpegArgs {
346
let mut args = get_one_input_args();
347
args.second_input = INPUT_TWO.to_string();
348
return args;
349
}
350
}
Callers
3
build_all_args_test
Function · 0.85
map_to_vmaf_test
Function · 0.85
map_to_vmaf_to_string_test
Function · 0.85
Calls
2
get_one_input_args
Function · 0.85
to_string
Method · 0.45
Tested by
3
build_all_args_test
Function · 0.68
map_to_vmaf_test
Function · 0.68
map_to_vmaf_to_string_test
Function · 0.68