diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-07 22:30:23 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-07 22:30:23 +0100 |
commit | b9b629a8ed9c393b1b475f67f427d26e649a6794 (patch) | |
tree | 682cf6187fc3cbf6ff64243836c8240dbde27be5 /lvc/tools/d-saved | |
parent | 755325d6c8faa897ee686452831cb544d6c72d75 (diff) | |
download | video-codec-experiments-b9b629a8ed9c393b1b475f67f427d26e649a6794.tar video-codec-experiments-b9b629a8ed9c393b1b475f67f427d26e649a6794.tar.bz2 video-codec-experiments-b9b629a8ed9c393b1b475f67f427d26e649a6794.tar.zst |
a
Diffstat (limited to 'lvc/tools/d-saved')
-rwxr-xr-x | lvc/tools/d-saved | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lvc/tools/d-saved b/lvc/tools/d-saved new file mode 100755 index 0000000..f342106 --- /dev/null +++ b/lvc/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 -f rawvideo -i pipe:0 -i $argv[1] -map '0:v' -map '1:a' -c:v libsvtav1 -y data/output-debug.webm |