Source: Unable to factory reset AP9617 | APC Community | Evernote Web
Month: February 2017
AP9617 card, seems to work intermittantly. Serial and network up/down. | Smart-UPS & Symmetra LX / RM
Cascading Style Sheets
apt – How to fix Duplicate sources.list entry? – Ask Ubuntu
Source: apt – How to fix Duplicate sources.list entry? – Ask Ubuntu
[ubuntu] How Can I Convert .flac to .mp3?
I know how to do this in Windows, but not in Ubuntu. Is there a good program that will convert my .flac files to .mp3 format? Doing a search in Synaptic only shows me programs that will play .flac, not convert them. Thanks!
How to convert FLAC to MP3, Ubuntu command line
This worked great, but make sure you have “lame” and “flac”
sudo apt-get install flac
sudo apt-get install lame
Then in the folder with all the .flac files:
for f in *.flac; do flac -cd "$f" | lame -b 320 - "${f%.*}".mp3; done
10 comments on “How to convert FLAC to MP3, Ubuntu command line ”
-
Ubuntoid says:
Nope, what repo are these in? apt-cache and apt-get could find neither flac nor lame.
-
jat255 says:
josh@josh-ThinkPad:/run$ apt-cache policy flac
flac:
Installed: 1.2.1-6build1
Candidate: 1.2.1-6build1
Version table:
*** 1.2.1-6build1 0
500 http://us.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/statusjosh@josh-ThinkPad:/run$ apt-cache policy lame
lame:
Installed: 3.99.5+repack1-3
Candidate: 3.99.5+repack1-3
Version table:
*** 3.99.5+repack1-3 0
500 http://us.archive.ubuntu.com/ubuntu/ raring/universe amd64 Packages
100 /var/lib/dpkg/statusmain and universe repos, respectively. On raring, at least…
-
gallagherrobby says:
iDealshare VideoGo is just the professional FLAC Converter which can fast and batch convert FLAC files to lossless audio format like Apple Lossless ALAC M4A, AIFF, WAV, AU, APE, or convert FLAC to lossy audio format like AAC, WMA, AIFF, OGG, MP3 and etc
-
gerardglove says:
Another way is to convert FLAC to iPhone supported format. Bigasoft Audio Converter is just the professional FLAC to iPhone Converter which can fast and batch convert FLAC files to iPhone supported format. It can either convert FLAC to iPhone supported lossless audio format like Apple Lossless ALAC M4A, AIFF, WAV; or convert FLAC to iPhone supported lossy audio format like AAC or MP3.
-
Vedavrat says:
Thank you! It works!
But 320 kbps is so much for me… Therefore i put ‘lame -b 320 …’ for speech. -
Bleh says:
Using ffmpeg (and without an ugly for loop).
http://lewisdiamond.blogspot.ca/2012/01/converting-flac-to-mp3.html
find -name “*.flac” -exec ffmpeg -i {} -acodec libmp3lame -ab 128k {}.mp3 \;
Leave a Reply Cancel reply
Is Eclipse the best IDE for Java? – Stack Overflow
Is Eclipse the best IDE for Java? If not, is there something better? I want to know and possibly try it out. Thanks.
RAW files in Ubuntu Linux — RAW, Post Processing & Printing in photography-on-the.net forums
A forum thread in FORUMS ➔ Post Processing, Marketing & Presenting Photos ➔ RAW, Post Processing & Printing
Source: RAW files in Ubuntu Linux — RAW, Post Processing & Printing in photography-on-the.net forums
OwnCloud add-on thread – NETGEAR Communities
OwnCloud add-on thread 2012-09-25 04:04 PM This is a general discussion thread for the OwnCloud add-on Owncloud for Sparc (Duo/NV+ v1 etc.): http://www.readynas.com/forum/viewtopic.php?f=47&t=66762 Owncloud for ARM (Duo/NV+ v2): http://www.readynas.com/forum/viewtopic.php?f=147&t=64597 Owncloud for x86 (NVX/Ultra/Ultra Plus/Pro): http://www.readynas.com/forum/viewtopic.php?f=48&t=64596 Continues from http://www.readynas.com/forum/viewtopic.php?f=61&t=62063
Git
Git (/ɡɪt/[6]) is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for software development,[7] but it can be used to keep track of changes in any files. As a distributed revision control system it is aimed at speed,[8] data integrity,[9] and support for distributed, non-linear workflows.[10] Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contribu
Source: Git – Wikipedia
How To Install Virtualbox 4.3 On Ubuntu 13.04, 12.10, 12.04, Linux Mint 15, 14, 13, Pear OS 8, Pear OS 7 And Elementary OS 0.2 Via The Official Virtualbox Repository | LinuxG.net | Evernote Web
How to install DirectX in Linux using Wine
An extensive tutorial explaining how to configure DirectX 9.0c in Linux using Wine, including a Tropico 3 game demonstration