Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (111)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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 (12263)

  • Announcing Piwik will end PHP 5.3 support in six months (May 2015)

    20 octobre 2014, par Piwik Core Team — Community

    This post is an important announcement concerning all Piwik users who are using PHP 5.3.x to run Piwik. Piwik project will end support for PHP 5.3 in about six months in May 2015.

    All Piwik users are encouraged to upgrade to the latest PHP 5.5 or PHP 5.6 which brings huge benefits in terms of performance, memory usage, security and overall stability.

    Why is this important ?

    The PHP version 5.3 has reached its End of Life (EOL). Using this old version may expose you to security vulnerabilities and bugs that have been fixed in more recent versions of PHP.

    If you are still using PHP 5.3, note that Piwik will stop supporting this PHP version in May 2015. Around this time Piwik will start requiring PHP 5.4.

    Upgrade your PHP version before it’s too late !

    Learn more

    Learn more about Piwik release schedule :

  • Merge three media files (Video and image) into one

    8 avril 2019, par Munshi Arif Rashid

    I have total three separated media files. The first file is 1600X900 .mp4 file which will be placed at the left side of the screen (Height size will be full screen and width will cover two-thirds of the screen). The second file is 640X480 .png file which will be placed at the upper right of the screen (Height size will be half of the screen and width will cover one-third of the screen). The third file is 640X480 .webm file which will be placed at the lower right of the screen (Height size will be half of screen and width will cover one-thirds of the screen). I want to merge these three files in a single screen as mentioned above. Can anyone help me ? Thanks

  • avcodec/aacsbr_template : Remove pointless runtime initialization

    27 décembre 2020, par Andreas Rheinhardt
    avcodec/aacsbr_template : Remove pointless runtime initialization
    

    The sbr_qmf_window_us array is basically symmetric around its middle
    element and therefore the latter half is currently initialized from the
    first half at runtime. Yet because the first half is initialized, the
    array can't be placed in .bss at all, so that one gains nothing from not
    already initializing the whole array statically. Therefore this commit
    does exactly this.

    (There are two exceptions to the symmetry : Elements 384 and 512 are the
    negations of their mirror element ; for the fixed-point decoder, Q31(-x)
    does not equal -Q31(x). In order to keep the array exactly the same, the
    latter form has been used for these two elements.)

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/aacsbr_template.c
    • [DH] libavcodec/aacsbrdata.h