Installing python script for ffmpeg

8,617

Python interpreter is able to run modules as scripts by specifying parameter '-m module-name'. PIP is a python module to install python libraries from maintained repository. Type

python -m pip install ffmpeg-normalize

preferably in admin command line and ffmpeg-normalize should automatically install (I suppose you have your python installation dir in PATH as well).

Share:
8,617

Related videos on Youtube

Arete
Author by

Arete

Updated on September 18, 2022

Comments

  • Arete
    Arete almost 2 years

    I am trying to use ffmpeg-normalize found here: https://pypi.python.org/pypi/ffmpeg-normalize

    I am not familiar with python so I need some help to install the script. The documentation says to install with:

    pip install ffmpeg-normalize

    I am not sure what this means or how to implement it.

    I have already added ffmpeg to PATH on a Windows 10 computer. I have ffmpeg in c:\ffmpeg\bin