Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: DiggerinVA on August 07, 2012, 03:31:52 PM

Title: flac24 straight to flac16
Post by: DiggerinVA on August 07, 2012, 03:31:52 PM
Can we do this? Yes I am looking for the easy way out.
I have been trying to figure out sox and foobar2000 to no avail. I have a headache.
Title: Re: flac24 straight to flac16
Post by: page on August 07, 2012, 04:16:45 PM
if you run sox from the command line on a flac24 file, what error do you get when trying to dither it to a 16 bit flac result?
Title: Re: flac24 straight to flac16
Post by: DiggerinVA on August 07, 2012, 05:30:46 PM
I tried to use the batch file provided and all it did was make the dir converted.
Title: Re: flac24 straight to flac16
Post by: page on August 07, 2012, 06:11:44 PM
I mean something like:

sox twentyfourbitinput.flac -b 16 dither sixteenbitoutput.flac
Title: Re: flac24 straight to flac16
Post by: DiggerinVA on August 07, 2012, 08:04:19 PM
Well I think I found out enough to get it done in Foobar. I work on the command line stuff later. I guess I needed something to eat. Thanks page.

Title: Re: flac24 straight to flac16
Post by: if_then_else on August 12, 2012, 10:32:04 AM
Well I think I found out enough to get it done in Foobar. I work on the command line stuff later. I guess I needed something to eat. Thanks page.


Code: [Select]
flac --compression-level-8 --channels 2 --bps 16 --sample-rate 44100 input.flac -o output.flac