Recherche avancée

Médias (0)

Mot : - Tags -/xmp

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (89)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (11656)

  • Close and reopen stream

    7 janvier 2020, par Expressingx

    I’m streaming video from a camera into a file. Using mp4 but if there is unexpected power off the video gets corrupted. So I’m going to store the video in a backup file where ffmpeg will write frames to temporary file and in some interval the content of that file will be copied to the backup file. So far so good, but in order backup file to be not corrupted I have to write the trailer first (I guess) to the temp file and eventually close the stream and then copy the content. After that reopen the stream to the temp file. But I’m getting Attempted to read or write protected memory if I try to call av_write_trailer() after its already called once.

    Is there even a way to achieve that or if I expect power off I should use other format like flv ?

  • Anomalie #3495 : Il manque peut-être un accent à icône

    6 juillet 2015, par Franck Dalot

    Juste pour dire que samedi b_b à fait l’unification du type d’écriture à ma demande, il y avait un icône avec accent dans :
    https://core.spip.net/projects/spip/repository/revisions/22300
    https://core.spip.net/projects/spip/repository/entry/spip/ecrire/lang/ecrire_fr_fem.php#L315

    Donc maintenant, icone est sans accent partout, cela implique que si jamais la décision est prise de mettre un accent, il faudra donc le faire dans le lien que je donne plus haut, et porte donc le nombre total à 10 mots.
    Ainsi, que l’on soit pour mettre un accent ou pas, actuellement, il y a une cohérence dans l’écriture.
    Actuellement, le sujet faisant toujours débat avec un nombre égal des deux côtés, il est urgent d’attendre que d’autres personnes prennent position avant de clore le ticket.
    Franck

  • Révision 17317 : Enrichir l’API editer_liens par la fonction objet_dupliquer_liens :

    2 mars 2011, par cedric -

    /** * Dupliquer tous les liens entrant ou sortants d’un objet * vers un autre (meme type d’objet, mais id different) * * Renvoie le nombre de liens copies * * @param string $objet * @param int $id_source * @param int $id_cible * @return int */ function (...)