Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (26)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (4831)

  • dashenc : Don’t require the stream bitrate to be known

    19 novembre 2014, par Martin Storsjö
    dashenc : Don’t require the stream bitrate to be known
    

    Don’t write any bitrate attribute if it isn’t known. As long as one
    doesn’t want automatic bitrate switching, playback can work just
    fine even if it isn’t set.

    If strict standard compliance is requested, this is still considered
    an error, since the attribute is mandatory according to the spec.

    Based on a patch by Rodger Combs.

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

    • [DH] libavformat/dashenc.c
  • Adding FFMPEG support to Chromium Portable on Windows without recompiling

    13 décembre 2023, par Ashby

    I am using Chromium portable on Windows recently.

    &#xA;

    I downloaded Chromium portable from chromium.org, finding it without FFMPEG support, which means playing media just not possible for some websites.

    &#xA;

    Is there a simple or a little complex hack or plugin or patches to make FFMPEG on Chromium portable from chromium.org work ? Thanks.

    &#xA;

    Due to personal reasons I am not intended to use Google Chrome for some months, due to its automatic updates something like Windows Update, making me annoyed.

    &#xA;

    On Linux, I know there is a package called chromium-codecs-ffmpeg-extra, which makes FFMPEG support possible. But I do NOT find something similar on Windows.

    &#xA;

    Recompiling Chromium costs hours and I just do not want to use some third-party Chromium releases due to security requests.

    &#xA;

    Years have gone and past questions years ago on stackflow just not cater my need today.

    &#xA;

    Thanks for your patience & understanding.

    &#xA;

  • lpc : remove "decay" argument

    18 juin 2013, par Loren Merritt
    lpc : remove "decay" argument
    

    We never used the rolling-average mode, and this makes av_update_lls 15% faster.

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

    • [DBH] libavcodec/lpc.c
    • [DBH] libavutil/lls.c
    • [DBH] libavutil/lls.h