Easily Convert .WMA to .MP3 in Linux

If, like me, you find that the majority of applications outside of the fuzzy, feel good realm of Windows do not inherently recognize .wma file format, then this script help you out.
Open up a file named wma2mp3 in your favorite editor, copy and paste the following code, then save. Don't forget to 'chmod +x wma2mp3' when you're finished so you can execute the script.
If you're in Ubuntu, or some other familiar distribution, place the script within ~/ .gnome2/ nautilus-scripts/ to be able to use the script from within the context menu.
-
- Login or register to post comments
Printer-friendly version
- 57485 reads
PDF version
More in Tux Machines
- Highlights
- Front Page
- Latest Headlines
- Archive
- Recent comments
- All-Time Popular Stories
- Hot Topics
- New Members
Eclypsium calls out Microsoft over bootloader security woes
Eclypsium researchers criticized Microsoft for its response to the discovery of three new bootloader vulnerabilities that could be exploited to gain control of systems during the boot process. During a DEF CON 30 session Friday, security platform provider Eclypsium's researchers delved into the vulnerabilities, which were disclosed in Microsoft's Patch Tuesday release this week. The three vulnerabilities exist in third-party bootloaders: Eurosoft Ltd. (CVE-2022-34301); New Horizon Datasys, Inc. (CVE-2022-34302); and Kidan's CryptoPro Secure Disk for BitLocker (CVE-2022-34303). If exploited, threat actors could bypass Secure Boot, a security protocol used by OEMs and operating system vendors to ensure bootloaders and Unified Extensible Firmware Interface (UEFI) drivers are authenticated through valid digital signatures. Bypassing the Secure Boot checks would allow threat actors to commit attacks, such as modifying the OS, disabling security controls and installing backdoors. Read on | What’s New in GNOME 43?
GNOME is one of the most popular graphical desktop environments on Linux. Practically every distribution has a release featuring GNOME. Imagine the impact then, when the GNOME developers shook things up—to put it mildly—with GNOME 40. It changed the desktop paradigm from a vertical one to a horizontal one and changed the look, feel, and functionality of, amongst other things, the dock, the activities view, and workplaces. Releases 41 and 42 were much smaller in impact, concentrating on polishing the interface and ironing out wrinkles that remained after the iconoclastic changes to GNOME 40. GNOME 43 is more of the same. Don’t expect major changes this time round. That’s not to say it is inconsequential. There are the expected subtle cosmetic touches, with more applications adopting a deeper integration with the libadwaita theming engine. But there’s also new functionality, including the Files file browser being enhanced. It is now adaptive and will give a better user experience on mobile devices. Although GNOME 43 beta is available, it won’t be rolled out to the public until its actual launch date of September 21, 2022. Fedora 37 is slated to use GNOME 43. Ubuntu 22.10 probably won’t. Rolling distributions based on Arch such as Garuda Linux, Manjaro Linux, and EndeavourOS will pick it up shortly after its release date. Although this isn’t the finished product, looking at the beta is still worthwhile. Even if small changes may still be made between now and the launch date, all the big elements are already in place. The release candidate build is the one when the portcullis drops and no more changes can be made. This is slated for September 3, 2022. Read on |
today's leftovers
| Steam Deck Is Surprisingly Great As A PC—Here’s How To Do It
From setup, to software tips, to must-have peripherals, here’s how to use your Steam Deck as an excellent personal computer... Read on |
help?!?!?!
Hi,
I'm very new to Linux but have been trying very hard to catch up. there are a few basic concepts I don't get just yet. Like:
"Open up a file named wma2mp3 in your favorite editor, copy and paste the following code, then save. Don't forget to 'chmod +x wma2mp3' when you're finished so you can execute the script."
can you talk to me like I'm 8 years old so I can understand how to work in the linux environment. I guess thats not all that true, if I were 8 it would probably make since to me.
Thanks so much
Michael Manning
tried Audacity?
Probably side tracking (slightly) from the way that you want to solve this problem, have you tried Audacity?
I recommend installing this program (there should be plenty of help from your distro of choice on how to do this).
And install lame if you want to use mp3's.
Audacity is a great GUI prog and is more than suitable for my needs so should be good for this problem.
If you want to change an audio file in this prog;
start audacity,
open the file you want to change
export it as a different file type.
Not as quick as running a bash script but nice and clicky with a mouse.