ckurtm

Published

June 11, 2010

ckurtm in Scripting | June 11, 2010

Convert m4a to mp3 linux bash script

#!/bin/bash
for i in *.m4a
do
ffmpeg -i $i -sameq ${i%m4a}mp3
done

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Related

ckurtm

Published

June 11, 2010

Follow Me

  • View ckurtm’s profile on Twitter
  • View ckurtm’s profile on LinkedIn
  • View ckurtm’s profile on GitHub
  • View ckurtm’s profile on YouTube
  • View KurtMbanje’s profile on Google+

Recent Posts

  • Writing Android Tests with Espresso Test Recorder
  • Live Templates: Logging with Android Studio
  • Did you know: Reusing native element attributes in Custom Views
  • Did you know: ContextCompat
  • Simple SQL Provider (Easy way to write custom sql based Content Providers for Android)
Independent Publisher empowered by WordPress