diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-07 21:52:04 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-07 21:52:04 +0100 |
commit | 755325d6c8faa897ee686452831cb544d6c72d75 (patch) | |
tree | 7682fe2f18889fe95674f3de7242c5c1601b266d /lvc/tools/e | |
parent | da39ed55e1440fba61122c5fa2262ab9b0a9dd21 (diff) | |
download | video-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-x | lvc/tools/e | 2 |
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..] |