Coder Social home page Coder Social logo

umf's Introduction

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

Contact: [email protected]

Universal Metadata Framework

The Universal Metadata Framework (UMF) is a C++ library providing functionality for creating, editing and embedding of metadata into video files. UMF allows developers to define and create metadata of any form, and about any resource type. UMF embeds metadata within the host video file or video stream, so that no additional files are needed to store the metadata.

The UMF SDK is developed as a platform-independent C++ library. It is tested on the following operating system:

  • MS Windows 7, 8, and 10
  • GNU Linux (Ubuntu 14)
  • Google Android 4.x, 5.x

The UMF SDK and the sample code use the following C++ 11 features:

  • auto
  • nullptr
  • rvalue references and move semantics
  • lambda expressions
  • range for
  • std::thread

The following C++ compilers are known to compile the UMF SDK and sample code successfully:

  • MS VC++ 2013 and newer
  • Intel C++ compiler 12.1 and newer
  • GNU GCC 4.7 and newer

The library uses the following 3rd party components:

The UMF SDK uses Doxygen (www.doxygen.org) for API Specification generation.

See docs/UMF_User_guide.pdf for instructions on building and using UMF.

Contact the project lead Erik Niemeyer (GitHub UserID "eaniemey") with questions or comments.

umf's People

Contributors

apavlenko avatar bamacken avatar bmackenzie avatar eaniemey avatar hongwuwang avatar rdower avatar savuor avatar sraghu1 avatar sse4 avatar superman32432432 avatar wave-man avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

umf's Issues

Compilation under Linux fails

The GCC stops compilation at the following strings:

  • samples/metadata-schema/main.cpp:65
  • samples/metadata-schema/main.cpp:70
    trying to find matching constructor for std::exception class.

The solution is to use std::runtime_error class instead.

Segmentation fault in Variant::convertTo() method

The toString() method call after calling the release() method at modules/vmfcore/src/variant.cpp:614 leads to segfault.
To reproduce the bug run the checksum-utility sample with some video file as an argument.

Building lib for Android: cannot find -lrt

I use NDK r10b standalone toolschain Building lib for Android ;

run compile_for_android.bat
error info:

[ 91%] Building CXX object modules/CMakeFiles/vmf.dir/vmfcore/src/details/object_factory.cpp.o
[ 91%] Linking CXX shared library ..\lib\libvmf.so
D:/android-ndk-r10b/toolchains/x86-4.8/prebuilt/windows-x86_64/bin/../lib/gcc/i686-linux-android/4.8/../../../../i686-linux-android/bin/ld.exe: error: cannot find -lrt
collect2.exe: error: ld returned 1 exit status
make[2]: *** [lib/libvmf.so] Error 1
make[1]: *** [modules/CMakeFiles/vmf.dir/all] Error 2
make: *** [all] Error 2

I don't know much about librt, but as far as I understand, the NDK does not include librt, but instead integrates some of it's functionality in Android's libc.

How fix this error?
please help me! thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.