We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
filetype van - 1.1.3
Uploading audio file with .m4a extension and its detected as video
filetype.IsVideo(buf) == true filetype.IsAudio(buf) == false types.Type={{video 3gpp video/3gpp} 3gp})
I believe it should be something like audio\m4a
audio\m4a
The text was updated successfully, but these errors were encountered:
Same here. It detects as video/mp4
Sorry, something went wrong.
I believe it should be audio/mp4 instead.
audio/mp4
No branches or pull requests
filetype van - 1.1.3
Uploading audio file with .m4a extension and its detected as video
I believe it should be something like
audio\m4a
The text was updated successfully, but these errors were encountered: