Try decoding to AIFF instead.

flac -d —force-aiff “Some file.flac”

and see how that works.

I don’t enter tags manually, so I can’t guarantee that this works any better. 
However, I do use iTunes and enter lots of meta information that is presumably 
stored in standard tags. With iTunes, I find that WAVE format will not accept 
the information that I want to add, so I have a habit of converting to AIFF 
instead, just so I can have all the features that I’m used to.


On a side note, any WAVE-specific tags can be preserved in the FLAC file using 
the —keep-foreign-metadata option when encoding the FLAC. If this is done, then 
anything that was in the original WAVE file will still exist in the 
uncompressed copy. However, tags that aren’t supported by WAVE obviously cannot 
be preserved.

I believe that you have to use the —keep-foreign-metadata on both encode and 
decode, otherwise the WAVE is created from scratch with only the header and 
audio, and nothing else.

Sounds like you’re decoding only, not encoding, so —keep-foreign-metadata might 
not help you.


Finally, —keep-foreign-metadata will not translate non-audio data between WAVE 
and AIFF. This option only works when restoring the original file format. It 
also does not compress the metadata, so the FLAC will be larger.

Brian


On Jan 27, 2018, at 1:43 PM, spaceman <space...@antispaceman.com> wrote:
> On windows x64: flac -d "Some file.flac" decodes the file to WAVE format,
>> but the tags (like artists and title) are lost.
>> 
>> Reading the docs, I understand that tags should be kept.
> 
> As far as I know the WAVE format doesn't support tags, that's why they
> are not kept.
> 
> Regards,
> spaceman

_______________________________________________
Flac mailing list
Flac@xiph.org
http://lists.xiph.org/mailman/listinfo/flac

Reply via email to