Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Converting audio/video files (http://stream-recorder.com/forum/forumdisplay.php?f=16)
-   -  

How to convert FLV,MP4 to M4A, M4B losslessly (demux/extract AAC audio track to iPod)

(http://stream-recorder.com/forum/showthread.php?t=7674)

Stream Recorder 04-16-2006 03:09 AM

How to convert FLV,MP4 to M4A, M4B losslessly (demux/extract AAC audio track to iPod)


 
Some FLV and MP4 video files use AAC audio tracks. Instead of converting FLV and MP4 to M4A, M4V you can demux or extract AAC from FLV, MP4 to avoid recompression (and quality loss).

Software that can demux / extract AAC tracks from FLV and MP4 files

Stream Recorder 04-16-2006 03:09 AM

ffmpeg: How to convert FLV to M4A, M4B without losing quality (demux/extract AAC)


 
How to extract AAC autio tracks from FLV or MP4 video files with freeware command-line ffmpeg (Windows, Linux, Mac OS X)

First of all find out what type of audio is used in the video file:
Code:

ffmpeg -i inputfile.flv
You will get something like
Code:

Stream #0.1: Audio: AAC, 44100 Hz, stereo, s16, 128 kb/s
Now you know that AAC audio is used (or MP3, or Speex, or Wav,...), so use the following command:
Code:

ffmpeg -i input.flv -vn -acodec copy output.m4a
or
Code:

ffmpeg -i input.flv -vn -acodec copy output.m4b

Stream Recorder 04-16-2006 03:09 AM

ffmpeg: How to convert FLV to M4A, M4B without losing quality (demux/extract AAC)


 
Replay Media Catcher 4 uses ffmpeg for extracting AAC audio tracks from FLV files to M4A and M4B. If you don't like command line tools, you can use RMC 4 instead:



How to convert FLV or MP4 file to M4A losslessly using Replay Media Catcher after downloading FLV or MP4 file automatically:
  • Open Replay Media Catcher.
  • Start Recording
  • Select the "Audio Extraction (Extract AAC to M4A)" conversion preset
  • Navigate to a web-site you want to record FLV stream from
  • HTTP and RTMP .FLV streams will be downloaded/captured automatically. Then AAC audio tracks will be extracted to M4A files automatically.

How to convert FLV or MP4 file to M4B losslessly using Replay Media Catcher after downloading FLV or MP4 file automatically:
  • Open Replay Media Catcher.
  • Start Recording
  • Select the "Audio Extraction (Extract AAC to M4B)" conversion preset
  • Navigate to a web-site you want to record FLV stream from
  • HTTP and RTMP .FLV streams will be downloaded/captured automatically. Then AAC audio tracks will be extracted to M4B files automatically.

How to convert any FLV or MP4 file to M4A losslessly with Replay Media Catcher 4:
  • Open Replay Media Catcher.
  • Select the "Audio Extraction (Extract AAC to M4A)" conversion preset
  • Go to "Tools" -> "Convert ..."
  • Select FLV files from which you want to extract AAC audio tracks
    (CTRL key can help to select multiple files) and hit the "Open" button.
  • AAC tracks from the selected FLV file(s) will be extracted into M4A file(s)

How to convert any FLV or MP4 file to M4B losslessly with Replay Media Catcher 4:
  • Open Replay Media Catcher.
  • Select the "Audio Extraction (Extract AAC to M4B)" conversion preset
  • Go to "Tools" -> "Convert ..."
  • Select FLV files from which you want to extract AAC audio tracks
    (CTRL key can help to select multiple files) and hit the "Open" button.
  • AAC tracks from the selected FLV file(s) will be extracted into M4B file(s)

Sophialing 05-21-2018 03:58 AM

Re: How to convert FLV,MP4 to M4A, M4B losslessly (demux/extract AAC audio track to i


 
As for me, the only thing I know is how to convert Apple Music M4P files to M4A, MP3, MP3 with ease so that I can listen to Apple Music on wanted devices and platforms.
Generally speaking, Apple Music are protected by DRM technology with encoded M4P format, which limits Apple Music lovers to play them on favorite Apple Music files. But free music converter for mac can help you remove DRM protection from Apple Music and convert them to MP3, M4A, M4B, FLAC, etc. for offline playback on any device.

See More:How to Convert Apple Music to MP3


All times are GMT -6. The time now is 03:26 AM.