Setup

Requirements

  • Python 3.x (preferably from the Anaconda Distribution)

  • FFmpeg: The backend for reading and processing videos.

    The recommended (and probably the easiest) way of installing FFmpeg is via the conda package manager.

    conda install -c mrinaljain17 ffmpeg
    

    However, if you are not using conda, then

    For Linux users:

    $ sudo apt-get update
    $ sudo apt-get install ffmpeg
    

    For Windows or OSX users:

    Download the required binaries from here. Extract the zip file and add the location of binaries to the PATH variable.

Installation

  1. Using the conda package manager (recommended):

    conda install -c mrinaljain17 mydia
    
  2. Using pip:

    pip install mydia
    

The following python packages that mydia depends on, will also be installed, along with their dependencies.