LINUX.ORG.RU

История изменений

Исправление etwrq, (текущая версия) :

find $PWD -type f -print0 | xargs -0 -I {} ffmpeg -i {} $OPTS $RESULT

Исходная версия etwrq, :

find $PWD -type f -print0 | xargs -0 -I{} ffmpeg -i {} $OPTS $RESULT