From c40794b2040330ec2625bedf7df961115680c08b Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Jan 2026 22:34:35 -0500 Subject: update bin --- bin/convertall | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/convertall (limited to 'bin/convertall') diff --git a/bin/convertall b/bin/convertall new file mode 100755 index 0000000..0b24e3a --- /dev/null +++ b/bin/convertall @@ -0,0 +1,6 @@ +#!/command/execlineb -P +forbacktickx -E file { + pipeline { pipeline { pipeline { find . -name \*.webm } sed "s/webm$/mp4/g" } sort } fdmove 3 0 + pipeline { pipeline { find . -name \*.mp4 } sort } + comm -3 - /dev/fd/3 +} av1ify ${file} -- cgit v1.2.3