aboutsummaryrefslogtreecommitdiff
path: root/lvc/tools/e
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/tools/e')
-rwxr-xr-xlvc/tools/e2
1 files changed, 2 insertions, 0 deletions
diff --git a/lvc/tools/e b/lvc/tools/e
new file mode 100755
index 0000000..89d822a
--- /dev/null
+++ b/lvc/tools/e
@@ -0,0 +1,2 @@
+#!/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..]