Run An External Command In Rust
This is a basic example using ffprobe which gets a string back (after chomping off the newline)
use Command;
Output:
[src/main.rs:24] frame_count_str = "33366"
-- end of line --
This is a basic example using ffprobe which gets a string back (after chomping off the newline)
use Command;
[src/main.rs:24] frame_count_str = "33366"