aboutsummaryrefslogtreecommitdiff
path: root/evc/scripts/gen
diff options
context:
space:
mode:
Diffstat (limited to 'evc/scripts/gen')
-rwxr-xr-xevc/scripts/gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/evc/scripts/gen b/evc/scripts/gen
index 1cf4493..620c69f 100755
--- a/evc/scripts/gen
+++ b/evc/scripts/gen
@@ -5,6 +5,6 @@ set t $argv[3]
ffmpeg -hide_banner -i $argv[4] -to {$t} -vf scale={$w}x{$h},fps=30,format=rgb24 -f rawvideo pipe:1 |
LOG=info cargo run --release --bin encode -- -W {$w} -H {$h} > samples/encoded
LOG=info cargo run --release --bin decode -- < samples/encoded |
- ffmpeg -hide_banner -y -framerate 30 -video_size {$w}x{$h} -pixel_format rgb24 -f rawvideo -i pipe:0 samples/decoded.mp4
+ ffmpeg -hide_banner -y -framerate 30 -video_size {$w}x{$h} -pixel_format rgb24 -f rawvideo -i pipe:0 samples/decoded.webm
LOG=info cargo run --release --bin decode -- --debug < samples/encoded |
- ffmpeg -hide_banner -y -framerate 30 -video_size {$w}x{$h} -pixel_format rgb24 -f rawvideo -i pipe:0 samples/decoded-debug.mp4
+ ffmpeg -hide_banner -y -framerate 30 -video_size {$w}x{$h} -pixel_format rgb24 -f rawvideo -i pipe:0 samples/decoded-debug.webm