Recherche avancée

Médias (91)

Autres articles (97)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (12199)

  • Revision 03eb06212a : Re-factor bit allocation in first pass. Restructuring to allocate the bits for

    16 mai 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_firstpass.h



    Re-factor bit allocation in first pass.

    Restructuring to allocate the bits for each frame in
    a GF group at the time the group is defined.

    At the moment the allocation closely mirrors what
    we had before.

    Also changes the default rate adjustment method to
    LONG_TERM_VBR_CORRECTION.

    Change-Id : Ie5793c46c6b9c888cead5d8790792efd7d60b7c1

  • Overlay two sequences of png's and turn them into a movie

    12 mai 2014, par Lau Llobet

    I’ve found how to turn a png sequence into a movie and I’ve found how to overlay two movies using transparency but I don’t know how to do both things at once (using png’s transparency).

    The bottom layer of png’s is smaller than the top one and needs to be stretched to a certain resolution and also have a padding to be centered.

    The output doesn’t have to have alpha (black for alpha is ok). I’m a bit confused by the abundance of filter options.

    For the moment I’ve found :

    ./ffmpeg -i ./seq1/%d.bmp -vf "movie=./%d.png [a]; [in][a] overlay=0:366" combined.m2v

    It works, now I’ve got to find the padding and resize things

  • Evolution #3015 : Joindre document sur article, par défaut

    17 octobre 2013, par guytarr °

    Samuel Delacre a écrit :

    [...] N’étant pas encore totalement rodé aux nouveautés de SPIP3, et pas encore familier aux différences "spipienne" entre images et documents, je ne pensais pas que cette option de contenu concernait les images également. Enfin les documents dans le cas présent.
    [...]

    Hello,
    En fait, ce n’est pas une nouveauté de SPIP3 mais de SPIP2.
    Si l’on regarde comment est renseignée la méta (pour les documents sur les articles) en 1.9.2 :
    http://core.spip.org/projects/spip/repository/entry/branches/spip-1.9.2/ecrire/inc/config.php#L65
    C’est à partir de SPIP 2.0 qu’elle change :
    http://core.spip.org/projects/spip/repository/entry/branches/spip-2.0/ecrire/inc/config.php#L86

    Le commit qui explique le pourquoi du comment et les tickets liés est notre cher r9462
    Bien sûr on peut défaire pour refaire puis redéfaire, il faudrait juste se mettre d’accord à un moment.