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, 1 insertions, 1 deletions
diff --git a/lvc/tools/e b/lvc/tools/e
index 89d822a..a85a767 100755
--- a/lvc/tools/e
+++ b/lvc/tools/e
@@ -1,2 +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..]
+ffmpeg -loglevel quiet -i $argv[1] -vf format=rgb24 -f rawvideo pipe:1 | cargo run --release -- -W 1920 -H 1080 encode $argv[2..]