Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Error: read error during encoding" during wav to flac conversion #65

Open
jbd opened this issue May 8, 2016 · 0 comments
Open

"Error: read error during encoding" during wav to flac conversion #65

jbd opened this issue May 8, 2016 · 0 comments

Comments

@jbd
Copy link

jbd commented May 8, 2016

Hello, I've just bought this in 24-bit wav: http://www.erasedtapes.com/store/index/ERATP062

When I try to convert on track using track2track, I've got this error :

$ track2track -V debug -t flac -j 1 --format="%(basename)s.flac" 01\ Lit.wav
*** Error: read error during encoding

When I try to convert it using the flac binary, it works with some warnings :

$ flac 01\ Lit.wav -o output.flac

flac 1.3.1, Copyright (C) 2000-2009  Josh Coalson, 2011-2014  Xiph.Org Foundation
flac comes with ABSOLUTELY NO WARRANTY.  This is free software, and you are
welcome to redistribute it under certain conditions.  Type `flac' for details.

01 Lit.wav: WARNING: skipping unknown chunk 'JUNK' (use --keep-foreign-metadata to keep)
01 Lit.wav: WARNING: skipping unknown chunk 'bext' (use --keep-foreign-metadata to keep)
01 Lit.wav: WARNING: legacy WAVE file has format type 1 but bits-per-sample=24
01 Lit.wav: WARNING: skipping unknown chunk 'minf' (use --keep-foreign-metadata to keep)
01 Lit.wav: WARNING: skipping unknown chunk 'elm1' (use --keep-foreign-metadata to keep)
01 Lit.wav: wrote 65861069 bytes, ratio=0.647

Is that something that could be worked around or the upstream wav file has a problem ?

@jbd jbd changed the title Error: read error during encoding during wav to flac conversion "Error: read error during encoding" during wav to flac conversion May 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant