Metadata-Version: 1.0
Name: stxnext.transform.avi2flv
Version: 0.1.1
Summary: Converts clips from AVI format to FLV during upload to Plone.
Home-page: http://www.stxnext.pl/open-source
Author: STX Next Sp. z o.o, Wojciech Lichota
Author-email: info@stxnext.pl
License: Zope Public License, Version 2.1 (ZPL)
Description: =========================
        stxnext.transform.avi2flv
        =========================
        
        Overview
        ========
        
        Converts clips from AVI format to FLV during upload to Plone.
        
        
        Requirements
        ============
        
        This package uses FFmpeg. You need to install it in you system.
        
        On Ubuntu 9.04 you have to execute::
        
        sudo apt-get install ffmpeg libavcodec-unstripped-52
        
        On other linux system compile FFmpeg with flv and mp3 support.
        
        
        Installation
        ============
        
        If you are using zc.buildout to manage your project, you can do this:
        
        * Add ``stxnext.transform.avi2flv`` to the list of eggs to install, e.g.::
        
        [buildout]
        ...
        eggs =
        ...
        stxnext.transform.avi2flv
        
        * Re-run buildout, e.g. with::
        
        $ ./bin/buildout
        
        Finally go to 'Site Setup' -> 'Add/Remove Products' and install stxnext.transform.avi2flv.
        
        
        Usage
        =====
        
        AVI clips will be automatically converted, so no special attention by editor is needed.
        
        
        References
        ==========
        
        .. Plone: http://plone.org
        
        
        
        Author & Contact
        ================
        
        :Author:
        Wojciech Lichota <``wojciech.lichota@stxnext.pl``>
        
        .. image:: http://stxnext.pl/open-source/files/stx-next-logo
        
        **STX Next** Sp. z o.o.
        
        http://stxnext.pl
        
        info@stxnext.pl
        
        Changelog
        =========
        
        0.1.0
        ----------------
        
        * Initial release [sargo]
        
        0.1.1
        ----------------
        
        * most of code from patch moved to separated function - it can be used by oder products [sargo]
Keywords: plone avi flv movie clip flash video
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
