Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python.': 0.02; 'subject:using': 0.09; 'wrapper': 0.09; 'python': 0.11; 'subject:video': 0.16; 'task.': 0.16; 'video.': 0.16; 'subject:python': 0.16; 'everyone,': 0.19; 'url:view': 0.20; 'decide': 0.24; 'task': 0.26; 'url:code': 0.29; 'message- id:@mail.gmail.com': 0.30; 'didnt': 0.31; 'strip': 0.31; 'option': 0.32; 'another': 0.32; 'text': 0.33; 'guess': 0.33; 'requirement': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'doing': 0.36; 'url:org': 0.36; 'should': 0.36; 'too': 0.37; 'thank': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'easy': 0.60; 'tell': 0.60; 'url:p': 0.64; 'fading': 0.84; 'adopt': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=iQWiMntA3V33xBhTMSeuI6Jni5muaybXt2JGF2ZNNrY=; b=Oh8NWbmNTypqhIlcldARHPybY+JPoR6tThOkXiMby2R/5HvZiKqVckdmXbSbAmy2Eh GnqnPaKLOCc0v85LFXohosn7iSX01uYZ4mvx3FXS8TLm+OZfbEoP2LDaekSKdn4a319K /IJJh6tR3lsod4rtXcvLruR3CGwMPXZqBnwk5J3a6aOzVK5/xLZJ/sqFIZ1KYL5TZbLd 5RNUn3zvotlI7nEF//3Rus9wGYM0mpODcFtiR+dlkesNyE6hDNJFwcJJVsl4fCCHL9/A KVJLqROjNmzd2yh45QRAaeWKOZjXjoUvh8j9Eu3z1BdVY19iZusrZVVjqHEUPh8S5EQ4 K5BQ== MIME-Version: 1.0 X-Received: by 10.60.65.5 with SMTP id t5mr54563213oes.19.1388653478801; Thu, 02 Jan 2014 01:04:38 -0800 (PST) Date: Thu, 2 Jan 2014 14:34:38 +0530 Subject: editing video using python From: Alok Singh Mahor To: python-list@python.org Content-Type: multipart/alternative; boundary=001a11c1d6a851fa3204eef915ac X-Mailman-Approved-At: Thu, 02 Jan 2014 10:07:30 +0100 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 42 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388653651 news.xs4all.nl 2977 [2001:888:2000:d::a6]:34116 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62975 --001a11c1d6a851fa3204eef915ac Content-Type: text/plain; charset=ISO-8859-1 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 --001a11c1d6a851fa3204eef915ac Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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 a= m 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 thr= ee requirement with ffmpeg. if I adopt ffmpeg then should I use ffmpeg'= s wrapper for python like ht= tp://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?

pleas= e tell me easy way to do my task in python.
Thank you
--001a11c1d6a851fa3204eef915ac--