Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (72)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (8208)

  • Revision 502912de3a : changed to comply with strict aliasing rule The clamp operation may not affect

    28 octobre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp8/decoder/decodemv.c



    changed to comply with strict aliasing rule

    The clamp operation may not affect the values of the final assigned mv
    where compiler may make use of strict aliasing rule to optimize out the
    clamp operation. This change made the code segments to better comply
    the strict aliasing rule.

    Change-Id : I24502ff18bd4f9e62507a879cc8760a91a0fd07e

  • Revision 91745bcff9 : changed to comply with strict aliasing rule The clamp operation may not affect

    28 octobre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp8/decoder/decodemv.c



    changed to comply with strict aliasing rule

    The clamp operation may not affect the values of the final assigned mv
    where compiler may make use of strict aliasing rule to optimize out the
    clamp operation. This change made the code segments to better comply
    the strict aliasing rule.

    Change-Id : I24502ff18bd4f9e62507a879cc8760a91a0fd07e

  • ffmpeg second text at end of first text [on hold]

    20 octobre 2018, par Prashant Godhani

    In FFMPEG, I want to add two text. Second text starts at end of the first text. I want to add drawtext at the end of another drawtext like below image. But the problem is i can’t find width of first text.

    enter image description here

    In this image there is three text.

    I HAVE TO WEAR A
    JACKET
    AND TIE TO WORK

    First and third has same color but second have different.

    I have read this question but it’s using subtitle but i don’t want to use it.
    Please suggest any other way to do this like get width of first text than determine width of second text.