Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (72)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (7174)

  • Revision b02c4d364f : Increase border size from 96 to 160. This is required because upon downscaling,

    12 juillet 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vpx_scale/yv12config.h



    Increase border size from 96 to 160.

    This is required because upon downscaling, if a motion vector points
    partially into the UMV (e.g. all minus 1 of 64+7 pixels, i.e. 70),
    then we can point up to 140 pixels into the larger-resolution (2x)
    reference buffer UMV, which means the UMV for reference buffers in
    downscaling needs to be 140 rounded up to the nearest multiple of 32,
    i.e. 160.

    Longer-term, we should probably handle the UMV differently by detecting
    edge coverage on-the-fly and using a temporary buffer for edge extensions
    instead of adding 160 pixels on all sides of the image (which means a
    CIF image uses 3x its own area size for borders).

    Change-Id : I5184443e6731cd6721fc6a5d430a53e7d91b4f7e

  • Revision a801f7a295 : Increase border size from 96 to 160. This is required because upon downscaling,

    12 juillet 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vpx_scale/yv12config.h



    Increase border size from 96 to 160.

    This is required because upon downscaling, if a motion vector points
    partially into the UMV (e.g. all minus 1 of 64+7 pixels, i.e. 70),
    then we can point up to 140 pixels into the larger-resolution (2x)
    reference buffer UMV, which means the UMV for reference buffers in
    downscaling needs to be 140 rounded up to the nearest multiple of 32,
    i.e. 160.

    Longer-term, we should probably handle the UMV differently by detecting
    edge coverage on-the-fly and using a temporary buffer for edge extensions
    instead of adding 160 pixels on all sides of the image (which means a
    CIF image uses 3x its own area size for borders).

    Change-Id : I5184443e6731cd6721fc6a5d430a53e7d91b4f7e

  • Fastest way to create a multi-frame tiff

    23 octobre 2012, par user1414470

    I need to create a multi-frame tiff file to store large number of images. Time consumption is very important here. Also my initial format is an 'avi' video so if i can change it directly it'd be great. Can you tell me how to do that ? weather it is through programming or using some software isn't important but it would be great if it were through just ffmpeg(I'm already doing the frame separation with ffmpeg).

    Thank you