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

Function to_string_one_input_test

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

Source from the content-addressed store, hash-verified

284
285 #[test]
286 fn to_string_one_input_test() {
287 assert_eq!(get_one_input_args().to_string(),
288 "-progress tcp://localhost:1234 -stats_period 0.5 -y -i 1080-60.y4m -b:v 6M -c:v h264_nvenc -preset hq -tune hq -profile:v high -rc cbr -multipass qres -rc-lookahead 8 -f null -"
289 );
290 }
291
292 #[test]
293 fn to_string_two_input_test() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected