dotfiles/scripts/dupa
2025-03-23 22:24:32 +01:00

2 lines
65 B
Bash

#!/bin/sh
for i in *.$1; do ffmpeg -i "$i" "$3/${i%.*}.$2"; done