xiph / opus-tools

A set of tools to encode, inspect, and decode audio in the Opus format.
https://opus-codec.org/
Other
214 stars 78 forks source link

opusenc/windows: flac Error parsing input file: #21

Closed ghost closed 5 years ago

ghost commented 6 years ago

mp3tag has been used to remove all tags from the flac file. opusenc -V: opusenc opus-tools 0.1.10-9-gbd65450 (using libopus 1.2) from https://archive.mozilla.org/pub/opus/win64/opus-tools-0.1.10-win64.zip, accessed from https://opus-codec.org/downloads/ (I have to rely on binaries, can't build myself)

vlakoff commented 5 years ago

Official binaries for Windows don't support FLAC input (at least for the time being).

I also commented about it here: https://github.com/xiph/opus-tools/issues/15#issuecomment-414014890

vlakoff commented 5 years ago

Meanwhile, you can encode using FFmpeg.

See: https://superuser.com/questions/516806/how-to-encode-audio-with-opus-codec

mark4o commented 5 years ago

In version 0.2 the Visual Studio 2015 project now builds opusenc with support for FLAC input.