diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-08 15:43:22 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-08 15:43:22 +0100 |
commit | 5b3c03bc0cfcf89e76953dde13ed58a39b5d1dd0 (patch) | |
tree | a4afcd3db0b659b959ee49b5282fd3c70f46d37f /lvc/tools/d-dispd | |
parent | b9b629a8ed9c393b1b475f67f427d26e649a6794 (diff) | |
download | video-codec-experiments-5b3c03bc0cfcf89e76953dde13ed58a39b5d1dd0.tar video-codec-experiments-5b3c03bc0cfcf89e76953dde13ed58a39b5d1dd0.tar.bz2 video-codec-experiments-5b3c03bc0cfcf89e76953dde13ed58a39b5d1dd0.tar.zst |
do stuff, idk
Diffstat (limited to 'lvc/tools/d-dispd')
-rwxr-xr-x | lvc/tools/d-dispd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lvc/tools/d-dispd b/lvc/tools/d-dispd index c4b435d..dac3faf 100755 --- a/lvc/tools/d-dispd +++ b/lvc/tools/d-dispd @@ -1,2 +1,2 @@ #!/bin/fish -cargo run --release -- -w 1920 -h 1080 decode --debug | ffplay -video_size 1920x1080 -pixel_format rgb24 -f rawvideo pipe:0
\ No newline at end of file +cargo run --release -- -w 1920 -h 1080 decode --debug | ffplay -loglevel quiet -video_size 1920x1080 -pixel_format rgb24 -f rawvideo pipe:0
\ No newline at end of file |