m4a to MP3 conversion

EEPhil

Number 28
In a post on the youtube-dl thread BH quoted the command he used for audio conversion:
ffmpeg -i radio_show.m4a -c:v copy -c:a libmp3lame -q:a 4 radio-show.mp3
I, not for the first time, misread the contribution and thought the quoted command failed. It doesn't. But it looks odd to me - copying a video stream in an audio to audio conversion. I tried it, it works. I also typed "ffmpeg m4a to MP3 conversion" into DuckDuckGo. The AI slop gave the same command as above (bar the file prefix), which in turn was quoted in one of the URLs listed by the search.
Surely the -c:v copyis redundant. Wouldn't you use-vn if you need to make sure there is no video? Can you even have a video stream in an MP3 file?
 
Most (all?) audio players play both equally well in my experience.
:lol:

Depends what you mean by "audio player". You obviously don't mean the minimal MP3 capability for playing from a UPD in my car stereo (and many other embedded systems as opposed to 'smart' units). It can't even play MP2-masquerading-as-MP3.
 
Why bother converting it? Most (all?) audio players play both equally well in my experience.
My first two, now deceased, "MP3" players would play only mp2, MP3 and wma. I now use a smartphone as an audio player - it plays anything VLC can cope with. Not very helpful for BH's car stereo.
 
:lol:

Depends what you mean by "audio player". You obviously don't mean the minimal MP3 capability for playing from a UPD in my car stereo (and many other embedded systems as opposed to 'smart' units). It can't even play MP2-masquerading-as-MP3.
Fair enough. My old car radio would only play MP3 format files from a USB memory button. Don't know if the new car's radio is more flexible as all I did was plug in the old USB button. But then I mostly play music/podcasts in the car over Bluetooth from my phone and only fall back on the USB button as filler when the phone playlist finishes before I have reached my destination. I have considered getting a wireless Android Auto adapter but rarely do long trips these days and put off by all the reports of issues users have with this so will stick to vanilla Bluetooth with a pre-built playlist of suitable duration.
 
:lol:

Depends what you mean by "audio player". You obviously don't mean the minimal MP3 capability for playing from a UPD in my car stereo (and many other embedded systems as opposed to 'smart' units). It can't even play MP2-masquerading-as-MP3.
You would have thought Rolls Royce would have included a decent audio system ;)
 
Back
Top