Extract audio from .avi movie file
Jump to:
| Project: | Linux software |
| Component: | Documentation |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
| Related pages: | #58: Multimedia |
Description
How to extract audio from .avi movie file ?
Comments
#1
simple:
mplayer -dumpaudio movie.flv -dumpfile audio.mp3I had tried with ffmpeg but used the wrong syntax. It was even simpler than what I tried:
ffmpeg -i movie.avi audio.mp3#2
documented.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.