Page 1 of 1
Separating audio from a .flv file
Posted: 13 May 2013 11:28
by tite trax
Is it possible to separate the audio from a .flv file leaving a .mp3 or .mp4 in VLC? I'm trying to put the audio from a YouTube video on my iPod. I searched high and low but I cannot find a definitive answer to my question. Thanks for your time.
Re: Separating audio from a .flv file
Posted: 13 May 2013 17:07
by Jean-Baptiste Kempf
Yes, but this is not very simple to do. Try to use the convert function with only the mp3 (audio only)
Re: Separating audio from a .flv file
Posted: 14 May 2013 09:40
by Lotesdelere
It would be easier and faster to use FFmpeg:
Code: Select all
ffmpeg -i input.flv -vn -acodec copy output.mp4
Use output.mp4 or output.mp3 depending on the audio stream codec.
Re: Separating audio from a .flv file
Posted: 15 May 2013 18:21
by m0nye
I use that other great freeware video player
Media Player Classic DSM Converter function [File menu > Utils]
or
http://www.moitah.net FLV Extract