From 70514416c2ade2abe628efbd0a629a66febdeb13 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 6 Dec 2022 19:30:03 +0100 Subject: minor stuff, store translation as i8 --- evc/scripts/stream-lq | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'evc/scripts/stream-lq') diff --git a/evc/scripts/stream-lq b/evc/scripts/stream-lq index 486dbaf..300800a 100755 --- a/evc/scripts/stream-lq +++ b/evc/scripts/stream-lq @@ -1,5 +1,5 @@ #!/bin/fish -ffmpeg -i $argv[1] -vf scale=1280x720,fps=30,format=rgb24 -f rawvideo pipe:1 2>/dev/null | - cargo run --release --bin encode -- -W 1280 -H 720 | - cargo run --release --bin decode -- --debug | - ffplay -framerate 30 -video_size 1280x720 -pixel_format rgb24 -f rawvideo pipe:0 2>/dev/null +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 -- cgit v1.2.3-70-g09d2