Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62975
| Date | 2014-01-02 14:34 +0530 |
|---|---|
| Subject | editing video using python |
| From | Alok Singh Mahor <alokmahor@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4789.1388653651.18130.python-list@python.org> (permalink) |
[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 comp.lang.python | Previous | Next | Find similar | Unroll thread
editing video using python Alok Singh Mahor <alokmahor@gmail.com> - 2014-01-02 14:34 +0530
csiph-web