Applications :: Download The Conversion Software M4a To MP3
Dec 12, 2010
I would like to do the above conversion for some old songs so I can get them on my MP3. I could not download the conversion software on to my HP mini which is run on Open SUSE. I tried on my MAC. The software got downloaded alright, but when I open the file -- hmm....its meant for Windows run computers-- all I can see is a whole string of undecipherable codes in the download!!
Actually /tmp folder is running out of space and i am unable to install or download any new applications. whenevr i run commands like "make" or "make install" i get error saying not enough space in /tmp. So is there any way by which i can increase the size of this folder or redirect my applications to pther specified folders.
I'm brand new to ubuntu I had an old laptop and a friend gave me a ubuntu version 8 I think instal disk and I'm trying to install from the add/remove applications it will usually get to about 44 then stop and come up the message "could not download all repository indexes". I can't even get the current list of applications.
My family have three Linux operated ACER ONE netbooks, all of them need the new Firefox 3.6 download as the old format wont be supported supposedly by ..... etc. I have downloaded the SOFTWARE but cant get it to run, the Firefox explanation mentions lots of files etc that are cant access, nor can I excecute any files once they have been extracted. The same happens with any software but Iv ignored it till now, not having a "modern" browser will make things difficult. I need it explaining simply. On another subject can anyone use facebook chat on Linux
In 2003 I converted over 25000 of invalid WAV files to MP3 ones using the sequence of commands:sox file.wav file.cdr lame file.cdr file.mp3.I used that intermediate method because it wasn't possible to convert most of these WAV files using lame only. The command lame file.wav file.mp3 displayed in such cases the message:Code: Unsupported data format: 0x0002.Now I tried to convert the same WAV files using the same method but lame doesn't recognize CDR audio format and complains:
Now I wonder how to achieve the same result enabling CDR audio format reading in lame because I prefer the second method. Unfortunately I haven't idea how to enable that during the configuration of the sources of lame. Its documentation doesn't mention about such switch.
or any conversion I suppose. My question is simple: How do I use this command: mplayer -ao pcm *.m4a -ao pcm:file="*.mp3" to convert whole directories and place the converted tracks into another directory. The way it's listed above it will convert all songs with a .mp4 extension into a single file with a .mp3 extension. Which of course, is not what I want, but I know of no other way to use this command.
I have generated some .eps figure which I needed to show one by one. I converted them using convert file.eps file.jpg but the generated files were kind of blurred (not much, but they are not of the same quality as the .eps files) Is there anything to do to get a good conversion? Also, which is better, is/are there any image viewer package that would help show the .eps files as .jpg files? I have tried, gthumb, gqview, f-spot, image magic (display).
Anyone know of a desktop app that allows me to quickly plug in kb, gb, bytes, etc. and have them converted? I know there's lots of web apps, but was fishing to see if there was a desktop app to facilitate this.
i use openoffice a lot, mostly writer and calc. i convert most of the files to pdf from openoffice. is there a way to re-convert pdf to the respective openoffice doc ? for the purpose of cross platform compatibility with ms office i save the openoffice docs in msoffice format. it will be nice if i get a clue to re-convert pdf to openoffice files for editing (at times)
I haven't used Ubuntu for a while, and just reinstalled it. I have one major dislike about the new version, There are several applications I click on and it takes me to the installer.How do I remove those types of applications or just install them all?
I feel shy asking this question but, 90% of the applications I install in Ubuntu (last release), do not show up later on in the applications menu, so I cant run them. I know it seems silly, but I can't find the way to handle this inconvenience. Is there a place (like Start> All programs in Windows), were I could find and run all the programs I install?
I recently upgraded to Ubuntu 10.04 and recorded a screencast with gtk-recordMyDesktop. Upon completion of the recording I attempted to convert the OGV file to an AVI, for ease of editing purposes, using WinFF.(And yes, I have installed libavcodec-unstripped-52) The result was an incredibly annoying error message Which stated:
Code:
FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu2.2, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --extra-version=4:0.5+svn20090706-2ubuntu2.2 --prefix=/usr --enable-
It seems more and more people are encoding with the MKV container on bit torrent these days, and a lot of the shows I'm watching are starting to release almost exclusively with .mkv formatted videos. This is not a problem if I want to watch the shows on my computer but I've become accustomed to watching them on my PlayStation3 using my thumb drive. It seems the offical documentation for the PS3 includes a list of supported codecs [URL], but when I use FFMPEG to convert with libxvid video and aac audio in the MP4 container my PS3 says the output video is not supported. I've also tried most combinations of libxvid, libx264, mpeg4 for -vcodec and aac, libmp3lame for -acodec in several different container formats but nothing seems to work. I have found one option that always works:
I don't like doing it this way, however, as the output file is twice the size and the audio quality is terrible. If I don't reduce the audio channels to only two using -ac 2 FFMPEG throws an error (apparently MKV audio supports 6 channels). And preserving the video quality in MPEG video using -sameq produces too a large file (and I prefer to keep my files as lossless as possible). Ideally I want to save the files on an external HD I have but if a single episode of a show is 1.5 GB it's not very pratical.
Anyway, the PS3 docs say it supports h264 and xvid with aac audio, but apparently I'm doing something wrong. Has anyone sucessfully used FFMPEG to convert an MKV to MP4 for use on a PS3?
I've been trying out a few scripts (I hacked one myself) to convert HD MKV files to MP4 containers. Specifically, the main issue I'm trying to solve is converting DTS -> AAC audio. I noticed the scripts I used before used ffmpeg. I tried NeroAacEnc and found the audio quality is much better. Unfortunately, I'm having issues with MP4Box accepting the audio NeroAacEnc creates. I also hit one other issue and that is making sure HxW size of video is in multiples of 16. I was trying to use ffmpeg pad filter for that but couldn't figure it out.
I'm writing a centralized logging piece, and I need to grep out logs that have specific date tags. The date command returns abbreviated months (Sep), via "#date -d yesterday '+%b'" but I need it all caps. ie SEP vice Sep. Otherwise the grep doesn't catch it
I have a staic ip from my ISP provider and i have a web server too. I NAT the port 80 from my modem to the webserver and I can access my webserver from internet using typing my static ip. If my static ip is 122.67.xx.xx, then I need to type http://122.67.xx.xx. and i have a domain name mydomain.com pointed to this 122.67.xx.xx ip in my C-panel. I can ping mydomain.com from internet but if I type http://mydomain.com I am getting the following error from my browser Unable to determine IP address from host name for mydomain.com and The dnsserver returned: Name Error: The domain name does not exist.
Dear Advanced c/g++ on boost programers: I have copied and testd a simple (Copy a file with Boost) program from page 372, Example10-10, book(C++ cookbook)
entry->d_name is a 256 byte character array returned by readdir(), I would expect this line of code to convert that character array from ascii to a QString, but I get a seg fault and I'm not entirely sure why..
I have a web server running and want to take a html page, convert it to pdf, and then display it back to the user. I need some help finding free command-line software that can do that. The cgi scripts are written in C. I've seen some hits on html2pdf,
I was wondering if there was any way to remove icons from the installed applications menu?I recently attempted to install GOG.com's Zork Anthology using Wine and when I de-installed, the icons for those files were still listed in installed applications. Is there anyway to delete them manually?
I'm setting up a large number of virtual machines, each with a basic set of about 30 applications. Obviously, I don't want to do everything manually so I'm looking for ways to automate this process. Multiple distributions (Ubuntu, Red Hat Ent., FreeBSD, CentOS, etc.) will be used, meaning I will have a few Ubuntu installs with the basic set of 30 applications, and multiple Red Hat installs with the same set, etc. So, I'm looking for advice on automating as much of this as I can, even if it means a new form of automation for each distro.
Is there a programmatic way to get the list of all installed applications on Linux.
Also, how can we get the application activities in Linux OS like running applications name, time of day when they started, duration till the applications were running on system, application version etc.
Is there a way to do this in C/C++.
I am building an app that runs like a daemon and fetches the applications status and sends it to the network admin for him to monitor the application usage pattern on the user computers in the network.