aboutsummaryrefslogtreecommitdiff
path: root/evc/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'evc/scripts')
-rwxr-xr-xevc/scripts/stream-nodebug2
1 files changed, 1 insertions, 1 deletions
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