bash$ for file in *.mp3; do ffmpeg -i “$file” -acodec libfaac -ab 128k “${file/.mp3/.m4a}”; done
{ 2009 10 14 }
What's on my computer, how it got there and how to use it
{ 2009 10 14 }
bash$ for file in *.mp3; do ffmpeg -i “$file” -acodec libfaac -ab 128k “${file/.mp3/.m4a}”; done
Posted by Zymurgeek on Wednesday, October 14th, 2009, at 6:20 pm, and filed under Uncategorized.
Follow any responses to this entry with the RSS 2.0 feed.
You can post a comment, or trackback from your site.
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Post a Comment
You must be logged in to post a comment.