[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Catching an audio stream.



On Wed, 24 Jun 2015 17:30:19 +0200
Siard <shiems146@kpnplanet.nl> wrote:

> Does anyone have a direct way to catch the audio stream 
> in a file using software in jessie? 

To extract the audio from a .mp4 or a .flv, you can try something like:

ffmpeg -i FILEIN -acodec libmp3lame -ac 2 -ab 128k -vn -y FILEOUT

replacing FILEIN and FILEOUT with the names of your choice.
 
Cheers,
 
Ron.
-- 
                          Measure with a micrometer.
                               Mark with chalk.
                               Cut with an axe.
                                    
                   -- http://www.olgiati-in-paraguay.org --
 


Reply to: