aboutsummaryrefslogtreecommitdiff
path: root/bv1/tools/e
diff options
context:
space:
mode:
Diffstat (limited to 'bv1/tools/e')
-rwxr-xr-xbv1/tools/e2
1 files changed, 0 insertions, 2 deletions
diff --git a/bv1/tools/e b/bv1/tools/e
deleted file mode 100755
index a85a767..0000000
--- a/bv1/tools/e
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/fish
-ffmpeg -loglevel quiet -i $argv[1] -vf format=rgb24 -f rawvideo pipe:1 | cargo run --release -- -W 1920 -H 1080 encode $argv[2..]