From 306f96164784a8cbf405e72fa4364d6523366e95 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 5 May 2025 15:09:54 +0200 Subject: old dir --- evc/scripts/stream-nodebug | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 evc/scripts/stream-nodebug (limited to 'evc/scripts/stream-nodebug') diff --git a/evc/scripts/stream-nodebug b/evc/scripts/stream-nodebug deleted file mode 100755 index 380ec5f..0000000 --- a/evc/scripts/stream-nodebug +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/fish -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 reschmux-encode -- -W {$w} -H {$h} $argv[4..] | - cargo run --release --bin reschmux-decode -- | - ffplay -hide_banner -framerate 30 -video_size {$w}x{$h} -pixel_format rgb24 -f rawvideo pipe:0 -- cgit v1.2.3-70-g09d2