aboutsummaryrefslogtreecommitdiff
path: root/bv1/tools/d-saved
diff options
context:
space:
mode:
Diffstat (limited to 'bv1/tools/d-saved')
-rwxr-xr-xbv1/tools/d-saved2
1 files changed, 2 insertions, 0 deletions
diff --git a/bv1/tools/d-saved b/bv1/tools/d-saved
new file mode 100755
index 0000000..16de45a
--- /dev/null
+++ b/bv1/tools/d-saved
@@ -0,0 +1,2 @@
+#!/bin/fish
+cargo run --release -- -W 1920 -H 1080 decode --debug | ffmpeg -pixel_format rgb24 -video_size 1920x1080 -framerate 30 -f rawvideo -i pipe:0 -i $argv[1] -map '0:v' -map '1:a' -c:v libsvtav1 -y data/output-debug.webm