blob: 0b24e3aca16afcdf8a6424f58d0d7e4424c9f05b (
plain)
1
2
3
4
5
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}
|