aboutsummaryrefslogtreecommitdiff
path: root/evc/scripts/stream
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-04 22:48:02 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-04 22:48:02 +0100
commit200f8064e1b1b96acc7d4a6f0f8321b2da5c2830 (patch)
treea0d5d76b1d6604be8eaab31d6e9eef0a01660e68 /evc/scripts/stream
parent23d6c2d3b56145999c14596733853bc6de49eff3 (diff)
downloadvideo-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar
video-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar.bz2
video-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar.zst
rename thing
Diffstat (limited to 'evc/scripts/stream')
-rwxr-xr-xevc/scripts/stream4
1 files changed, 2 insertions, 2 deletions
diff --git a/evc/scripts/stream b/evc/scripts/stream
index cd7e159..7e9400d 100755
--- a/evc/scripts/stream
+++ b/evc/scripts/stream
@@ -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} $argv[4..] |
- cargo run --release --bin decode -- --debug |
+ cargo run --release --bin reschmux-encode -- -W {$w} -H {$h} $argv[4..] |
+ cargo run --release --bin reschmux-decode -- --debug |
ffplay -hide_banner -framerate 30 -video_size {$w}x{$h} -pixel_format rgb24 -f rawvideo pipe:0