Ubuntu Multimedia :: Convert DTS Files To Flac

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


ADVERTISEMENT

Software :: FLAC Files To Convert Or Not To Convert To CD-DA?

Dec 24, 2010

I have a lot of .flac files downloaded from several sites. Most of them come with a .cue file, and the .jpg with the cover, etc. It seems it is the intention of the uploader that one rebuilds the original CDDA. However, if I had a stand-alone CD/DVD player with flac I would hardly see the point of converting the flac to cdda. Furthermore, I could even play the flacs with a software player although, in this case, the audio quality would not be so good due to the noise picked up by the signal from the PC digital circuits.

View 2 Replies View Related

Programming :: Convert Some .flac Files Into .mp3?

Jun 20, 2011

I need to convert some .flac files into .mp3.

I found this script:

#!/bin/bash
FLAC=$1
MP3="${FLAC%.flac}.mp3"
[ -r "$FLAC" ] || { echo can not read file "$FLAC" >&1 ; exit 1 ; } ;
metaflac --export-tags-to=- "$FLAC" | sed 's/=(.*)/="1"/' >tmp.tmp

[Code].....

And I need it to run it from outside of a directory for several directories.

I need to run it from /dir for /dir/dire*

View 4 Replies View Related

Ubuntu Multimedia :: Convert FLAC To Nero AAC?

Feb 7, 2010

Does anyone know how to use neroaacencoder (in CLI) to convert a flac file to AAC ? Is it also possible to encode in WMA in Linux ?

View 9 Replies View Related

Ubuntu Multimedia :: How Do You Convert Flac File To Mp3

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

Software :: Cant Convert Audio Files Using Flac With Standard Input?

Jun 28, 2011

I cant convert audio files using flac with standard input. I tried the commands such as:

Code:
mpg321 -b 10000 -s -r 44100 -w - file.mp3 | flac - -o file.flac
or:
Code:
ogg123 -d wav -f - file.ogg | flac - -o file.flac

[Code]....

All such conversions doesnt produce any *.flac file. It seems flac doesnt accept minus sign for the standard input although flac manual allows to use it.

So my question is how I can use the standard input in order to decode audio data with flac?

View 10 Replies View Related

OpenSUSE Multimedia :: Batch Convert Flac To Mp3?

Jun 6, 2011

pacpl and audioKonverter appear to be missing from the Packman and OpenSuse repositories. Does anyone know of something similar that's available?

View 3 Replies View Related

Ubuntu Multimedia :: Rip The Audio From An Flv And Convert To Flac Or Mp3 Without Quality Loss?

Jun 30, 2011

Anyway to rip the audio from an flv and convert to flac or mp3 without quality loss?

View 1 Replies View Related

Ubuntu Multimedia :: Amarok Won't Index Flac Files?

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

Ubuntu Multimedia :: Converting WMA Files To FLAC / WV Or SHN Format

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

OpenSUSE Multimedia :: Conversion Of .aac Files To Flac Or Mp3?

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

Ubuntu Multimedia :: Command Line For Converting .flac Files To .ogg?

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

OpenSUSE Multimedia :: AmaroK Won't Play Flac Files

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

Ubuntu :: Convert Entire MP3 Library To FLAC / OGG?

Sep 1, 2011

What's the easiest way to convert ALL mp3's in a library folder into a non-proprietary format like FLAC or OGG format? One that can search recursively and save the converted files in the same folders as the originals.

View 5 Replies View Related

General :: Script To Convert FLAC To MP3?

Feb 9, 2011

I would like have a script that can monitor my flac folder and everytime I rip a new cd to flac I would like the script to make a new folder with mp3 files @320 bit and place the newly created folder with mp3's into a folder named mp3. This is my very first script but after reading up on linuxcommand.org I discovered the power of scripts. Maybe there already exsist such a script for all I know?

Where would be a good place to search/look for templates that I can tailor to meet my needs? Also I would like to hear good suggestions for other repetitive tasks people solve with the use of scripts, that way I can easier see what else I can dig into. Can scripts also be used to manipulate databases? For instance to every day search for top 50 of certain met criteria, or whatever else output one is looking for?

View 3 Replies View Related

Ubuntu Multimedia :: PACPL - Pearl Audio Converter - Convert Wav Files To Wma Files ?

Jan 30, 2011

I have installed this program ok but I am new to command lines in terminal.

I want to convert some wav files to wma files. I have the wav files currently in a folder called Test to make it easy. So I have entered the following command line:

ajpearson@ajpearson-laptop:~/Desktop/pacpl-4.0.5$ pacpl --to wma home/ajpearson/Desktop/Test and the error message I get is:

error: the following is not a file or directory: home/ajpearson/Desktop/Test

It does not matter what directory I use I get the same error. I am sure the answer is obvious - but not t me.

View 9 Replies View Related

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 View Related

Ubuntu Multimedia :: Convert Mp3 Files Into Files With The M4a Extension??

Sep 21, 2010

