Code Monkey home page Code Monkey logo

novp_ffmpeg's Introduction

############################
#     1. Introduction      #
############################

 Name: NOVP FFmpeg
 Description: FFmpeg fork from Splayer with frame accuracy features

 Licensing          -> LICENSE
 
 To clone the repository with all the submodules use 
   git clone --recursive git://github.com/NOVP-Open-Source/NOVP_FFmpeg

NOTE for Windows users:
    lib.exe is required for creating .dll.a import stub libraries, so that you can link to the DLLs from MSVC (Microsoft Visual Studio compiler, bundled with it).
    lib.exe is a Microsoft tool used for creating DLL files. It is bundled together with Visual Studio. Microsoft Visual Studio Express download is available for free. Once installed you'll need to add the directory where lib.exe is located to the system Path.
    dlltool.exe (which is part of binutils) may be used instead of lib.exe. The downside in this case is that the import libraries break if you use the linker optimization option in MSVC (which is enabled by default). 

    FFmpeg won't build unless you do:
        git config --global core.autocrlf false
        git reset --hard 
        git checkout
        git pull

############################
#        2. Build          #
############################

  First time build only: cd libffmpeg && make configuration && cd .. && cd FFmpeg && make && cd ..
  Build command: make -C libffmpeg
  NOTE for Windows users: You need to run this command through the MinGW shell.
  NOTE for Mac users: If you are getting strange compiler errors,
      manually edit the FFmpeg/config.mak file and remove all occurences of -O3 (this disables optimization)
  NOTE for Mac users: Builds will default to 64-bit. If you want a 32-bit, write this in terminal:
      export FFMPEGMAC=32

NOTE: To clean, run clean.sh
NOTE: To force make, write "make -B -C libffmpeg"

############################
#        3. Credits        #
############################

 NOVP Team (http://www.novp.com/)

 CAE-Engineering team (http://www.cae-engineering.hu/)
 Máté Koch
 Attila Ötvös
 Tamás Szabó

novp_ffmpeg's People

Contributors

aotvos avatar koch-mate avatar tszabo avatar zsnovoszath avatar

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.