ramicio
2nd June 2010, 22:08
so i have a file that is 4.38 gb, and i use goldwave to save it as a raw .snd file. it is really raw pcm and i'm positive.
for flac i use:
flac -8 --endian=little --channels=2 --bps=24 --sample-rate=96000 --sign=signed -o <file> <input file>
and it creates a file that is about 138 mb and 12 seconds.
if i try to add "--input-size=4710451194" it will tell me that flac doesn't support files greater than 2gb, which i have encoded wavs bigger than 2gb with it before. it is v. 1.2.1.
if i chop the file down in goldwave to like 10 seconds and do the above with the .snd file, flac treats it fine.
goldwave saves as flac but it uses its own encoder, i want to have full control. any ideas on what to do here?
for flac i use:
flac -8 --endian=little --channels=2 --bps=24 --sample-rate=96000 --sign=signed -o <file> <input file>
and it creates a file that is about 138 mb and 12 seconds.
if i try to add "--input-size=4710451194" it will tell me that flac doesn't support files greater than 2gb, which i have encoded wavs bigger than 2gb with it before. it is v. 1.2.1.
if i chop the file down in goldwave to like 10 seconds and do the above with the .snd file, flac treats it fine.
goldwave saves as flac but it uses its own encoder, i want to have full control. any ideas on what to do here?