is there a way to convert an mp4 video to wav in Fedora - and I have a very old Fedora 13

Steven Stern subscribed-lists at sterndata.com
Thu Mar 7 22:07:16 UTC 2013


On 03/07/2013 03:09 PM, Darlene Wallach wrote:
> I need to convert an mp4 video to wav.
> 
> Is there a way to do that in Fedora 13?
> 
> Thank you
> 
> Darlene Wallach
> 
Do you mean you just want to pull out the sound?  ffmpeg will do it,
something like

   ffmpeg -i file.mp4 -o file.wav

There are a zillion options, so be sure to 'man ffmpeg'.

-- 
-- Steve


More information about the users mailing list