Miscellaneous > Applications
wma2mp3 software
Refalm:
Does it automatically delete shit put in by WMP?
Jack2000:
You can make a siwch
for "silent" work :)
and/or use a settings file :)
Calum:
thanks folks, i will probably end up having differently named scripts for different bitrates, with the thing of a symlink to the default one and being able to execute one of the others if necessary. Anyway, that's all to come...
--- Quote from: Refalm ---Does it automatically delete shit put in by WMP?
--- End quote ---
uh?
well, the sonic content of the wma or wmv file gets output into an ms pcm wav file, usiplayer, and then the wav file gets encoded into a 192mp3 file using lame. So, should be only the music that gets from the input file to the output file.
if that's what you mean.
solemnwarning:
I've been a bit bored over the past hour so i ported one of the shell scripts to C++ and added support for reading a list of files to convert, enjoy.
--- Code: ---//C++ port of Calum and Void Main's m4a2mp3 v0.13 shell script
//Copyright (C) 2006 Daniel Collins, Calum, Void Main
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Software Foundation; either version 2
//of the License, or (at your option) any later version.
//
//This program is distributed in the hope that it will be useful,
//but WITHOUT ANY WARRANTY; without even the implied warranty of
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//GNU General Public License for more details.
//
//You should have received a copy of the GNU General Public License
//along with this program; if not, write to the Free Software
//Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
//Convert function
void m4a2mp3(std::string file) {
//Check the source file exists and can be opened
int test_open_return = open(file.c_str(), O_RDONLY | O_NONBLOCK | O_LARGEFILE);
if(test_open_return == -1) {
//Opening the file failed
std::cerr
mobrien_12:
What happens when the WMA has drm crap on it?
Hypothetically speaking, of course. Although I have no interest in file sharing or piracy (FUCK YOU RIAA), I am fully aware that bypassing DRM crap (which really has nothing to do with piracy) violates that stupid law called the DMCA (again FUCK YOU RIAA).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version