Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62975 > unrolled thread
| Started by | Alok Singh Mahor <alokmahor@gmail.com> |
|---|---|
| First post | 2014-01-02 14:34 +0530 |
| Last post | 2014-01-02 14:34 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
editing video using python Alok Singh Mahor <alokmahor@gmail.com> - 2014-01-02 14:34 +0530
| From | Alok Singh Mahor <alokmahor@gmail.com> |
|---|---|
| Date | 2014-01-02 14:34 +0530 |
| Subject | editing video using python |
| Message-ID | <mailman.4789.1388653651.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hello everyone, I want to join 2 or 3 video and want to add effect of fading in and out. I also want to add text strip on the video. I am not able to decide what to adopt for doing this task. I have option of MLT ( http://www.mltframework.org/bin/view/MLT/WebHome ) but I guess its too complex and I didnt find any documentation of MLT I have another option of FFmpeg, but I am not sure whether I can do all three requirement with ffmpeg. if I adopt ffmpeg then should I use ffmpeg's wrapper for python like http://code.google.com/p/pyffmpeg/ or I should use pure ffmpeg in python as subprocess? how is pymedia? can I do my task with pymedia? please tell me easy way to do my task in python. Thank you
Back to top | Article view | comp.lang.python
csiph-web