Help!

How to convert .m4p files to .mp3?

 
  

Goto page 1, 2
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions (archive 2) RSS
Next:  Stats comp.os.linux.misc (last 7 days)  
Author Message
somebody
External


Since: Jun 01, 2004
Posts: 49



PostPosted: Sun Dec 10, 2006 8:51 pm    Post subject: How to convert .m4p files to .mp3?
Archived from groups: comp>os>linux>misc (more info?)

This has probably been asked before, but I can't seem to
find the answer in google. My wife downloaded a few
Christmas songs for me using iTunes and I found them
to be in .m4p format. I can't seem to find any
conversion utilities for Linux. I looked at the man
pages for ffmpeg, faac, and faad, but still do not
see how to do this. I did find some commercial format
conversion utilities, but I'd hate to buy something
for just a few songs. Is there any open source Linux
software utilities that will convert .m4p to .mp3?

-Thanks
Back to top
google01013
External


Since: Dec 08, 2006
Posts: 96



PostPosted: Mon Dec 11, 2006 2:02 am    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 10 Dec 2006 20:51:06 -0500, somebody <some.DeleteThis@body.com> wrote:

> This has probably been asked before, but I can't seem to
> find the answer in google. My wife downloaded a few
> Christmas songs for me using iTunes and I found them
> to be in .m4p format. I can't seem to find any
> conversion utilities for Linux. I looked at the man
> pages for ffmpeg, faac, and faad, but still do not
> see how to do this. I did find some commercial format
> conversion utilities, but I'd hate to buy something
> for just a few songs. Is there any open source Linux
> software utilities that will convert .m4p to .mp3?
>
> -Thanks
>

Everybody's got a fav but I really like pacpl (the pearl audio converter)
it's fast, tons of formats, can run either from a Konqueror service menu
or command line. No fancy gui but great tool nonetheless

ffmpeg would be something like "ffmpeg -i xxx.m4a xxx.mp3", but you'd want
to make sure the bit rate converted to was comensurate with the input

--
OpenSuse 10.2 x64, KDE 3.5, Opera 9.x weekly
Back to top
Al Phi
External


Since: Nov 29, 2006
Posts: 24



PostPosted: Mon Dec 11, 2006 9:59 am    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Marcelino Luna wrote:
> somebody wrote:
> > Is there any open source Linux
> > software utilities that will convert .m4p to .mp3?
>
> Try this online converter:
>
> http://duggmirror.com/software/Convert_Everything/

Of course that would mean you would be uploading and downloading the
file again.

--
Al Phi
Back to top
Marcelino Luna
External


Since: Dec 11, 2006
Posts: 7



PostPosted: Mon Dec 11, 2006 12:29 pm    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

somebody wrote:
> Is there any open source Linux
> software utilities that will convert .m4p to .mp3?

Try this online converter:

http://duggmirror.com/software/Convert_Everything/


Regards,
//.arce
Back to top
noi
External


Since: Oct 19, 2004
Posts: 614



PostPosted: Mon Dec 11, 2006 7:23 pm    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 10 Dec 2006 20:51:06 -0500, somebody wrote this:

> This has probably been asked before, but I can't seem to find the answer
> in google. My wife downloaded a few Christmas songs for me using iTunes
> and I found them to be in .m4p format. I can't seem to find any
> conversion utilities for Linux. I looked at the man pages for ffmpeg,
> faac, and faad, but still do not see how to do this. I did find some
> commercial format conversion utilities, but I'd hate to buy something
> for just a few songs. Is there any open source Linux software utilities
> that will convert .m4p to .mp3?
>
> -Thanks

There's no iTunes player for Linux yet. If you can play the iTunes on
your wife's Mac or PC then just record the tune as it is being played
(record PCM out) then convert the recording to mp3.

Or easiest connect the line-out to line-in on the PC (Win/Linux), or iPod
to PC, using a male to male adapter to record the tunes off line-in.
Record at or above 192k, or CD quality.
Back to top
somebody
External


Since: Jun 01, 2004
Posts: 49



PostPosted: Mon Dec 11, 2006 10:41 pm    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 11 Dec 2006 02:02:55 +0000, google01013 wrote:

