From a5b09a2fc7a2e1ddc5776993373052cd3eda9b51 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 6 Dec 2022 09:10:30 +0100 Subject: a --- evc/scripts/gen-debug | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 evc/scripts/gen-debug (limited to 'evc/scripts/gen-debug') diff --git a/evc/scripts/gen-debug b/evc/scripts/gen-debug new file mode 100755 index 0000000..513afab --- /dev/null +++ b/evc/scripts/gen-debug @@ -0,0 +1,4 @@ +#/bin/fish +cargo run --release --bin encode -- -W 1920 -H 1080 < samples/raw > samples/encoded +cargo run --release --bin decode -- --debug < samples/encoded > samples/decoded +ffmpeg -y -framerate 30 -video_size 1920x1080 -pixel_format rgb24 -f rawvideo -i samples/decoded samples/decoded.mp4 -- cgit v1.2.3-70-g09d2