forked from mhaller/pyffmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
51 lines (33 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
*** 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 <[email protected]> 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 <[email protected]>