how to convert mp3 files into files with the m4a extension? Need to get music files to be recognized by my DSi.

View 4 Replies View Related

Ubuntu Multimedia :: Convert Mkv Files To Avi's?

Jun 7, 2010

how i can convert mkv files to avi's that will work on my ps3.

View 1 Replies View Related

Ubuntu Multimedia :: How To Convert MKV & AVI Files To MP4

Sep 19, 2010

I tried using Avidemux, but it's taking too long. WinFF doesn't work, acting like the codecs aren't installed even though they are. and that's about it..

View 1 Replies View Related

Ubuntu Multimedia :: Convert Old CDs Into Mp3 Files?

Dec 24, 2010

I'm attempting to convert my mom's old CDs into mp3 files via Sound Juicer. The problem is the process starts at 10.6X speed but goes all the way down to 1.2 and takes forever!

View 4 Replies View Related

Ubuntu Multimedia :: Convert AC3 To MP3 In MKV Files

May 8, 2011

I've got a few videos (MKV) which have AC3 audio, I copied them to my Xoom tablet but AC3 is not supported so there is no sound. Hence I need to convert the audio to MP3, can anyone recommend a good program for doing this?

View 2 Replies View Related

Ubuntu Multimedia :: How To Convert Mp3 Files To Aac

Jun 4, 2011

My sister has a Nintendo DSi that can only play music files if converted to aac format. I could do it on my desktop that runs Windows XP, but unfortunately my tower doesn't have an SD slot to do so. The laptop I'm using does have a slot and is running Ubuntu. The thing is, is there any way I can convert mp3 files to aac so they can play on my sister's DSi?

View 4 Replies View Related

Ubuntu Multimedia :: Convert AVI Files To DVD Format?

Apr 9, 2010

what package can I install to convert AVI files to DVD format??

View 8 Replies View Related

Ubuntu Multimedia :: Convert MPG Files To FLV Using Ffmpeg?

Aug 11, 2010

I'm running ClipBucket on my Ubuntu 10.04 LTS server x64.Conversion of AVI to FLV works just fine, however when I try to upload an MPG file, it fails. Apparently I should recompile ffmpeg to allow for MPG > FLV conversions.

View 3 Replies View Related

Ubuntu Multimedia :: How To Convert .mkv Files To Different Resolutions

Sep 1, 2010

I have a collection of *.mkv files which are 720 HD resolution (1920x720). I'd like to watch them on my netbook, but it can't handle HD content. The videos play fine on any decently-powerful desktop, under either Windows XP/7 or Ubuntu, but they are simply too much for the Atom CPU of the netbook.Is there a way to downconvert the .mkv files to something the netbook can handle? It doesn't have any problem with standard DVD content, which is of course lower resolution. Cutting HD content down to the netbook's native resolution(1024x600) would probably be sufficient.

A free software package available in the repositories would be great, but I have no problem manually installing something if necessary. I have not done any work with converting videos to different formats, so I don't know what's out there for Ubuntu.

View 9 Replies View Related

Ubuntu Multimedia :: Unable To Convert SWF Files To AVI?

Sep 7, 2010

I want to be able to convert SWF files to AVI or MP4.FFMPEG will not do it so don't even mention it.WinFF won't work either.

View 5 Replies View Related

Ubuntu Multimedia :: Can Rhythmbox Convert Mp3 Files

Sep 15, 2010

Can Rhythmbox convert mp3 files? If so how. I found mp3 in the edit part but don't know how to add it.

View 9 Replies View Related

Ubuntu Multimedia :: How To Convert Ipod M4P Files To MP3 Or OGG

Mar 8, 2011

I need to convert my iPod songs to a format that I can usein Ubuntu. iPod songs are downloaded from iPod to a new directory in the M4P format.

View 1 Replies View Related

Ubuntu Multimedia :: How To Batch Convert Files To .flv?

Apr 16, 2011

So I have a php script that is setup to stream flash video (.flv) and I absolutely love having it. The problem is that any files I want to stream have to be in .flv format for it to work properly as .avi and others obviously don't stream well. Up until now, I've used FFMpeg to change the format from .avi to .flv, however the process takes a lot of time if you have a lot of videos, added to that you have to do one file at a time definitely makes it a pain.Does anyone know of a bash script that can take all the files (i.e. avi, .wmv, .mkv, .mpeg4) in one folder and automatically convert it to .flv? Then possibly delete the old files? Low resolution is fine, so long as it at least viewable. Does anyone have a script or know of a program that can do this (I run Ubuntu 10.04). I think FFMpeg has the best chance of doing this, but I don't know the syntax to actually do so.

I've searched the internet, and while I have found a few scripts, they didn't work for me (still looking into two scripts I found.I am currently messing with them to see if I can get them to work).It would be immensely helpful if someone knew of a way to do this.I also forget to mention that I have used Winff, but I was looking more for a bash script to do this so that I can set a cron job to convert them every hour or so.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved