Adam Bialas created TIKA-3973:
---------------------------------
Summary: Content of Ogg file with Opus encoded content not
correctly recognized
Key: TIKA-3973
URL: https://issues.apache.org/jira/browse/TIKA-3973
Project: Tika
Issue Type: Bug
Components: detector
Affects Versions: 2.7.0
Reporter: Adam Bialas
Attachments: speech_output.ogg
We are using tika-core:2.7.0 for file content detection. We have a ogg file
which uses Opus audio codec (see attachment). When we try to detect content
with metadata:
{code:java}
Metadata metadata = new Metadata();
metadata.set(TikaCoreProperties.RESOURCE_NAME_KEY,
FilenameUtils.getName(url));{code}
this file is recognized as audio/vorbis which is not ok. Can you please verify?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)