diff options
Diffstat (limited to 'bv1/tools/d-save')
-rwxr-xr-x | bv1/tools/d-save | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bv1/tools/d-save b/bv1/tools/d-save new file mode 100755 index 0000000..1f19994 --- /dev/null +++ b/bv1/tools/d-save @@ -0,0 +1,2 @@ +#!/bin/fish +cargo run --release -- -W 1920 -H 1080 decode | 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.webm |