RonM wrote: 
> The filesizes are enormous relative to the track length.  MP3tag reports
> that the flac tracks are only 44.1khz, but the Bitrate hovers around
> 5000 kB/s!  I don't know what the bit depth is, but I'm assuming 24.

Try this at a command prompt on one of the files:

metaflac --list --block-type=STREAMINFO "07 Hanuman.flac"

You should see something like this, which will show both the sample rate
and bit depth:


Code:
--------------------
    
  L:\Flac\Medeski Scofield Martin & Wood\Out Louder>metaflac --list 
--block-type=STREAMINFO "07 Hanuman.flac"
  METADATA block #0
  type: 0 (STREAMINFO)
  is last: false
  length: 34
  minimum blocksize: 4096 samples
  maximum blocksize: 4096 samples
  minimum framesize: 16 bytes
  maximum framesize: 13181 bytes
  sample_rate: 44100 Hz
  channels: 2
  bits-per-sample: 16
  total samples: 16964976
  MD5 signature: f972ab14f06aae810c3e03ec389c489f
  
--------------------


* If the FLAC executable folder isn't in your PATH environment variable,
you may need to use the full path of the metaflac executable. For
example:

"C:\Progam Files (x86)\FLAC\metaflac" ...


------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=102263

_______________________________________________
audiophiles mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/audiophiles

Reply via email to