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-disp | |
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-disp')
-rwxr-xr-x | lvc/tools/d-disp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lvc/tools/d-disp b/lvc/tools/d-disp index 5879bf3..f62d229 100755 --- a/lvc/tools/d-disp +++ b/lvc/tools/d-disp @@ -1,2 +1,2 @@ #!/bin/fish -cargo run --release -- -w 1920 -h 1080 decode | 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 | ffplay -loglevel quiet -video_size 1920x1080 -pixel_format rgb24 -f rawvideo pipe:0
\ No newline at end of file |