aboutsummaryrefslogtreecommitdiff
path: root/lvc/tools/e
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-03-07 21:52:04 +0100
committermetamuffin <metamuffin@disroot.org>2023-03-07 21:52:04 +0100
commit755325d6c8faa897ee686452831cb544d6c72d75 (patch)
tree7682fe2f18889fe95674f3de7242c5c1601b266d /lvc/tools/e
parentda39ed55e1440fba61122c5fa2262ab9b0a9dd21 (diff)
downloadvideo-codec-experiments-755325d6c8faa897ee686452831cb544d6c72d75.tar
video-codec-experiments-755325d6c8faa897ee686452831cb544d6c72d75.tar.bz2
video-codec-experiments-755325d6c8faa897ee686452831cb544d6c72d75.tar.zst
more magic
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..]