From 680b08e6b9d64284b7992fb52a23e5f891291406 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 9 Mar 2023 22:48:33 +0100 Subject: rename + readme --- lvc/tools/d-disp | 2 -- lvc/tools/d-dispd | 2 -- lvc/tools/d-save | 2 -- lvc/tools/d-saved | 2 -- lvc/tools/e | 2 -- 5 files changed, 10 deletions(-) delete mode 100755 lvc/tools/d-disp delete mode 100755 lvc/tools/d-dispd delete mode 100755 lvc/tools/d-save delete mode 100755 lvc/tools/d-saved delete mode 100755 lvc/tools/e (limited to 'lvc/tools') diff --git a/lvc/tools/d-disp b/lvc/tools/d-disp deleted file mode 100755 index d7b8feb..0000000 --- a/lvc/tools/d-disp +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/fish -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 diff --git a/lvc/tools/d-dispd b/lvc/tools/d-dispd deleted file mode 100755 index 97a2b90..0000000 --- a/lvc/tools/d-dispd +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/fish -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 diff --git a/lvc/tools/d-save b/lvc/tools/d-save deleted file mode 100755 index 1f19994..0000000 --- a/lvc/tools/d-save +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/fish -cargo run --release -- -W 1920 -H 1080 decode | ffmpeg -pixel_format rgb24 -video_size 1920x1080 -framerate 30 -f rawvideo -i pipe:0 -i $argv[1] -map '0:v' -map '1:a' -c:v libsvtav1 -y data/output.webm diff --git a/lvc/tools/d-saved b/lvc/tools/d-saved deleted file mode 100755 index 16de45a..0000000 --- a/lvc/tools/d-saved +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/fish -cargo run --release -- -W 1920 -H 1080 decode --debug | ffmpeg -pixel_format rgb24 -video_size 1920x1080 -framerate 30 -f rawvideo -i pipe:0 -i $argv[1] -map '0:v' -map '1:a' -c:v libsvtav1 -y data/output-debug.webm diff --git a/lvc/tools/e b/lvc/tools/e deleted file mode 100755 index a85a767..0000000 --- a/lvc/tools/e +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/fish -ffmpeg -loglevel quiet -i $argv[1] -vf format=rgb24 -f rawvideo pipe:1 | cargo run --release -- -W 1920 -H 1080 encode $argv[2..] -- cgit v1.2.3-70-g09d2