Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (105)

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

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (10341)

  • avformat/matroskaenc : Only write Cluster if it has in fact been opened

    2 mai 2020, par Andreas Rheinhardt
    avformat/matroskaenc : Only write Cluster if it has in fact been opened
    

    Since commit 4aa0665f393847c35387a1c673e62346d0acfc95, the dynamic
    buffer destined for the contents of the current Cluster is no longer
    constantly allocated, reallocated and then freed after writing the
    content ; instead it is reset and reused when closing a Cluster.

    Yet the code in mkv_write_trailer() still checked for whether a Cluster
    is open by checking whether the pointer to the dynamic buffer is NULL or
    not (instead of checking whether the position of the current Cluster is
    - 1 or not). If a Cluster was not open, an empty Cluster would be output.

    One usually does not run into this issue, because unless there are
    errors, there are only three possibilities to not have an opened Cluster
    at the end of writing a packet :
    The first is if one sent an audio packet to the muxer. It might trigger
    closing and outputting the old Cluster, but because the muxer caches
    audio packets internally, it would not be output immediately and
    therefore no new Cluster would be opened.
    The second is an audio packet that does not contain data (such packets
    are sometimes sent for side-data only, e.g. by the FLAC encoder). The
    only difference to the first scenario is that such packets are not
    cached.
    The third is if one explicitly flushes the muxer by sending a NULL
    packet via av_write_frame().

    If one also allows for errors, then there is also another possibility :
    Caching the audio packet may fail in the first scenario.

    If one calls av_write_trailer() after the first scenario, the cached
    audio packet will be output when writing the trailer, for which
    a Cluster is opened and everything is fine ; because flushing the muxer
    does currently not output the cached audio packet (if one is cached),
    the issue also does not exist if an audio packet has been cached before
    flushing. The issue only exists in one of the other scenarios.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • mkv : Flush the old cluster before writing a new one

    18 août 2013, par Luca Barbato
    mkv : Flush the old cluster before writing a new one
    

    This simplifies keeping track of cluster boundaries for e.g.
    livestreaming of WebM.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavformat/matroskaenc.c
  • Revision 71438 : indiquer la valeur par defaut en datetime mysql permet d’éviter les ...

    2 avril 2013, par erational@… — Log

    indiquer la valeur par defaut en datetime mysql
    permet d’éviter les erreurs mysql si le champs n’est pas renseigé ou pré-rempli (par ex. à la creation d’un nouvel objet)
    voir aussi ce thread
     http://comments.gmane.org/gmane.comp.web.spip.zone/29238