Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (95)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • avformat/udp : Add a delay between packets for streaming to clients with short buffer

    8 mars 2016, par Pavel Nikiforov
    avformat/udp : Add a delay between packets for streaming to clients with short buffer
    

    This commit enables sending UDP packets in a background thread with specified delay.
    When sending packets without a delay some devices with small RX buffer
    ( MAG200 STB, for example) will drop tail packets in bursts causing
    decoding errors.

    To use it specify "fifo_size" with "packet_gap" .

    The output url will looks like udp ://xxx:yyy ?fifo_size=<output fifo
    size>&packet_gap=<delay in usecs>

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/protocols.texi
    • [DH] libavformat/udp.c
  • hevc : store the short term rps flag and size in the context

    25 janvier 2015, par Hendrik Leppkes
    hevc : store the short term rps flag and size in the context
    

    For future use by hardware accelerators.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/hevc.c
    • [DBH] libavcodec/hevc.h
  • Split a very short second video into multiple parts

    6 décembre 2020, par Nicolas Tapino

    I've been looking for a lot of softwares that can split videos into multiple parts but most of them only manage to split large videos to let's say 1 or 2 minutes for each part.

    &#xA;

    What I would like to do is to actually split a few seconds video into, let's say, 10 or more parts (therefore less that one second each, but still not frames).

    &#xA;

    I don't know if ffmpeg can be that precise or if there is any other solutions that exist.

    &#xA;