Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (80)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (7754)

  • arm : Mark the stack as non-executable

    7 février 2014, par Martin Storsjö
    arm : Mark the stack as non-executable
    

    If linking in an object file without this attribute set, the
    linker will assume that an executable stack might be needed.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavutil/arm/asm.S
  • avcodec/codec_desc : Mark MLP as not being intra-only

    21 septembre 2021, par Andreas Rheinhardt
    avcodec/codec_desc : Mark MLP as not being intra-only
    

    It has sync frames.

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

    • [DH] libavcodec/codec_desc.c
  • fftools/ffmpeg_opt : mark more options as OPT_EXPERT

    18 décembre 2023, par Anton Khirnov
    fftools/ffmpeg_opt : mark more options as OPT_EXPERT
    

    Reduces the basic help output to a reasonable size and stops confusing
    users with options the vast majority will not need.

    • [DH] fftools/ffmpeg_opt.c