项目作者: jamesonwilliams

项目描述 :
Command-line utility to read and write Intel VMF metadata to a video file
高级语言: C++
项目地址: git://github.com/jamesonwilliams/vmftool.git
创建时间: 2016-06-24T06:07:24Z
项目社区:https://github.com/jamesonwilliams/vmftool

开源协议:

下载


README

VMF Tool is a command-line utility to write and read metadata
information from a video file. It is based on the Intel Video Metadata
Framework SDK, available at
https://software.intel.com/en-us/vmf-sdk/download.

vmftool was written for Linux, but support was later hacked together for
Mac OS X and Windows.

Operation is:

  1. #!bash
  2. ./vmtool.linux --write <video_path> <data_path>
  3. ./vmtool.linux --read <video_path>