D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] sound extractor

 

Not that I know of, but this script will do the same. Please not that this wasn't tested in any way and was just cobbled together from a couple google searches. Your mileage may vary.

#!/bin/bash
cd $1
for f in *; do 
avconv -i "$f" "${f%.*}.mp3"
done

On Sat, 1 Aug 2015 at 12:59 Tom <madtom1999@xxxxxxxxxxxxxx> wrote:
Is there anything I can point at a directory full of various media and
end up with another directory of just the soundtracks?
Tom te tom te tom

--
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/listfaq
-- 
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/listfaq