Исправление etwrq, 25.09.23 20:53 (текущая версия) :
find $PWD -type f -print0 | xargs -0 -I {} ffmpeg -i {} $OPTS $RESULT
Исходная версия etwrq, 25.09.23 20:53:
find $PWD -type f -print0 | xargs -0 -I{} ffmpeg -i {} $OPTS $RESULT