回答例

for f in *.spc; do set -x; ffmpeg -hide_banner -loglevel error -y -i "$f" -t "$(espctag -gnL "$f")" "${f%.spc}.wav"; set +x; done

解説


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS