GitHub

Folders and files

NameName

Last commit message

Last commit date

*** Development repository for PyFFmpeg ***
Official project Web site: https://mhaller.github.io/pyffmpeg
Legacy project Web site: http://code.google.com/p/pyffmpeg
Legacy releases: http://code.google.com/p/pyffmpeg/downloads/list
Feedback is welcome at <martin@h4ll3r.net> or use pull requests.
This PyFFmpeg version *DOES NOT work* (work in progress), but should work with
	Python
		Python 2.7.9
	Cython
		Cython 0.17.4
	FFmpeg (git://git.ffmpeg.org/ffmpeg.git)
		FFmpeg version 2.6.1 (released at http://ffmpeg.org/download.html)
		with its libraries
			libavutil      54. 20.100 / 54. 20.100
			libavcodec     56. 26.100 / 56. 26.100
			libavformat    56. 25.101 / 56. 25.101
			libavdevice    56.  4.100 / 56.  4.100
			libavfilter     5. 11.102 /  5. 11.102
			libavresample   2.  1.  0 /  2.  1.  0
			libswscale      3.  1.101 /  3.  1.101
			libswresample   1.  1.100 /  1.  1.100
			libpostproc    53.  3.100 / 53.  3.100
	Operating System
		MacOS X 10.10.2
		untested
			Windows (mingw)
			Unix
You can install and test PyFFmpeg as follows:
	1. Edit setup.py and adapt ffmpegpath to your configuration
	2. Execute "sudo python setup.py install"
	3. Check if PyFFmpeg is working using the testInstalledPyFFmpeg.py file
Please report issues as well as configuration details for your working
PyFFmpeg installations at <martin@h4ll3r.net>

Read the original on github.com ↗