From 4f9ff288cfd66dc33cf66ae9085075f7a242685b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 8 Dec 2022 22:20:34 +0100 Subject: small oopsie --- evc/scripts/stream-nodebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evc/scripts') diff --git a/evc/scripts/stream-nodebug b/evc/scripts/stream-nodebug index 8193654..7211b05 100755 --- a/evc/scripts/stream-nodebug +++ b/evc/scripts/stream-nodebug @@ -2,6 +2,6 @@ set w $argv[1] set h $argv[2] ffmpeg -hide_banner -i $argv[3] -vf scale={$w}x{$h},fps=30,format=rgb24 -f rawvideo pipe:1 | - cargo run --release --bin encode -- -W {$w} -H {$h} | + cargo run --release --bin encode -- -W {$w} -H {$h} $argv[4..] | cargo run --release --bin decode -- | ffplay -hide_banner -framerate 30 -video_size {$w}x{$h} -pixel_format rgb24 -f rawvideo pipe:0 -- cgit v1.2.3-70-g09d2