> Everybody's got a fav but I really like pacpl (the pearl audio converter)
> it's fast, tons of formats, can run either from a Konqueror service menu
> or command line. No fancy gui but great tool nonetheless
>
> ffmpeg would be something like "ffmpeg -i xxx.m4a xxx.mp3", but you'd want
> to make sure the bit rate converted to was comensurate with the input


Installed and configured the perl audio converter. Unfortunately,
it doesn't handle .m4p files.
Back to top
google01013
External


Since: Dec 08, 2006
Posts: 96



PostPosted: Tue Dec 12, 2006 5:04 am    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 11 Dec 2006 22:41:45 -0500, somebody <some.RemoveThis@body.com> wrote:

> On Mon, 11 Dec 2006 02:02:55 +0000, google01013 wrote:
>
>> Everybody's got a fav but I really like pacpl (the pearl audio
>> converter)
>> it's fast, tons of formats, can run either from a Konqueror service menu
>> or command line. No fancy gui but great tool nonetheless
>>
>> ffmpeg would be something like "ffmpeg -i xxx.m4a xxx.mp3", but you'd
>> want
>> to make sure the bit rate converted to was comensurate with the input
>
>
> Installed and configured the perl audio converter. Unfortunately,
> it doesn't handle .m4p files.
>

it does, you're missing something probably the faad and faac rpm's
if you run "pacpl -install -c" it will tell you what formats is/isn't
available

--
OpenSuse 10.2 x64, KDE 3.5, Opera 9.x weekly
Back to top
somebody
External


Since: Jun 01, 2004
Posts: 49



PostPosted: Tue Dec 12, 2006 9:41 pm    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 12 Dec 2006 05:04:21 +0000, google01013 wrote:

> it does, you're missing something probably the faad and faac rpm's
> if you run "pacpl -install -c" it will tell you what formats is/isn't
> available


Here it is, not m4p. There's mp4, is that what you're thinking of?



antares:/tmp> pacpl
Perl Audio Converter - v3.2.5

Supported formats: mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc,
mpp, wv, ofr, ofs, tta, pac, lpac, kxs, aiff, au, snd,
ac3, la, bonk, raw, voc, smp, wav, wma, ra, ram,
Options:
-f --file=f Input file (can be used multiple times)
-d --dir=d Input directory (can be used multiple times)
-o --outdir=d Output directory (--dir)
-p --outfile=f Output file (--file) (single file only)
-re --recursive Recursively scan directory (use with --dir)
-pd --presdir Preserve directory structure (use with --recursive)
-ct --convertto=s Convert dir(s)/file(s)/playlist(s) to <format>
-u --uopts=s User supplied encoder options
-py --play=f Play audio file
-pl --playlist=s Convert files in playlist
-ov --overwrite Overwrite existing destination file
-th --taghelp Tag reading / writing options
-rh --riphelp CD ripping options
-vh --videohelp List of supported video codecs
-lh --longhelp Complete list of options

Usage: pacpl --<formattoformat> <option(s)> <--file/--dir> <file(s)/dir(s)>
pacpl --convertto <format> <option(s)> <--file/--dir>
<file(s)/dir(s)>
Back to top
DadofBrook
External


Since: Jan 21, 2007
Posts: 1



