diff options
Diffstat (limited to 'bv1/tools/e')
-rwxr-xr-x | bv1/tools/e | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bv1/tools/e b/bv1/tools/e new file mode 100755 index 0000000..a85a767 --- /dev/null +++ b/bv1/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..] |