Taperssection.com
Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: dueling on April 30, 2005, 12:49:32 PM
-
Having some issues trying to encode 24bit files to flac. This was recorded V3>iPAQ at 24/88.2, and then tracked out in CDWave. Anyone have a clue what these errors mean and what I can do to fix this? I am using the latest version of flac fronteand v1.1.2a. Thanks in advance for the help.
Here is the error I am getting:
flac 1.1.2, Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
options: -P 4096 -b 4608 -m -l 8 -q 0 -r 0,4 -V
tlg2005-04-22d1t03.wav: ERROR initializing encoder
state = FLAC__STREAM_ENCODER_NOT_STREAMABLE
The encoding parameters specified do not conform to the FLAC Subset and may not
be streamable or playable in hardware devices. Add --lax to the command-line
options to encode with these parameters.
-------------------------------------------------------------------------------
flac 1.1.2, Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
options: -P 4096 -b 4608 -m -l 8 -q 0 -r 0,4 -V
tlg2005-04-22d1t04.wav: ERROR initializing encoder
state = FLAC__STREAM_ENCODER_NOT_STREAMABLE
The encoding parameters specified do not conform to the FLAC Subset and may not
be streamable or playable in hardware devices. Add --lax to the command-line
options to encode with these parameters.
-------------------------------------------------------------------------------
flac 1.1.2, Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
options: -P 4096 -b 4608 -m -l 8 -q 0 -r 0,4 -V
tlg2005-04-22d1t05.wav: ERROR initializing encoder
state = FLAC__STREAM_ENCODER_NOT_STREAMABLE
The encoding parameters specified do not conform to the FLAC Subset and may not
be streamable or playable in hardware devices. Add --lax to the command-line
options to encode with these parameters.
-------------------------------------------------------------------------------
flac 1.1.2, Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
options: -P 4096 -b 4608 -m -l 8 -q 0 -r 0,4 -V
tlg2005-04-22d1t01.wav: ERROR initializing encoder
state = FLAC__STREAM_ENCODER_NOT_STREAMABLE
The encoding parameters specified do not conform to the FLAC Subset and may not
be streamable or playable in hardware devices. Add --lax to the command-line
options to encode with these parameters.
-------------------------------------------------------------------------------
flac 1.1.2, Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
options: -P 4096 -b 4608 -m -l 8 -q 0 -r 0,4 -V
tlg2005-04-22d1t02.wav: ERROR initializing encoder
state = FLAC__STREAM_ENCODER_NOT_STREAMABLE
The encoding parameters specified do not conform to the FLAC Subset and may not
be streamable or playable in hardware devices. Add --lax to the command-line
options to encode with these parameters.
-------------------------------------------------------------------------------
Press any key to continue . . .
-
i bet you dont have sufficient space available on your HD
-
has anyone tried 88.2 files before?
flac doesn't like 192 files unless you specify the -lax option. do you have to do this for 88.2 as well?
-
has anyone tried 88.2 files before?
flac doesn't like 192 files unless you specify the -lax option. do you have to do this for 88.2 as well?
I thought this might be an issue, but wasn't sure. The deck has had recent 24/96 issues, so it was run in 24/88.2 for this show.
i bet you dont have sufficient space available on your HD
I have close to 13.8GB free.. so that shouldn't be an issue.
EDIT: you guys may be right that flac doesn't like the 88.2 sample rate.. I just resampled the file to 24/48 and flac encoded it just fine. so does flac frontend only work for 44.1, 48 or 96??? I didn't realize that, if that is in fact true.
-
you can compress it via command line flac with the -lax option
-
nice! glad it got resolved
-
Could someone tell me exactly what the commands lines are for encoding/decoding 24/88.2 files? I'm lost without the frontend.
-
From http://flac.sourceforge.net/documentation.html#flac - the options are listed on this page.
Encoding: flac [<general-options>] [<format-options>] [<encoding options>] [inputfile [...]]
Decoding: flac -d [<general-options>] [<format-options>] [<decoding options>] [FLACfile [...]]
-
From http://flac.sourceforge.net/documentation.html#flac - the options are listed on this page.
Encoding: flac [<general-options>] [<format-options>] [<encoding options>] [inputfile [...]]
Decoding: flac -d [<general-options>] [<format-options>] [<decoding options>] [FLACfile [...]]
saw that, but still couldn't get it to work. was hoping someone who has done it before could just post the command lines with the proper options included.