()
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected