MCPcopy Create free account
hub / github.com/Proryanator/encoder-benchmark / to_string_two_input_test

Function to_string_two_input_test

ffmpeg/src/args.rs:293–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291
292 #[test]
293 fn to_string_two_input_test() {
294 assert_eq!(get_two_input_args().to_string(),
295 "-progress tcp://localhost:1234 -stats_period 0.5 -y -i 1080-60.y4m -i 1080-60-2.y4m -b:v 6M -c:v h264_nvenc -preset hq -tune hq -profile:v high -rc cbr -multipass qres -rc-lookahead 8 -f null -"
296 );
297 }
298
299 #[test]
300 fn map_to_vmaf_test() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected