Commit graph

32 commits

Author SHA1 Message Date
Mathias Köhler ce555ba382 Merge pull request #2 from hugbit/patch-1
Update ffmpegwrapper/ffmpeg.py
2012-08-12 15:10:07 -07:00
Daniel e9ae365e13 Update ffmpegwrapper/ffmpeg.py 2012-08-13 01:06:49 +03:00
Mathias Koehler 43efc4d47d Add a README and a LICENSE file 2012-03-16 23:12:23 +01:00
Mathias Koehler 5227217b7f Add missing parameters.py file 2012-03-16 23:11:46 +01:00
Mathias Koehler 7db1ab36fa Add .gitignore entry 2012-03-16 23:10:40 +01:00
Mathias Koehler 83950f8d8f Rename Option to Parameter 2012-03-16 23:10:09 +01:00
Mathias Koehler 9cb5d8efe2 Change stdout reading and add a test 2012-03-16 23:07:50 +01:00
Mathias Koehler 8d77cca104 Add File description header 2012-03-16 22:58:03 +01:00
Mathias Koehler 4239e2493f Its 2012 2012-03-16 22:51:37 +01:00
Mathias Koehler 6b7a3ee97d Make a test for FFmpegProcess 2012-01-18 22:11:52 +01:00
Mathias Koehler 4d905c1c27 Make Option a namedtuple and refactor OptionStore 2011-12-27 02:28:56 +01:00
Mathias Koehler f343010211 add .gitignore 2011-12-16 22:03:30 +01:00
Mathias Koehler 4e49b91c9e add daemon argument in meth:run 2011-12-11 22:02:04 +01:00
Mathias Koehler 8d130194ee add more info in setup.py 2011-12-11 22:00:58 +01:00
Mathias Koehler 6b584c7d7e add and rewrite parts of documentation 2011-12-11 21:27:14 +01:00
Mathias Koehler 113a0a1f00 change that ffmpeg executes in a seperat thread
ffmpegwrapper executes ffmpeg now in a seperat thread.
This changes was made to add a plattform independent method
with that you can read the output from ffmpegs output.

Previous solution was only unix compatible.
2011-11-26 17:52:46 +01:00
Mathias Koehler d807d636fb add documentation for filter and codec 2011-11-24 13:11:05 +01:00
Mathias Koehler 917fce3b21 add some informations in the setup file 2011-11-16 21:05:32 +01:00
Mathias Koehler fb0e727f7e add some documentation 2011-11-16 21:04:47 +01:00
Mathias Koehler fb8e215680 fix ffmpeg interface test 2011-11-16 21:01:42 +01:00
Mathias Koehler 8ad46efcdc Rename audio TestCase 2011-11-16 21:00:19 +01:00
Mathias Koehler 76697c372e remove unused import 2011-11-16 20:58:05 +01:00
Mathias Koehler 4e9df11052 add documentation 2011-11-16 19:24:07 +01:00
Mathias Koehler 2231dc442e Change run to handle the unbuffered output 2011-11-04 22:58:20 +01:00
Mathias Koehler f25981a46f Refactor Options and CombinedOptions
Options are now renamed to Option.
CombinedOptions are renamed to OptionStore.
2011-11-04 22:52:48 +01:00
Mathias Koehler d12a628c3b Added more filters and a setup file 2011-10-17 14:39:49 +02:00
Mathias Koehler d832d4da80 now add really the unsharp VideoFilter :) 2011-10-13 22:00:34 +02:00
Mathias Koehler c877a81373 add unsharp VideoFilter 2011-10-13 21:58:59 +02:00
Mathias Koehler e687fa0251 add "null" AudioFilter and move the format methods 2011-10-13 17:48:39 +02:00
Mathias Koehler f2d2f16722 add new tests and fix some filter bugs 2011-10-13 11:55:09 +02:00
Mathias Koehler 5d16aeb816 delete unused import 2011-10-13 01:19:18 +02:00
Mathias Koehler 5541e2a07c initial commit
first commit of ffmpegwrapper.
2011-10-13 00:03:32 +02:00