Ubuntu Multimedia :: Use .flac Files Instead Of .ogg In A Sound Theme File Via Terminal Or Gediting A File?
Jul 26, 2011
there is any way (via terminal or gediting a file) to use .flac files instead of .ogg in a sound theme file? I am creating a sound theme (several truthfully) and I would like to use the FLAC format if possible.
View 5 Replies
ADVERTISEMENT
Nov 20, 2010
How do you convert a flac file to mp3? Well I have an entire album to convert actually.
View 5 Replies
View Related
Aug 16, 2010
Kernel 2.6.21.5, GNU (slackware 12.0).
KDE 3.5.7
K3b 1.0.2
I have a FLAC file with 24-bit samples instead of 16 bits. I could use the flac linux command to obtain a WAVE file and then cdrecord to burn the audio CD. Unfortunately, cdrecord requires 16-bit digital audio as input. Is there a program able to author 24-bit audio CDs either from a FLAC file or from a WAVE file?
View 9 Replies
View Related
Mar 26, 2010
Background: I'm digitizing an old record. I used Sound Recorder to make FLACs of each side of the LP, and now I need to edit them down to individual tracks. I'm using the development version of Ubuntu 10.04.
Problem: Audacity ignores these FLAC files when I attempt to import or open them.
The FLAC files play if I hover the mouse over them in GNOME.
Audacity gladly imports FLAC files I ripped from CD last year (using Sound Juicer I think).
But when I try to do the same for my recorded FLAC files, nothing happens. I tried running audacity in a terminal window, and there is no additional output when I attempt the import. This comes out when I start it:
Code:
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
Expression 'stream->capture.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3653
Looking at the file properties, they're basically the same except the Juicer-generated file has values filled in for title, artist, album, year. They are all FLAC Stereo 44100 Hz. I thought it might be a file-size problem, so I made a 5-second test with Sound Recorder, and that also refuses to import.
So, why do only the ripped files work with Audacity?
View 5 Replies
View Related
Mar 31, 2011
I backed up .themes from /home, but on trying to install them (files don't show as theme packages) it says "There was an error installing the selected file, index.theme doesn't appear to be a valid theme". Did I backup the right thing?
View 1 Replies
View Related
Nov 1, 2010
How can I convert DTS files to Flac? Soundconverter and the likes won't work, so I thought of VLC but could not get it to work either.
View 9 Replies
View Related
Apr 1, 2010
Amarok will play flac files just fine, but when i try to index them into the library via "Update collection" they are not added.
All other threads i can find on this kind of thing also have Amarok not playing flac....but if i drag and drop them in, they play just fine, so i know its not a codec problem.
Is there something i have to enable? Like in some media players, you can set which formats are scanned for...but i cant seem to find such a feature available in any of the Amarok settings...
View 3 Replies
View Related
May 31, 2010
I have a whole bunch of wma files I want to convert to a more liked format like wv flac or shn. Shntool does not seem to want to do that soundconverter and soundkonverter both refuse too. My wma format is wma1 or wmal cannot tell if it is 1 the number or l the letter L.
1. They play in xine straight off. Xine is in your synaptic
2. To convert quickly install dBpoweramp under wine again quick and no fuss.
View 9 Replies
View Related
Oct 25, 2010
I used Sound Converter to convert a few artists tracks from flac to mp3. I've done this successfully in the Windows environment many times. Now when I go to play the tracks on my Creative Zen, they are not there but when I look at the tracks that I transferred over, in the file window, they are there and they are MP3's but my Zen isn't recognizing them. What's going on? All other artists that aren't converted MP3s are fine.
View 4 Replies
View Related
Jun 6, 2011
I have some downloaded files of radio programme from BBC which are .aac. I have never come across this type before. Googled it so now I am a bit wiser and VLC seems to play them without problem but they are not accepted by my upnp client devices which are happier with flac or mp3. I would prefer flac but what is the preferred conversion software.
View 3 Replies
View Related
Jan 6, 2010
I am looking for a command line command to convert ~2500 .flac files to .ogg files. All of the .flac files are in one folder and I would like to have the .ogg files put in a folder labled OGG - I would like to retain song information etc if possible.
View 3 Replies
View Related
Jul 6, 2011
I am running open SuSE 11.4 and amaroK won't play, it can't even see flac files.
View 1 Replies
View Related
Mar 24, 2010
I converted all of my vinyl to flac format, but when I played them in mplayer, the volume was way lower than the mp3's that I downloaded. So, when I have them all in the playlist, I'll have my flac file at a good volume, then an mp3 comes on and blasts me. Is there a command line program that I can use where I can specify a new volume for the flac files? I wanted a command line program so that I can script this entire process. I do not want to sacrifice the quality of the songs that I encoded (at 96kHz).
View 2 Replies
View Related
Jun 11, 2011
I have two sets of drivers to install, one for a wireless device I'm trying to enable and the other is an driver set for a newly installed nVidia graphics card. Both drivers are from the manufacturers site.I'm running Ubuntu 10.04 on a Dell Precision 380.In terminal:
chmod a+x rt2870.bin
then:
./rt2870.bin
[code]...
View 3 Replies
View Related
Sep 28, 2010
I use webcam with the streamer application. So, to record a video I have to put in terminal something like this:
Code:
streamer -q -c /dev/video0 -f rgb24 -r 24 -t 00:30:00 -o /home/shark/untitled.avi
I know I can use other applications but I have got problems with all except with this. This is really annoying because it is a delay job. So, I am wondering how can I make a script that the terminal will ask me to name the file or even better to ask where to put my file.
View 9 Replies
View Related
Feb 14, 2010
I would like to play a sound file whenever someone moves their mouse/pointer over an image. All my feeble attempts have so far failed. I am running Ubuntu 9.10 + Firefox and Konqueror.
View 3 Replies
View Related
Feb 15, 2011
I'm trying to create an iso file in a terminal with the following command:
$cat /dev/sr0 > nameofdisk.iso
I get the following error
cat: /dev/sr0: Input/output error
I already checked and my optical drive is indeed /dev/sr0. I've hunted google a few hours trying to figure it out. Does anyone know why I'd be getting this error?
View 4 Replies
View Related
Dec 9, 2008
How can I read .gz file direct on shell/terminal without decompressing the file?
satimis
View 5 Replies
View Related
Aug 4, 2010
i use Ubuntu Lucid Lynx, 10.04 64bit I recently updated ALSA Drivers to the latest ones.. (Still the problem described bellow exists) This is my ALSA Information from the script. [URL]
When ever i'm playing a file in any player, Rhythmbox, Exaile, Totem... and i mean a sound file, i can't listen to my 5.1. Actually... when ever i choose from Sound Preferences -> Output -> Profile: 5.1 I can listen to the Bass kicking, and all my speakers works. Now, when i change manually the song, or automatically... or even when i Stop and then Start again the playback, i loose the Bass and not all my speakers works as intended. When i go to Output Profile again, 5.1 it's still selected. I have to change back to something else, like 4.1 or stereo and then back to 5.1 so the Bass and all speakers work again as they should.
View 1 Replies
View Related
Apr 20, 2010
I have a script where I want to redirect stdout to the terminal and also to a log file aswell as redirecting stderr to the same log file but not the terminal.I have the following code which I found on the net which redirects both stderr and stdout to a file and the logfile,
Code: if [ -p $PIPE1 ]
then
rm $PIPE1
[code]...
View 3 Replies
View Related
Jul 16, 2010
I would like to convert OGV files to audio format.
View 4 Replies
View Related
Oct 19, 2015
I run Debian 7.9, kernel 2.6.32-5-686. I have wodim, k3b and brasero installed on my system. I have a file called sound.wav on disk, which I want to burn onto a CD so it can be played on any regular music CD player. Brasero and k3b won't let me do that - I get error messages and the CD does not get written. I used to do it with cdrecord years ago, but as you probably know cdrecord is pretty much out of the game these days; I have wodim installed instead. but I don't know how to do it with wodim.
Code: Select allluiz@debian-luiz-computer:~$ cat /etc/debian_version
7.9
luiz@debian-luiz-computer:~$ uname -r
2.6.32-5-686
View 14 Replies
View Related
Nov 9, 2010
I have recently found a strange problem with my VLC Media Player, as it only has sound is certain file types, but on others it doesn't. I have tried to run .AVI files, and it plays sound, also tried .flv files, but with no luck. I am running Ubuntu 10.10.
View 2 Replies
View Related
Mar 12, 2010
I can, on rare occasions, login to my gnome desktop with the sound theme enabled, but it usually crashes back to gdm while I'm still looking at the ubuntu logo. It does a resolution change, and I thought that might be my problem.
Then, my son noticed that, on those rare occasions we get into the desktop,the gnome-session crashes whenever a system sound plays.
I disabled the Ubuntu sound theme in failsafe mode, then could login to the normal gnome session.
This isn't the only machine that does this, and the other has the same model of motherboard, the ASRock 4CoreDual-VSTA. code...
View 1 Replies
View Related
May 7, 2011
I have problem with VLC player. The problem, from the image below, appears whenever I open video file. I click Ok, and a everything is ok, until I jump to another time sequence, when sound and subtitles disappear.
Terminal log:
View 9 Replies
View Related
Jan 28, 2011
Can windows read files from a home file server with an ext4 file system? or do I have to partition the drive with the server (ext4) and an ntfs partition with the files on?
View 4 Replies
View Related
Oct 4, 2010
Where can i find the default ubuntu 10.04 theme file? (i need it so i can make my mandriva computer look like my Ubuntu computer)
View 4 Replies
View Related
Mar 26, 2010
What are the best GUI programs to split / chop a video file of 60 minutes into six 10 minute videos?
View 2 Replies
View Related
Nov 3, 2010
I work for a company that makes portable devices running Linux and I was recently asked to make the underlying file system read-only for "security" purposes. Since the distribution is based on LinuxFromScratch, I know that very little writing happens at run time. So, even if the device runs on a usb flash device, I doubt that putting the root file system RO will be that beneficial. I am actually more concerned about a process actually breaking because it cannot open a file in RW mode than a process going rogue and filling the root file system with log files, etc. I'd really like to ear what kind of advantages disadvantages there really is with read-only file-systems.
View 6 Replies
View Related
May 29, 2010
i want to know why do we need to patch files based upon diff when we can directly overwrite the old file with the new file.
View 4 Replies
View Related