Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/acrcloud/acrcloud_scan_files_go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/acrcloud/acrcloud_scan_files_go

  • v0.0.0-20210119090739-6ee400df281b
  • Source
  • Go
  • Socket score

Version published
Created
Source

Audio Recognition -- File Scan Tool (Golang)

Overview

ACRCloud provides Automatic Content Recognition services for Audio Fingerprinting based applications such as Audio Recognition (supports music, video, ads for both online and offline), Broadcast Monitoring, Second Screen, Copyright Protection and etc.

This tool can scan audio/video files and detect audios you want to recognize such as music, ads.

Supported Format:

 Audio: mp3, wav, m4a, flac, aac, amr, ape, ogg ...
 Video: mp4, mkv, wmv, flv, ts, avi ...

Feature

  • Scan file
  • Scan network file
  • Export the report
  • Scan folder
  • Custom report fields
  • Filter report result

Usage

Download the latest execution file from release page

Before you use this tool, you must have acrcloud host, access_key and access_secret.

If you haven't have these, you can register one.

Rename config.yaml.example to config.yaml and fill in host, key and secret

-  host:
-  access_key:
-  access_secret:
+  host: HOST ADDRESS in your console
+  access_key:  ACCESS KEY in your console
+  access_secret: ACCESS SECRET in your console 

Notice: the libacrcloud_extr_tool.dylib file must be in the same directory with main file

GLOBAL OPTIONS:
   --mode MODE, -m MODE        MODE: local, network (default: "local")
   --type TYPE, -t TYPE        TYPE: folder, file (default: "file")
   --filename PATH, -f PATH    PATH: the file need to scan
   --url URL, -u URL           URL: the network file you want to scan (when using network mode)
   --output OUTPUT, -o OUTPUT  OUTPUT: the directory to save the results
   --filter FILTER, -l FILTER  FILTER: combine, fuzzy
   --help, -h                  show help
   --version, -v               print the version

Scan a file and save the result:

./main scan -f ~/media_files/test.mp4 -o ~/media_files/report.csv

FAQs

Package last updated on 19 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc