FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg.
Got a cool idea to share with the community? Send your contribution here!

Extract an AAC audio track from a video file

No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -i video.mp4 -c:a copy -vn audio.aac

All Examples

  • tags: #mp3