Changes between Version 12 and Version 13 of IndyTube


Ignore:
Timestamp:
02/04/09 10:07:34 (4 years ago)
Author:
andycat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IndyTube

    v12 v13  
    11== Indytube == 
    22 
    3 Indytube is a twisted reactor run video transcoding script. 
     3Indytube is a video transcoding program, run using the Twisted framework. It uses MEncoder / ffmpeg2theora to convert videos to web preview formats, and prepares web html files incorporating Flowplayer to allow web browser video playback. 
    44 
    55We host a SVN indytube repository here - http://plumi.org/browser/indytube/ 
    66 
    7 The latest tagged version we are using in plumi 0.2.2-final is http://plumi.org/browser/indytube/tags/plumi-0.2.2-2 
     7The latest tagged version we are using in plumi 0.2.3-final is http://plumi.org/browser/indytube/tags/plumi-0.2.3-rc3 
    88 
    9 The latest tagged version we are using in plumi 0.2.3 RC3 is http://plumi.org/browser/indytube/tags/plumi-0.2.3-rc3 
     9 
     10''Updating from older versions'' 
    1011 
    1112NOTE that the version of IndyTube, distributed in plumi 0.2.3, and found on the branch for plumi 0.2.x, http://plumi.org/browser/indytube/branches/plumi-0.2.x  , solves the transcoding problem of a user uploading two files with the same name, but different file extensions (abc.mp4 and abc.mov for instance) as documented here http://plumi.org/ticket/204. If upgrading or updating, please read [http://plumi.org/ticket/204 this ticket] for instructions.