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
$ ffmpeg -i file.wmv -vn new.mp3
0 comments:
Post a Comment