diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 22:34:35 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 22:34:35 -0500 |
| commit | c40794b2040330ec2625bedf7df961115680c08b (patch) | |
| tree | 4ff1d4fda76d5d59d5d3604a015cc474438ab470 /bin/convertall | |
| parent | 8fdacc55625a04f94d3e364d53aeec84bc93f6be (diff) | |
update bin
Diffstat (limited to 'bin/convertall')
| -rwxr-xr-x | bin/convertall | 6 |
1 files changed, 6 insertions, 0 deletions
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} |
