Converting M4a Files to MP3 with Soundconverter
Steve
startrek.steve at gmail.com
Sun May 8 14:34:00 EDT 2011
On 08/05/2011 15:44, Steve wrote:
> Nigel Roles wrote:
>>>
>>> Is this a bug in the latest git version of get_iplayer, or am I
>>> missing something that it needs?
>>> Also, if anyone can suggest how to convert the other aac files I'd
>>> downloaded into MP3s, it'd be appreciated...
>
> Yes I use Soundconverter with this script:
##### Get_Iplayer
###############################################################################################
# Get_Iplayer Weekdays
/usr/bin/perl /home/steve/iplayer/gipaac2mp3 --type radio --modes
flashaacstd --verbose --pvr 2>>/tmp/get_iplayer.log
# Move Get_iplayer M4A files to Conversion Folder (M4A)
mv -f /home/steve/iplayer/*.m4a /home/steve/iplayer/M4A
# Convert M4A Files to MP3
/usr/bin/soundconverter -b -m audio/mpeg -s .mp3
/home/steve/iplayer/M4A/*.m4a
# Move Converted MP3 Files from M4A Folder Back to MP3 Folder & M4A
Files to Processed
mv -f /home/steve/iplayer/M4A/*.mp3 /home/steve/iplayer
mv -f /home/steve/iplayer/M4A/*.m4a /home/steve/iplayer/M4A/Processed
> Steve
More information about the get_iplayer
mailing list