do you know something which is able to convert almost all media types? from flv to music to wav to mp3?
|
You should have a look at the FFmpeg project. From the project description:
It is likely already installed on your system because a lot of media players depend on the libavcodec library. To see the available codecs on your system, execute
|
||||
|
|
|
ffmpeg is what you are looking for. You can read through the official documentation. Otherwise just search on google "convert X to Y with ffmepg", where X and Y would be the formats you trying to convert between. A few resources that has helped me: |
|||||||
|
|
I regulary use http://www.online-convert.com/ which is an online service for conversion between all kinds of audio, video, image and document formats. |
|||
|
|