David Balažic
2018-01-27 19:37:26 UTC
Hi!
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.
Even if I force some tags: flac -d -T "ARTIST=Queen" -T "TITLE=aaaor"
"Some file.flac"
they are missing from the destination file (even check with a hex editor)
Is this some known issue? Am I missing something?
PS: I used this:
https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.2-win.zip
But v1.3.0 behaves the same.
Regards,
David
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.
Even if I force some tags: flac -d -T "ARTIST=Queen" -T "TITLE=aaaor"
"Some file.flac"
they are missing from the destination file (even check with a hex editor)
Is this some known issue? Am I missing something?
PS: I used this:
https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.2-win.zip
But v1.3.0 behaves the same.
Regards,
David