PostPosted: Sun Jan 21, 2007 10:33 pm    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I tried both TuneBite(http://www.tunebite.com) and
NoteBurner(http://www.noteburner.com). These two software can convert
WMA or even protected itunes music (M4P) to MP3. They worked perfectly
on my computer. But they are for Windows users. Sorry for that.

somebody wrote:
> This has probably been asked before, but I can't seem to
> find the answer in google. My wife downloaded a few
> Christmas songs for me using iTunes and I found them
> to be in .m4p format. I can't seem to find any
> conversion utilities for Linux. I looked at the man
> pages for ffmpeg, faac, and faad, but still do not
> see how to do this. I did find some commercial format
> conversion utilities, but I'd hate to buy something
> for just a few songs. Is there any open source Linux
> software utilities that will convert .m4p to .mp3?
>
> -Thanks
Back to top
noi
External


Since: Oct 19, 2004
Posts: 614



PostPosted: Mon Jan 22, 2007 7:41 am    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 21 Jan 2007 22:33:26 -0800, DadofBrook wrote this:

> I tried both TuneBite(http://www.tunebite.com) and
> NoteBurner(http://www.noteburner.com). These two software can convert WMA
> or even protected itunes music (M4P) to MP3. They worked perfectly on my
> computer. But they are for Windows users. Sorry for that.
>
> somebody wrote:
>> This has probably been asked before, but I can't seem to find the answer
>> in google. My wife downloaded a few Christmas songs for me using iTunes
>> and I found them to be in .m4p format. I can't seem to find any
>> conversion utilities for Linux. I looked at the man pages for ffmpeg,
>> faac, and faad, but still do not see how to do this. I did find some
>> commercial format conversion utilities, but I'd hate to buy something
>> for just a few songs. Is there any open source Linux software utilities
>> that will convert .m4p to .mp3?
>>
>> -Thanks

As I said to the OP just play the tunes and use sound recorder to record
and save them in ogg format. Or play piping output into lame.
Back to top
Al Phi
External


Since: Nov 29, 2006
Posts: 24



PostPosted: Mon Jan 22, 2007 10:38 am    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

noi wrote:
> On Sun, 10 Dec 2006 20:51:06 -0500, somebody wrote this:
>
> > This has probably been asked before, but I can't seem to find the answer
> > in google. My wife downloaded a few Christmas songs for me using iTunes
> > and I found them to be in .m4p format. I can't seem to find any
> > conversion utilities for Linux. I looked at the man pages for ffmpeg,
> > faac, and faad, but still do not see how to do this. I did find some
> > commercial format conversion utilities, but I'd hate to buy something
> > for just a few songs. Is there any open source Linux software utilities
> > that will convert .m4p to .mp3?
> >
> > -Thanks
>
> There's no iTunes player for Linux yet. If you can play the iTunes on
> your wife's Mac or PC then just record the tune as it is being played
> (record PCM out) then convert the recording to mp3.
>
> Or easiest connect the line-out to line-in on the PC (Win/Linux), or iPod
> to PC, using a male to male adapter to record the tunes off line-in.
> Record at or above 192k, or CD quality.

Hymn or JHymn at <www.hymn-project.org> could work. I haven't been
able to try it with the latest iTunes music, however.

--
Al Phi
Back to top
fifiward



Joined: Apr 12, 2007
Posts: 5



PostPosted: Thu Apr 26, 2007 4:53 am    Post subject: [Login to view extended thread Info.]

I have purchased NoteBurner, but it is for Windows only.
Back to top
3327



Joined: Jun 11, 2007
Posts: 1



PostPosted: Mon Jun 11, 2007 1:21 am    Post subject: [Login to view extended thread Info.]

To convert m4p to mp3 using SoundTaxi download from here

To convert m4p to mp3 using TuneBite download here

or download from site2

Tunebite

WMAConvert
Back to top
sariimoo



Joined: Apr 09, 2008
Posts: 1



PostPosted: Wed Apr 09, 2008 10:46 pm    Post subject: [Login to view extended thread Info.]

I just use the Multimedia Studio that's included in my Motorola Phone Tools & it does the trick. You create an audio cd of the .m4ps you want to convert, extract them using Melody Studio and then transfer them onto you Motorola which converts them into .mp3s in the process.

I'm not suggesting you go out and buy a Motorola just for that as I'm sure there's better tools out there! I just like being able to use software I've already got installed on my system. If I ever find myself with nothing much to do then I'll probably try some other tools out (apparently NoteBurner is good).


Wink
Back to top
3110A



Joined: Mar 10, 2008
Posts: 3



PostPosted: Thu May 08, 2008 6:43 am    Post subject: [Login to view extended thread Info.]

There are a lot of converters now and I like TuneCab, it has many features such as audio conversion, video conversion, extract sound from video, remove DRM, download and convert video from YouTube etc. Easy to use all in one software! http://www.tunecab.com
Back to top
ueieefab



Joined: Jul 21, 2008
Posts: 1



PostPosted: Mon Jul 21, 2008 8:58 pm    Post subject: [Login to view extended thread Info.]

Hymn works for linux if you need to convert m4p files. It is free. Just google it. Maybe you can also rip a CD first, then rip it to MP3.

_______________________________________

Apple official site
M4P to MP3
More solution to convert M4p to MP3
iPhone video converter
Afterdawn multimedia site
Back to top
windbell



Joined: Sep 11, 2008
Posts: 1



PostPosted: Thu Sep 11, 2008 9:51 pm    Post subject: Re: How to convert .m4p files to .mp3? [Login to view extended thread Info.]

Daniusoft digital music converter can easily convert m4p to mp3 and remove the DRM from protected music (mp3, wma, wav, m4p, etc) with high quality, it works really nice for me

http://www.wmatomp3-converter.com/digital-music-converter.html
Back to top
ssnfang



Joined: Nov 24, 2008
Posts: 4



PostPosted: Mon Nov 24, 2008 9:46 pm    Post subject: [Login to view extended thread Info.]

Daniusoft Digital Media Converter Pro is a perfect video converter. It is not only a video converter but also a DRM Protected video converter. Most important, its price is really reasonable.
Look at its supported format:
Input format:
DRM audio and DRM video (WMA/WMV/M4A/M4B/M4P/M4V/ASF)
Common audio and video formats: MP4, MPG, MPEG, 3GP, RM, RMVB, DAT, MOV, FLV, VOB, MP3, WAV, M4A, WMA
High-definition video: M2TS, TP, TRP, TS, AVI
Output format: Audio: MP3, M4A, AC3, AAC, WMA, WAV, OGG, and APE.
Video: MP4, FLV, AVI, WMV, ASF, 3GP, 3G2, M4V, MPG, VOB.
It is also very easy to use:
Stpe 1:Download and install the DRM Removal Software. Run the software and click “Add…” button to load WMA or M4A, M4B, AAC, WMV, M4P, M4V, ASF files.
Step 2: Choose output formats. If you want to convert protected audio files, please select “Convert audio to” list; If you want to convert protected video files, please select “Convert video to” list.
Stpe 3: You can click “Settings” button to custom preference for output files, and Click “Settings” button bellow “Convert video to” list for protected video files.


 <<-- click to expand
Back to top
achebody



Joined: Jan 31, 2009
Posts: 2



PostPosted: Sat Jan 31, 2009 10:59 pm    Post subject: [Login to view extended thread Info.]

Tipard DVD Ripper Pack is actually the combination of Tipard DVD Ripper and Tipard Video Converter. With the DVD rip software and video converter, you can convert DVD and any video to all the video and audio formats for all the portable players.



 <<-- click to expand


Input Formats: DVD, IFO folder and MPG, MPEG, MPEG2, VOB, MP4, M4V, RM, RMVB, WMV, ASF, TS, MKV, AVI, 3GP, FLV, MPV, MOD, TOD, MP3, MP2, AAC, AC3, WAV, MID, MIDI, WMA, M4A, RA, RAM ..
Output Formats: MP4, H.264, AVI, MP3, WMV, WMA, FLV, MKV, MPEG-1, MPEG-2, 3GP, 3GPP, VOB, DivX, Mov, RM, RMVB, M4A, AAC, WAV, OGG, RA.

Key Functions:
1. Set the video effects, audio track and subtitle
This pack allows you to adjust the brightness, contrast and saturation of video and volume of the audio by drag and click the adjustment bar. It also allows you to choose the audio track and subtitle to fit for your needs.

2. Cut any episodes from your DVD or video
Click “Trim” to capture any time-length video clips. You can set the “Start Time” and “End Time” to set the time of the clip or you can directly drag the slide bar to the accurate position.

3. Crop the video play region
By using the “Crop” function to crop off the black edges around video and adjust the video play region. It allows you to set the Crop Mode and Zoom Mode to exactly fit for your player.

4. Capture your favorite pictures and merge your wanted contents into one file
This Ripper Pack provides you to capture your favorite pictures when you preview DVD or video. You can join your DVD chapters or video pieces into one file for you to enjoy successively.
Back to top
maccolar



Joined: Apr 12, 2009
Posts: 2



PostPosted: Sun Apr 12, 2009 1:39 pm    Post subject: [Login to view extended thread Info.]

You may try this total converter, I know it can convert m4p to mp3.
http://video-converter.reviewstown.com/video-converter-wondershare.htm
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions (archive 2) All times are: Eastern Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum