summaryrefslogtreecommitdiff
path: root/bin/convertall
diff options
context:
space:
mode:
Diffstat (limited to 'bin/convertall')
-rwxr-xr-xbin/convertall6
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}