diff options
Diffstat (limited to 'evc/scripts/stream-lq')
-rwxr-xr-x | evc/scripts/stream-lq | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/evc/scripts/stream-lq b/evc/scripts/stream-lq deleted file mode 100755 index 300800a..0000000 --- a/evc/scripts/stream-lq +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/fish -ffmpeg -i $argv[1] -vf scale=920x550,fps=30,format=rgb24 -f rawvideo pipe:1 2>/dev/null | - LOG=info cargo run --release --bin encode -- -W 920 -H 550 | - LOG=info cargo run --release --bin decode -- --debug | - ffplay -framerate 30 -video_size 920x550 -pixel_format rgb24 -f rawvideo pipe:0 2>/dev/null |