From a5b09a2fc7a2e1ddc5776993373052cd3eda9b51 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 6 Dec 2022 09:10:30 +0100 Subject: a --- evc/scripts/stream | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'evc/scripts/stream') diff --git a/evc/scripts/stream b/evc/scripts/stream index 2db33b9..9fd9395 100755 --- a/evc/scripts/stream +++ b/evc/scripts/stream @@ -1,6 +1,5 @@ #!/bin/fish ffmpeg -i ~/videos/eddie-woo.mp4 -to 10 -vf scale=1920x1080,fps=30,format=rgb24 -f rawvideo pipe:1 2>/dev/null | cargo run --release --bin encode -- -W 1920 -H 1080 | - cargo run --release --bin decode -- | + cargo run --release --bin decode -- --debug | ffplay -framerate 30 -video_size 1920x1080 -pixel_format rgb24 -f rawvideo pipe:0 2>/dev/null - \ No newline at end of file -- cgit v1.2.3-70-g09d2