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

opusenc: Unsupported FLAC input file #66

Closed
andreipoe opened this issue Nov 13, 2021 · 2 comments
Closed

opusenc: Unsupported FLAC input file #66

andreipoe opened this issue Nov 13, 2021 · 2 comments

Comments

@andreipoe
Copy link

opusenc fails on some input FLAC files with a generic error:

$ opusenc --bitrate 160 1.{flac,opus}
Error: unsupported input file: 1.flac

$ file 1.flac
1.flac: Audio file with ID3 version 2.4.0, contains:FLAC audio bitstream data, 24 bit, stereo, 96 kHz, 28360569 samples

These FLAC files play without issue and are verified ok by flac -t.

$ opusenc --version
opusenc opus-tools 0.2 (using libopus 1.3.1)
Copyright (C) 2008-2018 Xiph.Org Foundation
@mark4o
Copy link
Collaborator

mark4o commented Mar 12, 2022

Fixed in 5d0ac20

@mark4o mark4o closed this as completed Mar 12, 2022
@andreipoe
Copy link
Author

Thanks for your work on this @mark4o. I've tried a fresh build from the latest source code with the same files and I'm still seeing the same error. I suspect it might be related to the 24 bit/96 kHz quality; I've never encountered the issue with 16-bit files.

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

2 participants