GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
jryland
/
Import
Transfer to URL with SHA
Find file
Newer
Older
branch:
MacBookPro
Branches
Tags
×
DELL-PC
MacBookPro
NUC
master
Import
/
applications
/
RocketMan
/ convert_CAF_2_AIF.sh
John
on 29 Dec 2020
94 bytes
bulk import from macbookpro checkouts
Raw
Blame
History
#!/bin/bash ext="aif" for f in *.$ext do time afconvert -v -f caff -d ima4 -c 1 "$f" done