Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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 Code:
Stream #0.1: Audio: AAC, 44100 Hz, stereo, s16, 128 kb/s Code:
ffmpeg -i input.flv -vn -acodec copy output.m4a Code:
ffmpeg -i input.flv -vn -acodec copy output.m4b |
#2
|
|||
|
|||
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 to M4A without losing quality with Replay Media Catcher (RMC) 4 after downloading FLV / MP4 file automatically:
How to convert FLV to M4B without losing quality with Replay Media Catcher (RMC) 4 after downloading FLV / MP4 file automatically:
How to convert any FLV or MP4 file (with AAC audio track) to M4A with Replay Media Catcher 4:
How to convert any FLV or MP4 file (with AAC audio track) to M4B with Replay Media Catcher 4:
|
Tags: convert, converter, demux, extract, ffmpeg, flash video, flv, flv to m4a, flv to m4b, freeware, linux, lossless, m4a, m4b, mac os x, windows |
Thread Tools | |
Display Modes | |
|
|