Extract and Convert wmv Files to mp3 Files in Linux

Extract and Convert wmv Files to mp3 Files in Linux


Input at command line:

$ ffmpeg -i file.wmv -vn new.mp3


Notes:
- It actually works for many types of video files as well
- You can remove the -vn option and use it on different kinds of audio files to convert to mp3 files

0 comments:

Post a Comment