Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edited the readme file! #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
*** Development repository for PyFFmpeg ***
Development repository for PyFFmpeg
==

Official project Web site: https://mhaller.github.io/pyffmpeg
Official project Web site: [https://mhaller.github.io/pyffmpeg](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
Legacy project Web site: [http://code.google.com/p/pyffmpeg](http://code.google.com/p/pyffmpeg)

Legacy releases: [http://code.google.com/p/pyffmpeg/downloads/list](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
Python `Python 2.7.9`

Cython 0.17.4
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
with its libraries
libavutil 54. 20.100 / 54. 20.100
libavcodec 56. 26.100 / 56. 26.100
libavformat 56. 25.101 / 56. 25.101
Expand All @@ -31,21 +29,21 @@ This PyFFmpeg version *DOES NOT work* (work in progress), but should work with
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100

Operating System
Operating System

MacOS X 10.10.2

untested
Untested
Windows (mingw)
Unix

You can install and test PyFFmpeg as follows:

1. Edit setup.py and adapt ffmpegpath to your configuration
1. Edit `setup.py` and adapt `ffmpegpath` to your configuration

2. Execute "sudo python setup.py install"
2. Execute `sudo python setup.py install`

3. Check if PyFFmpeg is working using the testInstalledPyFFmpeg.py file
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]>