This commit is contained in:
parent
7a0e4c9c44
commit
a50f58f5e8
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ use std::process::Command;
|
||||||
|
|
||||||
#[tokio::main(flavor = "current_thread")]
|
#[tokio::main(flavor = "current_thread")]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
|
println!("splattie starting!");
|
||||||
match Command::new("ffmpeg").arg("-version").output() {
|
match Command::new("ffmpeg").arg("-version").output() {
|
||||||
Ok(output) => {
|
Ok(output) => {
|
||||||
let stdout = String::from_utf8_lossy(&output.stdout);
|
let stdout = String::from_utf8_lossy(&output.stdout);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue