Displaying 20 results from an estimated 11000 matches similar to: "FLAC: file extension question"
2007 Apr 07
3
FLAC: file extension question
2007/4/7, Alex Jones <alex@weej.com>:
>
> On Sat, 2007-04-07 at 17:49 +0200, Harry Sack wrote:
> > Hi,
> >
> > I have read somewhere there exist 2 extensions for FLAC files: .flac
> > and .fla
> > Why is this and what's the difference between them?
>
> Nothing. File name extensions don't mean anything. Don't be confused
> into thinking
2007 Mar 22
3
FLAC: specifying all files with extension .WAV
Hi,
I want to use the "flac" encoder (in commandline mode) and I specify this
command to encode all .WAV files in the current directory:
N:\WAV>flac -V --best -- *.wav
flac 1.1.4, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh
Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type
2007 Jul 05
5
FLAC: getting compression level using metaflac
Why isn't the compression level added in a metadata block by the flac
encoder itself (just like the encoder version)? In this way all programs
that read the file can see what compression level was used.
thx
2007/7/4, Scot Thompson <scot.thompson@cox.net>:
>
> This has been asked many times. The answer is no. I suggest saving the
> compression level into a tag for future
2007 Jul 25
3
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote:
> 2007/7/25, Harry Sack <tranzedude@gmail.com>:
> >
> > Hi
> >
> > I have downloaded a FLAC file somewhere and when trying to decode
> it to
> > WAV it gives the error message: ERROR, MD5 signature mismatch
> > So my question is now: are FLAC files that give the error message
> above
> >
2007 Jul 23
2
FLAC: editing software
yes I know I can do that, but my question is if there is software to edit
FLAC files without having to uncompress to WAV/recompress to FLAC.
2007/7/23, Avuton Olrich <avuton@gmail.com>:
>
> On 7/23/07, Harry Sack <tranzedude@gmail.com> wrote:
> > hi
> >
> > does somebody know software for editing FLAC files? So I just want to
> cut
> > some pieces
2007 Apr 19
2
FLAC: player with native support for flac embedded pictures
Hi,
I'm looking for an audio player with native support for flac embedded
pictures. I use Amarok (http://amarok.kde.org/) in linux, but I can't find
any player in Windows that has this same native support for embedded flac
pictures.
I hope somebody can help me
thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Mar 19
2
FLAC: players for Pocket PC
hi,
I don't know if this message belongs on the mailing list, so sorry if it is
not for this mailing list.
I was wondering if somebody knows a player for Pocket PC (windows mobile
2003) that can play FLAC files on the Pocket PC.
thanks in advance!
Harry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Mar 23
1
FLAC: players for Pocket PC
I believe the CorePlayer will play back FLAC.
Atamido
----- Original Message -----
From: "Josh Coalson" <xflac@yahoo.com>
To: "Harry Sack" <tranzedude@gmail.com>; <flac-dev@xiph.org>
Sent: Thursday, March 22, 2007 6:26 PM
Subject: Re: [Flac-dev] FLAC: players for Pocket PC
> http://www.google.com/search?q=flac+pocket+pc
>
> e.g.
>
>
2007 Jul 11
1
FLAC: compressing more with traditional compression algorithm
Hi,
I was wondering if it's possible to compress encoded FLAC files even more
using a traditional compression algorithm like zip, rar, ... or won't you
get any smaller files using such an algorithm by applying it on the encoded
FLAC files?
thx
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jul 25
3
FLAC: re-encoding
hi
I have some questions about re-encoding existing FLAC files to FLAC 1.2.0.:
- can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the FLAC
1.2.0 encoder?
- can FLAC files encoded with the FLAC Flake SVN encoder (or any other
'unofficial' FLAC encoder) be re-encoded by using the FLAC 1.2.0 encoder?
thx in advance!
-------------- next part --------------
An HTML attachment
2007 Jul 25
3
FLAC: ERROR, MD5 signature mismatch
Hi
I have downloaded a FLAC file somewhere and when trying to decode it to WAV
it gives the error message: ERROR, MD5 signature mismatch
So my question is now: are FLAC files that give the error message above
still decodable to WAV (and how can you do this, because flac.exe doesn't
want to decode the file), even if there is a MD5 signature mismatch, or is
this not possible at all?
thx
2007 Jul 23
1
FLAC: editing software
I just tried this with Goldwave.. it decoded the file,
i edited out some stuff, and saved the file (flac
format) and the tags appear to be intact.
Greg M.
--- Tomas Valusek <tvalusek@seznam.cz> wrote:
> Hello,
>
> and what if I want to preserve FLAC tags while I'm
> editing its contents?
> Is there a way e.g. to cut silent block from FLAC
> and preserve tags? By
2007 Mar 19
2
FLAC winamp plugin
Hi,
What is the best way to play FLAC files in winamp?
Using the in_flac.dll plugin provided in the flac-1.1.4-win.zip file and
copying it to the Plugins subdirectory of winamp
or
using the plugin that's provided by winamp itself?
Are there differences between those 2 plugins? It's not really clear for me
thanks in advance
Harry
-------------- next part --------------
An HTML attachment
2007 Apr 09
2
Re: FLAC: re-encode
Hmm, what if the FLAC options produce a larger file on output than
input? Would -f (force) cause the whole process to fail as soon as
the output exceeded the input?
Brian
On Apr 9, 2007, at 17:01, Josh Coalson wrote:
--- Harry Sack <tranzedude@gmail.com> wrote:
> is it possible to re-encode an existing FLAC file by using the FLAC
> file itself as input to the encoder like
2007 Apr 18
5
FLAC: sending output to file
Hi,
I'm using windows so I know the wildcard support for flac is broken. That's
why I use this command to encode a whole directory of WAV-files to
FLAC-files in a command prompt:
for %1 in (*.wav) do flac -V --best "%1"
This command is fully working
Now I want to write the flac output to a file, so I can open this file
later.
I tried to add > outputfile.txt to the command
2007 Apr 09
2
FLAC: re-encode
hi,
is it possible to re-encode an existing FLAC file by using the FLAC
file itself as input to the encoder like this: flac -V --best
inputfile.flac OR do you have decode it to WAV first?
thx
2007 Jul 23
2
FLAC: editing software
hi
does somebody know software for editing FLAC files? So I just want to cut
some pieces out of the file (for example silence in front of a recording)
thx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20070723/e3bc7859/attachment.htm
2007 Apr 01
3
FLAC: decoding to WAV in the future
What Brian Willoughby means is that even though the future is
uncertain, you may trust FLAC. The format is mature enough so that
you won't see major changes preventing playback of files encoded by
older encoders, but even if that comes to happen, the playback
libraries on most software will be backwards-compatible, and FLAC is
lossless meaning that you may convert FLAC 1.1.4 to a possible
2007 Sep 06
2
FLAC: multiple core support
hi
has the flac encoder multi-core support (so I mean using 2 or more
cpu's simultaneously to encode 1 track at the time, not encoding 2 or
more tracks in parallel )?
And if yes, how to enable this?
thx
2007 Jul 26
2
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote:
> 2007/7/25, Josh Coalson <xflac@yahoo.com>:
> >
> > --- Harry Sack <tranzedude@gmail.com> wrote:
> > > 2007/7/25, Harry Sack <tranzedude@gmail.com>:
> > > >
> > > > Hi
> > > >
> > > > I have downloaded a FLAC file somewhere and when trying to
> decode