Skip to main content

Download and install ffmpeg, cross-platform.

Project description

Simple python module/standalone script to download and install the latest (static binary) release of FFmpeg from different sources. You can find the links to these sources on the official homepage of FFmpeg.

Supported systems are Linux, OS X and Windows. Currently armv7 and armv8 architectures are only available for Linux systems.

System (architecture)

Source

Linux (64-/32bit, armv7, armv8)

https://johnvansickle.com/ffmpeg

OS X (64-/32bit, PPC)

http://evermeet.cx/ffmpeg and http://www.ffmpegmac.net

Windows (64-/32bit)

https://ffmpeg.zeranoe.com

Quick run!

In a hurry or feeling lazy? Run one of these oneliners to download and execute the latest binary release. No python needed.

Linux and OS X:
# Using cURL
curl https://git.io/vDdvo | sudo bash

# Using wget (not installed by default on OSX)
wget -O - https://git.io/vDdvo | sudo bash
Windows:

At the moment windows users are stuck with downloading and running the latest binary file manually (as admin). But not for long!

Installation

Using pip: sudo pip install -U dlffmpeg

or pip with git: sudo pip install git+https://github.com/iwconfig/dlffmpeg.git

From source code:
git clone https://github.com/iwconfig/dlffmpeg.git
cd dlffmpeg
sudo python setup.py install

Usage

dlffmpeg._run() installs into default path if no argument, else string as path.

getFFmpeg() contains all options, e.g.:
from dlffmpeg import getFFmpeg
dl = getFFmpeg()
dl.path = '/path/to/dir'
dl.silent = True
dl.pretty = True
dl.verbose = False

Execute with dl.run()

Standalone takes one argument for custom path or no argument for default.
~/ $ dlffmpeg --help
usage: dlffmpeg.py [-h] [-s] [-lv] [-p] [--version] [path]

specify installation path. no path equals to default path.

positional arguments:
  path

optional arguments:
  -h, --help           show this help message and exit
  -s, --silent
  -lv, --less-verbose
  -p, --pretty
  --version            show program's version number and exit

Todo

  • Use logging module instead

  • Ability to compile and install from source, cross-platform

  • Better module support

Contribute

I am certain my code needs better perspective and from what this script represent i’m currently not capable of comprehending better principles. Please feel free to fork and improve. :)

License

This project is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dlffmpeg-0.6.3.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dlffmpeg-0.6.3-py2.py3-none-any.whl (7.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file dlffmpeg-0.6.3.tar.gz.

File metadata

  • Download URL: dlffmpeg-0.6.3.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dlffmpeg-0.6.3.tar.gz
Algorithm Hash digest
SHA256 9af23ce4c7b0f64b2c8a290223b546b877f37c17beec4c07b748051c93d760e1
MD5 d7cfeab2574d02dbf688ff54a0201568
BLAKE2b-256 15195e73aa0df17681c11d478961af96634458ca5212aec19b1014b3623f1656

See more details on using hashes here.

File details

Details for the file dlffmpeg-0.6.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dlffmpeg-0.6.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 19effae2ca86dcdf729f569ab8ef4b151e783e4e48adb34128a93336a45f70d6
MD5 00b53e97aade1a8e9a12040001382556
BLAKE2b-256 8256d025cf828d5476506a84af4fa29a145b908608a2df5a76f0e5a359d29e96

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page