Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (42)

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

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (3180)

  • avfilter/avf_showvolume : implement basic rms metering mode

    23 mars 2018, par Paul B Mahol
    avfilter/avf_showvolume : implement basic rms metering mode
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/avf_showvolume.c
  • avcodec/hevc/ps : Add basic HEVC_SCALABILITY_AUXILIARY support

    11 février, par Zhao Zhili
    avcodec/hevc/ps : Add basic HEVC_SCALABILITY_AUXILIARY support
    

    Only implementing what's needed for HEVC with alpha.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/hevc/hevc.h
    • [DH] libavcodec/hevc/ps.c
    • [DH] libavcodec/hevc/ps.h
  • avformat/mpegts : only clear programs which no longer exist or have a new PMT

    27 décembre 2020, par Marton Balint
    avformat/mpegts : only clear programs which no longer exist or have a new PMT
    

    Otherwise there can be a small period when the programs only contain the PMT
    pid.

    Also make sure skip_clear only affects AVProgram clear, and that pmt_pid is
    always kept as the first entry of the PID list of the programs. Also reject
    PMTs for programs on the wrong PID.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegts.c