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


ADVERTISEMENT

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

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

Ubuntu Multimedia :: Convert MP3 To Standard Audio Format?

Jul 4, 2010

I see lots of threads on converting your CDs to MP3s, but I want to do the opposite. I want to burn MP3s into CDs that will play on older CD players that dont have MP3 support.

So how do I do it? I have Mint on this particular computer, which is like having Medibuntu already I think.

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

Debian Multimedia :: Convert Three Avi Files To Play On A Standard Dvd Player?

Oct 21, 2010

Recently upgraded to Squeeze, and have a problem with Devede I haven`t seen before. When I try to convert three avi files to play on a standard dvd player, the finished ISO is still only 2,2 GB. It turns out only the first file gets included in the ISO, even though I can see Devede processing all files during conversion.

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

OpenSUSE Multimedia :: Convert Dss And Ds2 Audio Files

Oct 27, 2010

DSS and DSS Pro file formats are used by professional voice recorders such as the Olympus DS-4000, Olympus DS-5000 and Philips LFH-9600. Is there any known program running under Linux to play and/or convert these files into something more compatible?

View 2 Replies View Related

Ubuntu :: Convert 3gp Audio Files For Audacity

Jun 21, 2010

I have an android phone. The voice recorder records files in 3gp audio only format. I can play these on my computer with the standard gnome player and with vlc. However, audacity won't open it up. There is an error that says that FFmpeg should import it but it didn't understand the format. I need to edit some of these audio files for use. Is there a way to convert these files to mp3 or flac so I can edit them? Searches turn up w32 ware and some arcane mencoder commands but they have to do with converting video.

View 5 Replies View Related

OpenSUSE Multimedia :: Can't Convert Audio Tracks Into Mp3 Files

Dec 6, 2009

I want to convert some audio files, to mp3 files. I have only k3b but it converts into ogg or wav. Is there any program to convert a track in mp3? r a k3b add-on?

View 6 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 :: Batch Convert Audio In Video Files?

May 8, 2010

a movie is encoded with AC3 in 6 channel audio, what I get out is all of the sounds except for voices, which in 5.1 would be sent to the center channel. What I usually do is fire up avidemux and convert the audio to mp3 stereo, as converting to a 5.1 format usually ends up with a very odd sound (like running everything through an echo chamber). What I'd like to do is run a script to batch-convert these files from AC3 to MP3. The video format may vary, but they are usually XVID. I am comfortable at the command line, but I am not well-versed in audio/video tool terms. I don't need anything extravagant, I just want something that works. Heck, even if it is done one at a time, having a shell script that I can use to simply type:

tool.sh inputfile.avi outputfile.avi

View 4 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 :: 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

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

Ubuntu :: Convert The Containers Of PHOTO`s And AUDIO`s Files To Minimum Space

Aug 11, 2010

i need a way to convert the containers of PHOTO`s and AUDIO`s files to minimum space as possible

for example .wav to .mp3 and photo to convert to .jpg

prefer to use the command line in order to write a script

View 3 Replies View Related

Software :: Convert Uploaded Audio Files To Server Into A Full Mp3 And Then A 30 Ogg Clip?

Aug 10, 2010

I am trying to convert uploaded audio files to my server into a full mp3 and then a 30 ogg clip. I have tried LAME but couldn't get it to clip.

View 1 Replies View Related

Fedora :: Using KDE Dolphin To Rip Audio CDs To FLAC

Jun 25, 2011

I noticed recently that when you put a Audio "red book" cd in the drive and look at it with KDE Dolphin file manager, it shows the CD as a handy tree of folders called "MP3", "Ogg", "FLAC" and so on. So if you copy the FLAC directory to your hard drive, it then uses flac to rip the wav files in the CD to FLAC's on the hard drive. This is all nice but I noticed my Fedora 15 was doing this without the cdparanoia package being installed. I've since installed cdparanoia (which is a software for robustly error correcting and if necessary, multi-try reading from the disk to get a majority vote correct read). Does this mean I can't be assured the FLAC files Dolphin made are bit perfect? I would have assumed that you'd need to use cdparanoia to be sure the wav's get ripped to flac perfectly.

View 2 Replies View Related

General :: Ruby Program Which Use Standard Input?

May 15, 2010

I am using Red Hat Enterprise Version 5. There is a ruby program which use standard input as its input (e.g. the Ruby program process input from standard input). I think standard input should be keyboard, correct?

So, I think other kinds of input (non-standard input) should not work (i.e. the ruby program should not be able to read input from such non-standard input), but actually I have tried using pipe works, I am so confused because I think pipe should be some other kinds of input -- other than standard input, why it could work? i.e. put text "123" in abc.txt with pipe, could achieve the same result as using keyboard as input to type "123" for the ruby program.

cat abc.txt | ~/test/rubysrc/foo.rb

View 4 Replies View Related

Ubuntu :: Possible To Convert Standard 10.10 OS To Net-book

Oct 27, 2010

Is it possible to convert the standard Ubuntu 10.10 OS to Ubuntu Netbook, so it permanently logs in as the Netbook edition?

View 2 Replies View Related

Red Hat / Fedora :: Read From Standard Input In 'growisofs' Command?

Jul 12, 2010

I need to create backup of internal drive and write it on DVD. I want to do this in single command...like below: ntfsclone -f --save-image --overwrite - /dev/sda1 | growisofs -Z /dev/sr1=/dev/stdin

in above command, i tried to to create backup of first partition of internal drive and need to write this backup on DVD. But above command has some probolem due to which it could not write backup on DVD....and how to read from standard input in 'growisofs' command?

View 2 Replies View Related

Programming :: Timeout For Standard Input Using Tcsetattr Not Working?

Jan 5, 2010

The code is attached..My intention is that getchar which usually blocks,should come out after 5 seconds(VTIME).But this is not happening..can anyone tell me the mistake that I make..?

#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>

[code]...

View 3 Replies View Related

Ubuntu :: Convert Wav To Mp3 Using Nautilus-script-audio-convert?

Mar 16, 2010

An easy way to convert wav files into mp3 (or ogg).

$ sudo-apt-get install nautilus-script-audio-convert mpg321 vorbis-tools lame nautilus-script-manager.

after that run

$ nautilus-script-manager enable ConvertAudioFile

Now, when you right click on audio file, under 'scripts', you will see ConvertAudioFile option.

View 3 Replies View Related

Ubuntu Multimedia :: Convert To Standard Quality In Handbrake?

Jan 8, 2010

I downloaded an HD video from ....., but my computer is not powerful enough to play it. Is it possible to convert it to standard quality in Handbrake? If not, what video converter would be best?

View 2 Replies View Related

Ubuntu :: Can't Convert Standard 9.10 Desktop Into Netbook Remix?

Feb 17, 2010

I have been trying to convert my standard 9.10 desktop installation into the Netbook Remix version.I assumed that all I had to do was add �Netbook Remix Launcher� from synaptic and set it run at startupAccording to the Wiki these are the packages that constitute the UNR:Desktop Switcher - Allows the user to switch between two desktop modes. Currently supports switching between Ubuntu Netbook Remix mode and "Classic Ubuntu" (two panels, gnome-like) mode.

Go Home Applet - A gnome-panel applet that, when clicked upon, displays the desktop. Used in a netbook-based desktop, the desktop-window will normally be the launcher. Go Home Applet also works in conjunction with the netbook-remix-launcher whereby dragging and dropping a file/url/application to the go-home-applet will automatically add it to the launcher's favorites section. Human Netbook Theme - A gtk theme for use with Ubuntu Netbook Remix Maximus - A desktop daemon which will automatically maximise and, optionally, un-decorate windows. Has support for exclusion lists and will work with any EWMH-spec compliant window-manager.

Ubuntu Netbook Remix Launcher - An easy-to-useprogram/places/favourites launcher which resides on the desktop, replacing the main-menu. indow Picker Applet - A gnome-panel applet that displays open windows as icons on the panel, and has integrated window title-bar functionality. Optimised for use on netbook-size screensNone of them seem like dependencies for the Ubuntu Netbook Remix Launcher itself, so I cant understand why it isnt working. Ive turned of compiz and disabled AWN.

View 2 Replies View Related

Ubuntu Installation :: Convert WUBI 10.10 To Standard Install ?

Nov 21, 2010

I installed ubuntu 10.10 using wubi installer, on win 7 64 bit system. how can I migrate from wubi install to standard install. I want to get rid of issues like free disk space and suspend/hibernate not supported in wubi ubuntu. Will LVPM help. I saw on the page it says that it does not supports wubi 10.04. Not sure what version I have, just installed the latest from ubuntu's site.

View 9 Replies View Related

Ubuntu :: Convert From Unity To Old Netbook Launcher Or Standard Desktop?

Oct 2, 2010

A week or so ago I upgraded from UNE 10.04 to 10.10 and I can't stand the Unity interface, mostly because the full color icons on the left are really distracting.

How do I either

a) switch back to the old UNE interface (preferred)

or

b) change to the standard desktop?

View 4 Replies View Related

General :: Convert A Large Number Of File Types From None Standard To Text?

Sep 28, 2009

I have on my windows machine several hundred files that are a format of .nc .ncs for a CNC machine. I need to convert them to txt which is something as easy as opening in notepad and then saving as .txt but there are so many that this kind of action would take way too long.

The reason I am writing the linuxquestions is because I would feel more comfortable in loading a live CD and using some sort of terminal command to do this than I would to download one of the many "freeware" type programs I have found for windows (even more so since I have had a root kit before and had to start all the way over to get rid of it).

I need to know:

1. Is this possible to do with the terminal without super advanced knowledge.

2. Can one please point me in the right direction; something to read or an example

View 2 Replies View Related







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