On Wed, 24 Jun 2015 17:30:19 +0200
Siard <[email protected]> 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 --
 


-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to