Close

What are you looking for?

cancel
Showing results for 
Search instead for 
Did you mean: 

Samsung music format

(Topic created on: 20-04-2024 05:47 PM)
3038 Views
Ned57
Journeyman
Options
How can I convert audio/x-ms-wma tracks to play on my s24u?
2 REPLIES 2
lance78
Hotshot
Options
Let me recommend you this awesome audio-video editing tool. This app offers to convert and compress audio-video in so many formats. This app also comes with the feature to cut/trim/merge audio and videos. Download Video Converter from Google Play:

https://play.google.com/store/apps/details?id=com.inverseai.video_converter&referrer=utm_source=self...

I use this app to convert ts files from freeview box
0 Likes
Reylob
Samsung Members Star ★★
Options

Hi @Ned57 

How to convert between different media types. There numerous options for this. It depends how familiar you are with computers and which OS you are using.

A great tool is FFmeg. It works on Linux, MacOS and Windows. Using it on the command line is very simple.

ffmpeg -i my_input_media.EXT my_output_media.ext

Where EXT is the the extension of the input file to convert from and ext is the extension of the output file to convert to.

e.g.

ffmpeg -i my_file.wma my_file.mp3

Alternatively, you could use VLC media player. It will play .wma files without the need to convert them.

I hope this helps you.


Technology enthusiast, but not related to any technological company.
0 Likes